#include <stack_array.h>

Public Types | |
| typedef stack_array< T, N > | stack_t |
Public Member Functions | |
| stack_array (void) throw () | |
| const T & | operator[] (IN int i) const throw () |
| T & | operator[] (IN int i) throw () |
| int | size (void) const throw () |
| void | clear (void) throw () |
| const T * | getDataPointer (void) const throw () |
| T * | getDataPointer (void) throw () |
| void | push_back (IN T t) throw () |
Definition at line 51 of file stack_array.h.
| typedef stack_array<T,N> stack_array< T, N >::stack_t |
Definition at line 53 of file stack_array.h.
| stack_array< T, N >::stack_array | ( | void | ) | throw () [inline] |
Definition at line 55 of file stack_array.h.
| const T& stack_array< T, N >::operator[] | ( | IN int | i | ) | const throw () [inline] |
Definition at line 57 of file stack_array.h.
| T& stack_array< T, N >::operator[] | ( | IN int | i | ) | throw () [inline] |
Definition at line 63 of file stack_array.h.
| int stack_array< T, N >::size | ( | void | ) | const throw () [inline] |
Definition at line 69 of file stack_array.h.
| void stack_array< T, N >::clear | ( | void | ) | throw () [inline] |
Definition at line 73 of file stack_array.h.
| const T* stack_array< T, N >::getDataPointer | ( | void | ) | const throw () [inline] |
Definition at line 77 of file stack_array.h.
| T* stack_array< T, N >::getDataPointer | ( | void | ) | throw () [inline] |
Definition at line 81 of file stack_array.h.
| void stack_array< T, N >::push_back | ( | IN T | t | ) | throw () [inline] |
Definition at line 85 of file stack_array.h.
1.7.1