Assimp
v4.1. (December 2018)
|
Functions | |
template<class T > | |
static T * | getNextSeparator (T *in, T *end) |
int | hex2Decimal (char in) |
template<class T > | |
bool | isCharacter (const T in) |
template<class T > | |
bool | isComment (T *in, T *end) |
template<class T > | |
bool | isCommentCloseTag (T *in, T *end) |
template<class T > | |
bool | isCommentOpenTag (T *in, T *end) |
template<class T > | |
bool | isEndofLine (const T in) |
template<class T > | |
bool | isFloat (T *in, T *end) |
template<class T > | |
bool | isHexLiteral (T *in, T *end) |
template<class T > | |
bool | isInteger (T *in, T *end) |
template<class T > | |
bool | isLowerCase (T in) |
template<class T > | |
bool | isNewLine (const T in) |
template<class T > | |
bool | isNotEndOfToken (T *in, T *end) |
template<class T > | |
bool | isNumeric (const T in) |
template<class T > | |
bool | isReference (T *in, T *end) |
template<class T > | |
bool | isSeparator (T in) |
template<class T > | |
bool | isSpace (const T in) |
template<class T > | |
bool | isStringLiteral (const T in) |
template<class T > | |
BEGIN_ODDLPARSER_NS bool | isUpperCase (T in) |
Variables | |
static const int | ErrorHex2Decimal = 9999999 |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |