|
MAIA bb96820c
Multiphysics at AIA
|
#include <list.h>
Public Member Functions | |
| List (MLong maxSize) | |
| ~List () | |
| MInt | size () |
| MInt | maxSize () |
| void | append () |
| MLong | memoryUseage () |
| T * | operator[] (const MInt index) |
| MInt | setSize (MInt inputSize) |
| MInt | resetSize (MInt inputSize) |
| char * | getRawPointer () |
Public Attributes | |
| T * | a = nullptr |
| MLong | m_rawMemoryCounter |
Private Attributes | |
| MLong | m_maxSize |
| MInt | m_size |
Definition at line 57 of file list.h.
| void List< T >::append |
Definition at line 66 of file list.h.
| char * List< T >::getRawPointer | ( | ) |
Definition at line 78 of file list.h.