|
struct | STK::hidden::Traits< CAllocator< Type_, SizeRows_, SizeCols_, Orient_ > > |
| Specialization of Traits class for CAllocator. More...
|
|
class | STK::CAllocatorBase< Derived > |
| Base class for CAllocators. More...
|
|
class | STK::OrientedCAllocator< Derived, Arrays::by_col_ > |
| Specialization for column-oriented Allocators. More...
|
|
class | STK::OrientedCAllocator< Derived, Arrays::by_row_ > |
| Specialization for row-oriented Allocators. More...
|
|
class | STK::StructuredCAllocator< Derived, SizeRows_, SizeCols_ > |
| Base class for the general by_col_ structured case. More...
|
|
class | STK::StructuredCAllocator< Derived, 1, SizeCols_ > |
| specialization for the point_ case (derived class is a RowVector). More...
|
|
class | STK::StructuredCAllocator< Derived, SizeRows_, 1 > |
| specialization for the vector_ case. More...
|
|
class | STK::StructuredCAllocator< Derived, 1, 1 > |
| specialization for the number_ case. More...
|
|
class | STK::CAllocator< Type_, SizeRows_, SizeCols_, Orient_ > |
| Allocator for dense Array classes. More...
|
|
class | STK::CAllocator< Type_, UnknownSize, UnknownSize, Orient_ > |
| Specialized Allocator for the dense Arrays classes. More...
|
|
class | STK::CAllocator< Type_, SizeRows_, UnknownSize, Orient_ > |
| Specialized Allocator for the dense Arrays classes. More...
|
|
class | STK::CAllocator< Type_, UnknownSize, SizeCols_, Orient_ > |
| Specialized Allocator for the dense Arrays classes. More...
|
|
In this file we define the CAllocator class.
Definition in file STK_CAllocator.h.