|
|
|
Home / Open source / Terimber 2.0
vector< T > Class Template Referenceclass supports vector with internal allocator
More...
#include <vector.h>
List of all members.
Detailed Description
template<class T>
class vector< T >
class supports vector with internal allocator
Definition at line 182 of file vector.h.
Constructor & Destructor Documentation
constructor
- Parameters:
-
Definition at line 345 of file vector.hpp.
Member Function Documentation
template<class T>
bool vector< T >::assign |
( |
size_t |
n, |
|
|
const T & |
x = T() | |
|
) |
| | [inline] |
template<class T>
bool vector< T >::resize |
( |
size_t |
n, |
|
|
const T & |
x = T() | |
|
) |
| | [inline] |
template<class T>
void vector< T >::clear |
( |
|
) |
[inline] |
template<class T>
void vector< T >::_reduce |
( |
size_t |
n |
) |
[inline, private] |
template<class T>
T * vector< T >::_buynodes |
( |
size_t |
n |
) |
[inline, private] |
Member Data Documentation
The documentation for this class was generated from the following files:
|
|
|
|