|
| StackVector (const StackVector< T, stack_capacity > &other) |
|
StackVector< T, stack_capacity > & | operator= (const StackVector< T, stack_capacity > &other) |
|
T & | operator[] (size_t i) |
|
const T & | operator[] (size_t i) const |
|
ContainerType & | container () |
|
const ContainerType & | container () const |
|
ContainerType * | operator-> () |
|
const ContainerType * | operator-> () const |
|
|
typedef std::vector< T, StackAllocator< T, stack_capacity > > | ContainerType |
|
typedef ContainerType::value_type | ContainedType |
|
typedef StackAllocator< ContainedType, stack_capacity > | Allocator |
|
| DISALLOW_COPY_AND_ASSIGN (StackContainer) |
|
Allocator::Source | stack_data_ |
|
Allocator | allocator_ |
|
ContainerType | container_ |
|
The documentation for this class was generated from the following file: