§ anonymous enum
§ FieldType
Enumerator |
---|
OPEN_BRACKET | |
CLOSE_BRACKET | |
STRING | |
WORD | |
REAL | |
INTEGER | |
BLANK | |
UNINITIALISED | |
§ Field() [1/2]
§ Field() [2/2]
osgDB::Field::Field |
( |
const Field & |
field | ) |
|
§ ~Field()
virtual osgDB::Field::~Field |
( |
| ) |
|
|
virtual |
§ _copy()
void osgDB::Field::_copy |
( |
const Field & |
ic | ) |
|
|
protected |
§ _free()
void osgDB::Field::_free |
( |
| ) |
|
|
protected |
§ _init()
void osgDB::Field::_init |
( |
| ) |
|
|
protected |
§ addChar()
void osgDB::Field::addChar |
( |
char |
c | ) |
|
§ calculateFieldType()
static FieldType osgDB::Field::calculateFieldType |
( |
const char * |
str, |
|
|
bool |
withinQuotes = false |
|
) |
| |
|
static |
§ getFieldType()
FieldType osgDB::Field::getFieldType |
( |
| ) |
const |
§ getFloat() [1/2]
bool osgDB::Field::getFloat |
( |
float & |
f | ) |
const |
§ getFloat() [2/2]
bool osgDB::Field::getFloat |
( |
double & |
f | ) |
const |
§ getInt()
bool osgDB::Field::getInt |
( |
int & |
i | ) |
const |
§ getNoCharacters()
int osgDB::Field::getNoCharacters |
( |
| ) |
const |
|
inline |
§ getNoNestedBrackets()
int osgDB::Field::getNoNestedBrackets |
( |
| ) |
|
§ getStr()
const char* osgDB::Field::getStr |
( |
| ) |
const |
§ getUInt()
bool osgDB::Field::getUInt |
( |
unsigned int & |
i | ) |
const |
§ getWithinQuotes()
bool osgDB::Field::getWithinQuotes |
( |
| ) |
|
§ isCloseBracket()
bool osgDB::Field::isCloseBracket |
( |
| ) |
const |
§ isFloat()
bool osgDB::Field::isFloat |
( |
| ) |
const |
§ isInt()
bool osgDB::Field::isInt |
( |
| ) |
const |
§ isOpenBracket()
bool osgDB::Field::isOpenBracket |
( |
| ) |
const |
§ isQuotedString()
bool osgDB::Field::isQuotedString |
( |
| ) |
const |
§ isString()
bool osgDB::Field::isString |
( |
| ) |
const |
§ isUInt()
bool osgDB::Field::isUInt |
( |
| ) |
const |
§ isValid()
bool osgDB::Field::isValid |
( |
| ) |
const |
§ isWord()
bool osgDB::Field::isWord |
( |
| ) |
const |
§ matchFloat()
bool osgDB::Field::matchFloat |
( |
float |
f | ) |
const |
§ matchInt()
bool osgDB::Field::matchInt |
( |
int |
i | ) |
const |
§ matchString() [1/2]
bool osgDB::Field::matchString |
( |
const char * |
str | ) |
const |
§ matchString() [2/2]
bool osgDB::Field::matchString |
( |
const char * |
str, |
|
|
int |
noCharacters |
|
) |
| const |
§ matchUInt()
bool osgDB::Field::matchUInt |
( |
unsigned int |
i | ) |
const |
§ matchWord() [1/2]
bool osgDB::Field::matchWord |
( |
const char * |
str | ) |
const |
§ matchWord() [2/2]
bool osgDB::Field::matchWord |
( |
const char * |
str, |
|
|
int |
noCharacters |
|
) |
| const |
§ operator=()
virtual Field& osgDB::Field::operator= |
( |
const Field & |
ic | ) |
|
|
virtual |
§ reset()
void osgDB::Field::reset |
( |
| ) |
|
§ setNoNestedBrackets()
void osgDB::Field::setNoNestedBrackets |
( |
int |
no | ) |
|
§ setWithinQuotes()
void osgDB::Field::setWithinQuotes |
( |
bool |
withinQuotes = true | ) |
|
§ takeStr()
char* osgDB::Field::takeStr |
( |
| ) |
|
§ _fieldCache
char* osgDB::Field::_fieldCache |
|
protected |
§ _fieldCacheCapacity
int osgDB::Field::_fieldCacheCapacity |
|
protected |
§ _fieldCacheSize
int osgDB::Field::_fieldCacheSize |
|
protected |
§ _fieldType
§ _noNestedBrackets
int osgDB::Field::_noNestedBrackets |
|
protected |
§ _withinQuotes
bool osgDB::Field::_withinQuotes |
|
protected |
The documentation for this class was generated from the following file: