|
DHART
|
#include <nanort.h>
Collaboration diagram for nanort::StackContainer< TContainerType, stack_capacity >:Public Types | |
| typedef TContainerType | ContainerType |
| typedef ContainerType::value_type | ContainedType |
| typedef StackAllocator< ContainedType, stack_capacity > | Allocator |
Public Member Functions | |
| StackContainer () | |
| ContainerType & | container () |
| const ContainerType & | container () const |
| ContainerType * | operator-> () |
| const ContainerType * | operator-> () const |
Protected Member Functions | |
| StackContainer (const StackContainer &) | |
| void | operator= (const StackContainer &) |
Protected Attributes | |
| Allocator::Source | stack_data_ |
| unsigned char | pad_ [7] |
| Allocator | allocator_ |
| ContainerType | container_ |
| typedef StackAllocator<ContainedType, stack_capacity> nanort::StackContainer< TContainerType, stack_capacity >::Allocator |
| typedef ContainerType::value_type nanort::StackContainer< TContainerType, stack_capacity >::ContainedType |
| typedef TContainerType nanort::StackContainer< TContainerType, stack_capacity >::ContainerType |
|
inline |
Definition at line 242 of file nanort.h.
References nanort::StackContainer< TContainerType, stack_capacity >::container_.
|
protected |
|
inline |
Definition at line 254 of file nanort.h.
References nanort::StackContainer< TContainerType, stack_capacity >::container_.
|
inline |
Definition at line 255 of file nanort.h.
References nanort::StackContainer< TContainerType, stack_capacity >::container_.
|
inline |
Definition at line 260 of file nanort.h.
References nanort::StackContainer< TContainerType, stack_capacity >::container_.
|
inline |
Definition at line 261 of file nanort.h.
References nanort::StackContainer< TContainerType, stack_capacity >::container_.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |