Assimp
v3.1.1 (June 2014)
|
Classes | |
struct | ParseResult |
Result of parsing (wraps ParseErrorCode) More... | |
Macros | |
#define | RAPIDJSON_ERROR_CHARTYPE char |
Character type of error messages. More... | |
#define | RAPIDJSON_ERROR_STRING(x) x |
Macro for converting string literial to RAPIDJSON_ERROR_CHARTYPE[]. More... | |
Typedefs | |
typedef const RAPIDJSON_ERROR_CHARTYPE *(* | GetParseErrorFunc) (ParseErrorCode) |
Function pointer type of GetParseError(). More... | |