|
Assimp
v4.1. (December 2018)
|
Utility to read all master file blocks in turn. More...
Public Member Functions | |
| const FileBlockHead & | GetCurrent () const |
| void | Next () |
| Advance to the next section. More... | |
| SectionParser (StreamReaderAny &stream, bool ptr64) | |
Public Attributes | |
| FileBlockHead | current |
| bool | ptr64 |
| StreamReaderAny & | stream |
Utility to read all master file blocks in turn.
|
inline |
|
inline |
| void SectionParser::Next | ( | ) |
Advance to the next section.
| DeadlyImportError | if the last chunk was passed. |
| FileBlockHead Assimp::Blender::SectionParser::current |
| bool Assimp::Blender::SectionParser::ptr64 |
| StreamReaderAny& Assimp::Blender::SectionParser::stream |