This is the complete list of members for
IG::Lib::StringParser, including all inherited members.
| _buffer | IG::Lib::StringParser | [protected] |
| _characterReferences | IG::Lib::StringParser | [private] |
| _closedBrackets | IG::Lib::StringParser | [protected] |
| _decimalPoint | IG::Lib::StringParser | [protected] |
| _escapeChar | IG::Lib::StringParser | [protected] |
| _escapeSequences | IG::Lib::StringParser | [protected] |
| _expC | IG::Lib::StringParser | [private] |
| _exponentChars | IG::Lib::StringParser | [protected] |
| _exponentStrings | IG::Lib::StringParser | [protected] |
| _expS | IG::Lib::StringParser | [private] |
| _global | IG::Lib::StringParser | [static] |
| _internalLock | IG::Lib::StringParser | [private] |
| _inverseCharacterReferences | IG::Lib::StringParser | [private] |
| _inverseEscapeSequences | IG::Lib::StringParser | [protected] |
| _mainLock | IG::Lib::StringParser | [private] |
| _openBrackets | IG::Lib::StringParser | [protected] |
| _pos | IG::Lib::StringParser | [protected] |
| _spaces | IG::Lib::StringParser | [protected] |
| _thousandSeparator | IG::Lib::StringParser | [protected] |
| _useCharacterReferences | IG::Lib::StringParser | [private] |
| _useEscapeSequences | IG::Lib::StringParser | [private] |
| AddCharacterReferences(string code, char character) | IG::Lib::StringParser | [inline] |
| AddEscapeSequence(char code, char character) | IG::Lib::StringParser | [inline] |
| bracketIndex(char c) | IG::Lib::StringParser | [inline, protected] |
| Buffer | IG::Lib::StringParser | [protected] |
| EnsureCapacity(int capacity) | IG::Lib::StringParser | [inline] |
| EscapeCharacter | IG::Lib::StringParser | |
| getChar(int from, int to, bool useEscape, ref char value) | IG::Lib::StringParser | [inline] |
| getCharFromEscapeNoCheck(int from, int to, ref char value) | IG::Lib::StringParser | [inline, protected] |
| getCharFromReferenceNoCheck(int from, int to, ref char value) | IG::Lib::StringParser | [inline, protected] |
| getPosAfterExponent(int startPos) | IG::Lib::StringParser | [inline] |
| Global | IG::Lib::StringParser | [static] |
| initCharacterReferences() | IG::Lib::StringParser | [inline, protected] |
| initEscapeSequences() | IG::Lib::StringParser | [inline, protected] |
| InternalLock | IG::Lib::StringParser | [protected] |
| isCloseBracket(char c) | IG::Lib::StringParser | [inline, protected] |
| isOpenBracket(char c) | IG::Lib::StringParser | [inline] |
| isSpace(char c) | IG::Lib::StringParser | [inline] |
| Length | IG::Lib::StringParser | |
| Lock | IG::Lib::StringParser | |
| Position | IG::Lib::StringParser | |
| RemoveEscapeSequence(char code, char character) | IG::Lib::StringParser | [inline] |
| RemoveEscapeSequence(string code, char character) | IG::Lib::StringParser | [inline] |
| Set(String str) | IG::Lib::StringParser | [inline] |
| Set(StringBuilder sb) | IG::Lib::StringParser | [inline] |
| StringParser() | IG::Lib::StringParser | [inline] |
| StringParser(String str) | IG::Lib::StringParser | [inline] |
| StringParser(StringBuilder sb) | IG::Lib::StringParser | [inline] |
| UseCharacterReferences | IG::Lib::StringParser | |
| UseCharacterReplacement | IG::Lib::StringParser | |
| UseEscapeSeuences | IG::Lib::StringParser | |
| UseThousandSeparator | IG::Lib::StringParser | |