Assimp  v3.1.1 (June 2014)
irr::core Namespace Reference

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::c8stringc
 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 Documentation

◆ stringc

Typedef for character strings.

◆ stringw

typedef string<wchar_t> irr::core::stringw

Typedef for wide character strings.

Function Documentation

◆ heapsink()

template<class T >
void irr::core::heapsink ( T *  array,
s32  element,
s32  max 
)
inline

Sinks an element into the heap.

◆ heapsort()

template<class T >
void irr::core::heapsort ( T *  array_,
s32  size 
)
inline

Sorts an array with size 'size' using heapsort.