Assimp  v3.1.1 (June 2014)
FBXBinaryTokenizer.cpp File Reference

Implementation of a fake lexer for binary fbx files - we emit tokens so the parser needs almost no special handling for binary files. More...

Namespaces

 Assimp
 MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py.
 
 Assimp::FBX
 

Macros

#define BLOCK_SENTINEL_LENGTH   13
 

Functions

void Assimp::FBX::TokenizeBinary (TokenList &output_tokens, const char *input, unsigned int length)
 Tokenizer function for binary FBX files. More...
 

Detailed Description

Implementation of a fake lexer for binary fbx files - we emit tokens so the parser needs almost no special handling for binary files.

Macro Definition Documentation

◆ BLOCK_SENTINEL_LENGTH

#define BLOCK_SENTINEL_LENGTH   13