C# Class DamageTracker.Parser

Regex base line parser for the game log file
Inheritance: IDisposable
Mostra file Open project: BryanHurst/Aion-DamageTracker

Public Properties

Property Type Description
filters List
mode MODE

Public Methods

Method Description
Dispose ( ) : void

Public dispose method

Parser ( Meter meter ) : System
parse_line ( string line ) : void

Take next line in log and search for a match

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Internal dispose

Method Details

Dispose() public method

Public dispose method
public Dispose ( ) : void
return void

Dispose() protected method

Internal dispose
protected Dispose ( bool disposing ) : void
disposing bool
return void

Parser() public method

public Parser ( Meter meter ) : System
meter Meter
return System

parse_line() public method

Take next line in log and search for a match
public parse_line ( string line ) : void
line string
return void

Property Details

filters public_oe property

public List filters
return List

mode public_oe property

public MODE mode
return MODE