Ini¶
A streaming parser for INI formatted lines of test.
Constructors¶
create¶
Returns¶
- Ini val^
Public Functions¶
apply¶
This accepts a string iterator and calls the IniNotify for each new entry. If any errors are encountered, this will return false. Otherwise, it returns true.
Parameters¶
Returns¶
- Bool val
eq¶
Parameters¶
- that: Ini val
Returns¶
- Bool val
ne¶
Parameters¶
- that: Ini val
Returns¶
- Bool val