- buildSectionParse
string buildSectionParse()
Undocumented in source. Be warned that the author may not have intended to support it.
- buildValueParse
string buildValueParse()
Undocumented in source. Be warned that the author may not have intended to support it.
- genINIparser
string genINIparser()
Undocumented in source. Be warned that the author may not have intended to support it.
- getINI
INI getINI()
Undocumented in source. Be warned that the author may not have intended to support it.
- getINI
INI getINI()
Undocumented in source. Be warned that the author may not have intended to support it.
- getKey
string getKey(T line)
Undocumented in source. Be warned that the author may not have intended to support it.
- getSection
string getSection(T line)
Undocumented in source. Be warned that the author may not have intended to support it.
- getTimpl
string getTimpl(T line)
Undocumented in source. Be warned that the author may not have intended to support it.
- getTypeName
string getTypeName()
Undocumented in source. Be warned that the author may not have intended to support it.
- getValue
string getValue(T line)
Undocumented in source. Be warned that the author may not have intended to support it.
- getValueArray
string getValueArray(T line)
Undocumented in source. Be warned that the author may not have intended to support it.
- isKeyValue
bool isKeyValue(T line)
Undocumented in source. Be warned that the author may not have intended to support it.
- isSection
bool isSection(T line)
Undocumented in source. Be warned that the author may not have intended to support it.
- readINIFile
void readINIFile(T t, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
- readINIFileImpl
string readINIFileImpl(T t, IRange input, int depth)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeFromLastPoint
string removeFromLastPoint(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeComment
void writeComment(ORange orange, IRange irange)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeINIFile
void writeINIFile(T t, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeINIFileImpl
void writeINIFileImpl(T t, ORange oRange, bool section)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeValue
void writeValue(ORange orange, string name, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeValues
void writeValues(ORange oRange, string name, T value)
Undocumented in source. Be warned that the author may not have intended to support it.