Assimp
v4.1. (December 2018)
|
Macros | |
#define | ai_snprintf snprintf |
The portable version of the function snprintf ( C99 standard ), which works on visual studio compilers 2013 and earlier. More... | |
Functions | |
AI_FORCE_INLINE float | ai_strtof (const char *begin, const char *end) |
template<class T > | |
AI_FORCE_INLINE std::string | DecimalToHexa (T toConvert) |
template<typename T > | |
AI_FORCE_INLINE std::string | to_string (T value) |
ai_snprintf snprintf |
The portable version of the function snprintf ( C99 standard ), which works on visual studio compilers 2013 and earlier.
outBuf | The buffer to write in |
size | The buffer size |
format | The format string |
ap | The additional arguments. |
AI_FORCE_INLINE float ai_strtof | ( | const char * | begin, |
const char * | end | ||
) |
AI_FORCE_INLINE std::string DecimalToHexa | ( | T | toConvert | ) |
AI_FORCE_INLINE std::string to_string | ( | T | value | ) |