STK++ 0.9.13
|
Specialization of the Traits class for CArrayNumber class. More...
#include <STK_CArrayNumber.h>
Public Types | |
enum | { structure_ = Arrays::number_ , orient_ = Orient_ , sizeRows_ = 1 , sizeCols_ = 1 , size_ = 1 , storage_ = Arrays::dense_ } |
typedef CArrayNumber< Type_, Orient_ > | Row |
typedef CArrayNumber< Type_, Orient_ > | Col |
typedef CAllocator< Type_, 1, 1, Orient_ > | Allocator |
typedef Type_ | Type |
typedef RemoveConst< Type >::Type const & | TypeConst |
Specialization of the Traits class for CArrayNumber class.
Definition at line 64 of file STK_CArrayNumber.h.
typedef CAllocator<Type_, 1, 1, Orient_> STK::hidden::Traits< CArrayNumber< Type_, Orient_ > >::Allocator |
Definition at line 70 of file STK_CArrayNumber.h.
typedef CArrayNumber<Type_, Orient_> STK::hidden::Traits< CArrayNumber< Type_, Orient_ > >::Col |
Definition at line 67 of file STK_CArrayNumber.h.
typedef CArrayNumber<Type_, Orient_> STK::hidden::Traits< CArrayNumber< Type_, Orient_ > >::Row |
Definition at line 66 of file STK_CArrayNumber.h.
typedef Type_ STK::hidden::Traits< CArrayNumber< Type_, Orient_ > >::Type |
Definition at line 72 of file STK_CArrayNumber.h.
typedef RemoveConst<Type>::Type const& STK::hidden::Traits< CArrayNumber< Type_, Orient_ > >::TypeConst |
Definition at line 73 of file STK_CArrayNumber.h.
Enumerator | |
---|---|
structure_ | |
orient_ | |
sizeRows_ | |
sizeCols_ | |
size_ | |
storage_ |
Definition at line 75 of file STK_CArrayNumber.h.