Assimp
v3.1.1 (June 2014)
|
Classes | |
class | OpenDDLParser |
This is the main API for the OpenDDL-parser. More... | |
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... | |
DLL_ODDLPARSER_EXPORT const char * | getTypeToken (Value::ValueType type) |
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. |
DLL_ODDLPARSER_EXPORT const char* getTypeToken | ( | Value::ValueType | type | ) |
|
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. |