Assimp
v3.1.1 (June 2014)
|
Classes | |
class | array |
Self reallocating template array (like stl vector) with additional features. More... | |
class | string |
Very simple string class with some useful features. More... | |
Typedefs | |
typedef string< irr::c8 > | stringc |
Typedef for character strings. More... | |
typedef string< wchar_t > | stringw |
Typedef for wide character strings. More... | |
Functions | |
template<class T > | |
void | heapsink (T *array, s32 element, s32 max) |
Sinks an element into the heap. More... | |
template<class T > | |
void | heapsort (T *array_, s32 size) |
Sorts an array with size 'size' using heapsort. More... | |
typedef string<irr::c8> irr::core::stringc |
Typedef for character strings.
typedef string<wchar_t> irr::core::stringw |
Typedef for wide character strings.
Sinks an element into the heap.
|
inline |
Sorts an array with size 'size' using heapsort.