|
Assimp
v4.1. (December 2018)
|
Classes | |
| class | OpenDDLParser |
Enumerations | |
| enum | LogSeverity { ddl_debug_msg = 0, ddl_info_msg, ddl_warn_msg, ddl_error_msg } |
| Defines the log severity. More... | |
Functions | |
| template<class T > | |
| T * | getNextToken (T *in, T *end) |
| Utility function to go for the next token or the end of the buffer. More... | |
| const DLL_ODDLPARSER_EXPORT char * | getTypeToken (Value::ValueType type) |
| template<class T > | |
| bool | isEmbeddedCommentOpenTag (T *in, T *end) |
| template<class T > | |
| T * | lookForNextToken (T *in, T *end) |
| Utility function to search for the next token or the end of the buffer. More... | |
| enum LogSeverity |
|
inline |
Utility function to go for the next token or the end of the buffer.
| in | [in] The start position in the buffer. |
| end | [in] The end position in the buffer. |
| const DLL_ODDLPARSER_EXPORT char* getTypeToken | ( | Value::ValueType | type | ) |
|
inline |
|
inline |
Utility function to search for the next token or the end of the buffer.
| in | [in] The start position in the buffer. |
| end | [in] The end position in the buffer. |