Go to the source code of this file.
Classes | |
struct | RESERVE |
class | Vector< T, Allocator > |
class | noConstructAllocator< T > |
class | Vector< T, Allocator > |
Namespaces | |
pFlow | |
Macros | |
#define | __RESERVE__ |
Typedefs | |
template<typename T > | |
using | vecAllocator = std::allocator< T > |
Functions | |
template<typename T , typename Allocator > | |
iIstream & | operator>> (iIstream &is, Vector< T, Allocator > &ivec) |
template<typename T , typename Allocator > | |
iOstream & | operator<< (iOstream &os, const Vector< T, Allocator > &ovec) |
#define __RESERVE__ |
Definition at line 37 of file Vector.hpp.