|
typedef std::basic_string< char, std::char_traits< char >, StackAllocator< char, stack_capacity > > | ContainerType |
|
typedef ContainerType::value_type | ContainedType |
|
typedef StackAllocator< ContainedType, stack_capacity > | Allocator |
|
ContainerType & | container () |
|
const ContainerType & | container () const |
|
ContainerType * | operator-> () |
|
const ContainerType * | operator-> () const |
|
| DISALLOW_COPY_AND_ASSIGN (StackContainer) |
|
Allocator::Source | stack_data_ |
|
Allocator | allocator_ |
|
ContainerType | container_ |
|
The documentation for this class was generated from the following file: