|
Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
Namespaces | |
| namespace | Assimp |
| Some C++ utilities for inter- and extrapolation. | |
Macros | |
| #define | INCLUDED_AI_STRING_WORKERS_H |
Functions | |
| unsigned int | Assimp::ASSIMP_itoa10 (char *out, unsigned int max, int32_t number) |
| itoa with a fixed base 10 'itoa' is not consistently available on all platforms so it is quite useful to have a small replacement function here. | |
| template<size_t length> | |
| unsigned int | Assimp::ASSIMP_itoa10 (char(&out)[length], int32_t number) |
| itoa with a fixed base 10 (Secure template overload) The compiler should choose this function if he or she is able to determine the size of the array automatically. | |
| int | Assimp::ASSIMP_stricmp (const char *s1, const char *s2) |
| Helper function to do platform independent string comparison. | |
| int | Assimp::ASSIMP_stricmp (const std::string &a, const std::string &b) |
| Case independent comparison of two std::strings. | |
| int | Assimp::ASSIMP_strincmp (const char *s1, const char *s2, unsigned int n) |
| Helper function to do platform independent string comparison. | |
| unsigned int | Assimp::integer_pow (unsigned int base, unsigned int power) |
| Evaluates an integer power. | |
| #define INCLUDED_AI_STRING_WORKERS_H |