|
C++ TargetRTS
|
Public Member Functions | |
| RTElasticArray (int initial_size=0) | |
| RTElasticArray (const RTElasticArray &) | |
| int | size (void) const |
| int | compact (void) |
| void | resize (int min_size) |
| int | unusedIndex (void) |
| int | unusedIndex (int minimum) |
| void *& | operator[] (int) |
| RTElasticArray & | operator= (const RTElasticArray &) |
Protected Attributes | |
| int | _size |
| void ** | _contents |