|
ivutils
|
Array storage class for a vector followinfg storage_prototype. More...
#include <vector_3c.h>
Public Member Functions | |
| void | resize (size_t new_dim) |
| The dimension is preset to N, this function does nothing. | |
| T * | get_ptr () |
| gets address in memory for pointer association | |
Public Attributes | |
| T | data [N] |
| The data is contiguous array in memory. | |
Array storage class for a vector followinfg storage_prototype.