W3cubDocs

/Pony

Ini

[Source]

A streaming parser for INI formatted lines of test.

primitive val Ini

Constructors

create

[Source]

new val create()
: Ini val^

Returns

Public Functions

apply

[Source]

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

eq

[Source]

fun box eq(
  that: Ini val)
: Bool val

Parameters

  • that: Ini val

Returns

ne

[Source]

fun box ne(
  that: Ini val)
: Bool val

Parameters

  • that: Ini val

Returns

© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/ini-Ini