STK++ 0.9.13
|
Specialization of Traits class for CAllocator. More...
#include <STK_CAllocator.h>
Public Types | |
enum | { structure_ , orient_ = Orient_ , sizeRows_ = SizeRows_ , sizeCols_ = SizeCols_ , sizeProd_ = ProductSizeRowsBySizeCols<SizeRows_, SizeCols_>::prod_ , storage_ = Arrays::dense_ } |
typedef Type_ | Type |
typedef RemoveConst< Type_ >::Type const & | TypeConst |
typedef CAllocator< Type_, 1, SizeCols_, Orient_ > | Row |
typedef CAllocator< Type_, SizeRows_, 1, Orient_ > | Col |
typedef MemAllocator< Type_, sizeProd_ > | Allocator |
Type of the base allocator allocating data. | |
Specialization of Traits class for CAllocator.
Definition at line 55 of file STK_CAllocator.h.
typedef MemAllocator<Type_, sizeProd_> STK::hidden::Traits< CAllocator< Type_, SizeRows_, SizeCols_, Orient_ > >::Allocator |
Type of the base allocator allocating data.
Definition at line 77 of file STK_CAllocator.h.
typedef CAllocator<Type_, SizeRows_, 1, Orient_> STK::hidden::Traits< CAllocator< Type_, SizeRows_, SizeCols_, Orient_ > >::Col |
Definition at line 74 of file STK_CAllocator.h.
typedef CAllocator<Type_, 1, SizeCols_, Orient_> STK::hidden::Traits< CAllocator< Type_, SizeRows_, SizeCols_, Orient_ > >::Row |
Definition at line 73 of file STK_CAllocator.h.
typedef Type_ STK::hidden::Traits< CAllocator< Type_, SizeRows_, SizeCols_, Orient_ > >::Type |
Definition at line 57 of file STK_CAllocator.h.
typedef RemoveConst<Type_>::Type const& STK::hidden::Traits< CAllocator< Type_, SizeRows_, SizeCols_, Orient_ > >::TypeConst |
Definition at line 58 of file STK_CAllocator.h.
Enumerator | |
---|---|
structure_ | |
orient_ | |
sizeRows_ | |
sizeCols_ | |
sizeProd_ | |
storage_ |
Definition at line 60 of file STK_CAllocator.h.