STK++ 0.9.13
|
Specialization of the Traits class for CArray class. More...
#include <STK_CArraySquare.h>
Public Types | |
enum | { structure_ = Arrays::square_ , orient_ = Orient_ , sizeRows_ = Size_ , sizeCols_ = Size_ , size_ = Size_ , storage_ = Arrays::dense_ } |
typedef CArrayPoint< Type_, Size_, Orient_ > | Row |
typedef CArrayVector< Type_, Size_, Orient_ > | Col |
typedef CAllocator< Type_, Size_, Size_, Orient_ > | Allocator |
typedef Type_ | Type |
typedef RemoveConst< Type >::Type const & | TypeConst |
Specialization of the Traits class for CArray class.
Definition at line 76 of file STK_CArraySquare.h.
typedef CAllocator<Type_, Size_, Size_, Orient_> STK::hidden::Traits< CArraySquare< Type_, Size_, Orient_ > >::Allocator |
Definition at line 82 of file STK_CArraySquare.h.
typedef CArrayVector<Type_, Size_, Orient_> STK::hidden::Traits< CArraySquare< Type_, Size_, Orient_ > >::Col |
Definition at line 79 of file STK_CArraySquare.h.
typedef CArrayPoint<Type_, Size_, Orient_> STK::hidden::Traits< CArraySquare< Type_, Size_, Orient_ > >::Row |
Definition at line 78 of file STK_CArraySquare.h.
typedef Type_ STK::hidden::Traits< CArraySquare< Type_, Size_, Orient_ > >::Type |
Definition at line 84 of file STK_CArraySquare.h.
typedef RemoveConst<Type>::Type const& STK::hidden::Traits< CArraySquare< Type_, Size_, Orient_ > >::TypeConst |
Definition at line 85 of file STK_CArraySquare.h.