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 | |
float | ai_strtof (const char *begin, const char *end) |
template<typename T > | |
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. |
|
inline |
|
inline |