Ini¶
A streaming parser for INI formatted lines of test.
primitive val Ini
Constructors¶
create¶
new val create()
: Ini val^
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.
fun box apply(
lines: Iterator[String box] ref,
f: IniNotify ref)
: Bool val
Parameters¶
Returns¶
- Bool val
eq¶
fun box eq(
that: Ini val)
: Bool val
Parameters¶
- that: Ini val
Returns¶
- Bool val
ne¶
fun box ne(
that: Ini val)
: Bool val
Parameters¶
- that: Ini val
Returns¶
- Bool val