Represents a single token in a FBX file.
More...
#include <FBXTokenizer.h>
Represents a single token in a FBX file.
Tokens are classified by the TokenType enumerated types.
Offers iterator protocol. Tokens are immutable.
◆ Token() [1/2]
| Assimp::FBX::Token::Token |
( |
const char * |
sbegin, |
|
|
const char * |
send, |
|
|
TokenType |
type, |
|
|
unsigned int |
line, |
|
|
unsigned int |
column |
|
) |
| |
construct a textual token
◆ Token() [2/2]
| Assimp::FBX::Token::Token |
( |
const char * |
sbegin, |
|
|
const char * |
send, |
|
|
TokenType |
type, |
|
|
unsigned int |
offset |
|
) |
| |
◆ ~Token()
| Assimp::FBX::Token::~Token |
( |
| ) |
|
◆ begin()
| const char * Assimp::FBX::Token::begin |
( |
| ) |
const |
|
inline |
◆ Column()
| unsigned int Assimp::FBX::Token::Column |
( |
| ) |
const |
|
inline |
◆ end()
| const char * Assimp::FBX::Token::end |
( |
| ) |
const |
|
inline |
◆ IsBinary()
| bool Assimp::FBX::Token::IsBinary |
( |
| ) |
const |
|
inline |
◆ Line()
| unsigned int Assimp::FBX::Token::Line |
( |
| ) |
const |
|
inline |
◆ Offset()
| unsigned int Assimp::FBX::Token::Offset |
( |
| ) |
const |
|
inline |
◆ StringContents()
| std::string Assimp::FBX::Token::StringContents |
( |
| ) |
const |
|
inline |
◆ Type()
◆ line
| const unsigned int Assimp::FBX::Token::line |
◆ offset
| unsigned int Assimp::FBX::Token::offset |
The documentation for this class was generated from the following files: