|
STK++ 0.9.13
|
Specialization of the Traits class for CArray class. More...
#include <STK_CArray.h>
Public Types | |
| enum | { structure_ = Arrays::array2D_ , orient_ = Orient_ , sizeRows_ = SizeRows_ , sizeCols_ = SizeCols_ , storage_ = Arrays::dense_ } |
| typedef CArrayPoint< Type_, SizeCols_, Orient_ > | Row |
| typedef CArrayVector< Type_, SizeRows_, Orient_ > | Col |
| typedef CAllocator< Type_, SizeRows_, SizeCols_, Orient_ > | Allocator |
| typedef Type_ | Type |
| typedef RemoveConst< Type >::Type const & | TypeConst |
Specialization of the Traits class for CArray class.
Definition at line 100 of file STK_CArray.h.
| typedef CAllocator<Type_, SizeRows_, SizeCols_, Orient_> STK::hidden::Traits< CArray< Type_, SizeRows_, SizeCols_, Orient_ > >::Allocator |
Definition at line 106 of file STK_CArray.h.
| typedef CArrayVector<Type_, SizeRows_, Orient_> STK::hidden::Traits< CArray< Type_, SizeRows_, SizeCols_, Orient_ > >::Col |
Definition at line 103 of file STK_CArray.h.
| typedef CArrayPoint<Type_, SizeCols_, Orient_> STK::hidden::Traits< CArray< Type_, SizeRows_, SizeCols_, Orient_ > >::Row |
Definition at line 102 of file STK_CArray.h.
Definition at line 108 of file STK_CArray.h.
| typedef RemoveConst<Type>::Type const& STK::hidden::Traits< CArray< Type_, SizeRows_, SizeCols_, Orient_ > >::TypeConst |
Definition at line 109 of file STK_CArray.h.
| Enumerator | |
|---|---|
| structure_ | |
| orient_ | |
| sizeRows_ | |
| sizeCols_ | |
| storage_ | |
Definition at line 111 of file STK_CArray.h.