_copy(const Field &ic) | osgDB::Field | [protected] |
_fieldCache | osgDB::Field | [protected] |
_fieldCacheCapacity | osgDB::Field | [protected] |
_fieldCacheSize | osgDB::Field | [protected] |
_fieldType | osgDB::Field | [mutable, protected] |
_free() | osgDB::Field | [protected] |
_init() | osgDB::Field | [protected] |
_noNestedBrackets | osgDB::Field | [protected] |
_withinQuotes | osgDB::Field | [protected] |
addChar(char c) | osgDB::Field | |
BLANK enum value | osgDB::Field | |
calculateFieldType(const char *str, bool withinQuotes=false) | osgDB::Field | [static] |
CLOSE_BRACKET enum value | osgDB::Field | |
Field() | osgDB::Field | |
Field(const Field &field) | osgDB::Field | |
FieldType enum name | osgDB::Field | |
getFieldType() const | osgDB::Field | |
getFloat(float &f) const | osgDB::Field | |
getFloat(double &f) const | osgDB::Field | |
getInt(int &i) const | osgDB::Field | |
getNoCharacters() const | osgDB::Field | [inline] |
getNoNestedBrackets() | osgDB::Field | |
getStr() const | osgDB::Field | |
getUInt(unsigned int &i) const | osgDB::Field | |
getWithinQuotes() | osgDB::Field | |
INTEGER enum value | osgDB::Field | |
isCloseBracket() const | osgDB::Field | |
isFloat() const | osgDB::Field | |
isInt() const | osgDB::Field | |
isOpenBracket() const | osgDB::Field | |
isQuotedString() const | osgDB::Field | |
isString() const | osgDB::Field | |
isUInt() const | osgDB::Field | |
isValid() const | osgDB::Field | |
isWord() const | osgDB::Field | |
matchFloat(float f) const | osgDB::Field | |
matchInt(int i) const | osgDB::Field | |
matchString(const char *str) const | osgDB::Field | |
matchString(const char *str, int noCharacters) const | osgDB::Field | |
matchUInt(unsigned int i) const | osgDB::Field | |
matchWord(const char *str) const | osgDB::Field | |
matchWord(const char *str, int noCharacters) const | osgDB::Field | |
MIN_CACHE_SIZE enum value | osgDB::Field | |
OPEN_BRACKET enum value | osgDB::Field | |
operator=(const Field &ic) | osgDB::Field | [virtual] |
REAL enum value | osgDB::Field | |
reset() | osgDB::Field | |
setNoNestedBrackets(int no) | osgDB::Field | |
setWithinQuotes(bool withinQuotes=true) | osgDB::Field | |
STRING enum value | osgDB::Field | |
takeStr() | osgDB::Field | |
UNINITIALISED enum value | osgDB::Field | |
WORD enum value | osgDB::Field | |
~Field() | osgDB::Field | [virtual] |