IniFileParser Fields | regdiff Code Documentation |
The IniFileParser type exposes the following members.
Back to Top
Fields
Name | Description | |
---|---|---|
Buffer |
Buffer used by parser states to collect longer strings
(Inherited from AbstractFileParser.) | |
ColumnNumber |
Current column number
(Inherited from AbstractFileParser.) | |
LineNumber |
Current line number
(Inherited from AbstractFileParser.) | |
ParserState |
This is the current parser state. Derived classes initialize and maintain this.
(Inherited from AbstractFileParser.) |
See Also