#include <dynarray.h>
Lista de todos los miembros.
Métodos públicos |
| DynamicArray (void) |
| ~DynamicArray (void) |
void | clear (void) |
| Clear deletes everything in the array.
|
const ObjType & | operator[] (int index) const |
| Read-only access to an array element; asserts that index is in range.
|
ObjType & | operator[] (int index) |
| Access an array index by reference, growing the array if necessary.
|
void | trim (int nelts) |
template<class ObjType>
class HL::DynamicArray< ObjType >
Documentación del constructor y destructor
Documentación de las funciones miembro
Clear deletes everything in the array.
Read-only access to an array element; asserts that index is in range.
Access an array index by reference, growing the array if necessary.
Trim informs the array that it is now only nelts long as far as the client is concerned. This may trigger shrinking of the array.
La documentación para esta clase fue generada a partir del siguiente fichero: