#include <UT_StackBuffer.h>
Public Member Functions | |
| UT_StackBuffer (size_t num_elems) | |
| ~UT_StackBuffer () | |
| operator T * () | |
| operator const T * () const | |
Definition at line 25 of file UT_StackBuffer.h.
| UT_StackBuffer< T, THRESHOLD >::UT_StackBuffer | ( | size_t | num_elems | ) | [inline] |
Definition at line 28 of file UT_StackBuffer.h.
| UT_StackBuffer< T, THRESHOLD >::~UT_StackBuffer | ( | ) | [inline] |
Definition at line 35 of file UT_StackBuffer.h.
| UT_StackBuffer< T, THRESHOLD >::operator const T * | ( | ) | const [inline] |
Definition at line 45 of file UT_StackBuffer.h.
| UT_StackBuffer< T, THRESHOLD >::operator T * | ( | ) | [inline] |
Definition at line 41 of file UT_StackBuffer.h.
1.5.9