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