#include <TinyVector.H>
Public Member Functions | |
AutofiedStructArray (const Sizetype myCapacity) | |
AutofiedStructArray (Datatype *const _v, const Sizetype myCapacity, const Sizetype _size=0) | |
virtual | ~AutofiedStructArray () |
Private Types | |
typedef StructArraytype::Datatype | Datatype |
typedef StructArraytype::Sizetype | Sizetype |
Definition at line 136 of file TinyVector.H.
typedef StructArraytype::Datatype AutofiedStructArray< StructArraytype >::Datatype [private] |
Definition at line 140 of file TinyVector.H.
typedef StructArraytype::Sizetype AutofiedStructArray< StructArraytype >::Sizetype [private] |
Definition at line 141 of file TinyVector.H.
AutofiedStructArray< StructArraytype >::AutofiedStructArray | ( | const Sizetype | myCapacity | ) | [inline, explicit] |
Definition at line 143 of file TinyVector.H.
AutofiedStructArray< StructArraytype >::AutofiedStructArray | ( | Datatype *const | _v, | |
const Sizetype | myCapacity, | |||
const Sizetype | _size = 0 | |||
) | [inline] |
Definition at line 146 of file TinyVector.H.
virtual AutofiedStructArray< StructArraytype >::~AutofiedStructArray | ( | ) | [inline, virtual] |
Definition at line 149 of file TinyVector.H.