#include <TinyVector.H>
Public Types | |
| typedef TT_Datatype | Datatype |
| typedef TT_Sizetype | Sizetype |
Public Member Functions | |
| VTBC_StructArray (Datatype *const _v, const Sizetype myCapacity, const Sizetype _size=0) | |
| Sizetype | max_size (void) const |
Public Attributes | |
| Datatype * | v |
| Sizetype | Capacity |
| Sizetype | akt_size |
Private Member Functions | |
| VTBC_StructArray (const VTBC_StructArray &) | |
| const VTBC_StructArray & | operator= (const VTBC_StructArray &) const |
Definition at line 28 of file TinyVector.H.
| typedef TT_Datatype VTBC_StructArray< TT_Datatype, TT_Sizetype >::Datatype |
Definition at line 31 of file TinyVector.H.
| typedef TT_Sizetype VTBC_StructArray< TT_Datatype, TT_Sizetype >::Sizetype |
Definition at line 32 of file TinyVector.H.
| VTBC_StructArray< TT_Datatype, TT_Sizetype >::VTBC_StructArray | ( | Datatype *const | _v, | |
| const Sizetype | myCapacity, | |||
| const Sizetype | _size = 0 | |||
| ) | [inline] |
Definition at line 39 of file TinyVector.H.
| VTBC_StructArray< TT_Datatype, TT_Sizetype >::VTBC_StructArray | ( | const VTBC_StructArray< TT_Datatype, TT_Sizetype > & | ) | [private] |
| const VTBC_StructArray& VTBC_StructArray< TT_Datatype, TT_Sizetype >::operator= | ( | const VTBC_StructArray< TT_Datatype, TT_Sizetype > & | ) | const [inline, private] |
| Sizetype VTBC_StructArray< TT_Datatype, TT_Sizetype >::max_size | ( | void | ) | const [inline] |
Definition at line 50 of file TinyVector.H.
References std::numeric_limits< _Tp >::max().

| Datatype* VTBC_StructArray< TT_Datatype, TT_Sizetype >::v |
Definition at line 34 of file TinyVector.H.
| Sizetype VTBC_StructArray< TT_Datatype, TT_Sizetype >::Capacity |
Definition at line 35 of file TinyVector.H.
| Sizetype VTBC_StructArray< TT_Datatype, TT_Sizetype >::akt_size |
Definition at line 36 of file TinyVector.H.
1.5.4