IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Examples() | IG::Lib::Parser | [inline, static] |
ListToString(List< double > l) | IG::Lib::Parser | [inline, static] |
ListToString(List< List< double >> l) | IG::Lib::Parser | [inline, static] |
ReadDoubleList(ref List< double > tab, string str, int startpos, char open, char close, char separator, bool skipspaces) | IG::Lib::Parser | [inline, static] |
ReadDoubleList(ref List< List< double >> tab, string str, int startpos, char open, char close, char separator, bool skipspaces) | IG::Lib::Parser | [inline, static] |
ReadInteger(ref int number, string str, int startpos) | IG::Lib::Parser | [inline, static] |
ReadInteger(ref int number, string str, int startpos, bool skipspaces) | IG::Lib::Parser | [inline, static] |
ReadInteger(ref long number, string str, int startpos) | IG::Lib::Parser | [inline, private, static] |
ReadInteger(ref long number, string str, int startpos, bool skipspaces) | IG::Lib::Parser | [inline, static] |
ReadNumber(ref double number, string str, int startpos) | IG::Lib::Parser | [inline, static] |
ReadNumber(ref double number, string str, int startpos, bool skipspaces) | IG::Lib::Parser | [inline, static] |
RetFailed | IG::Lib::Parser | [private, static] |
SkipInteger(string str, int beginpos, bool skipspaces, bool failiffloatingpoint) | IG::Lib::Parser | [inline, static] |
SkipInteger(string str, int beginpos, bool skipspaces) | IG::Lib::Parser | [inline, static] |
SkipInteger(string str, int beginpos) | IG::Lib::Parser | [inline, static] |
SkipNumber(string str, int beginpos, bool skipspaces) | IG::Lib::Parser | [inline, static] |
SkipNumber(string str, int beginpos) | IG::Lib::Parser | [inline, static] |
SkipSeparator(string str, int startpos, char separator) | IG::Lib::Parser | [inline, static] |
SkipSpaces(string str, int startpos) | IG::Lib::Parser | [inline, static] |
SkipToBracketLevel(string str, int beginpos, char open, char close, int targetlevel) | IG::Lib::Parser | [inline, private] |
SkipToCharacter(string str, int beginpos, char target) | IG::Lib::Parser | [inline, static] |