|
STK++ 0.9.13
|
Specialization of the Traits class for CArray class. More...
#include <STK_CArrayPoint.h>
Public Types | |
| enum | { structure_ = Arrays::point_ , orient_ = Orient_ , sizeRows_ = 1 , sizeCols_ = SizeCols_ , size_ = SizeCols_ , storage_ = Arrays::dense_ } |
| typedef CArrayNumber< Type_, Orient_ > | Col |
| typedef CArrayPoint< Type_, SizeCols_, Orient_ > | Row |
| typedef CAllocator< Type_, 1, SizeCols_, Orient_ > | Allocator |
| typedef Type_ | Type |
| typedef RemoveConst< Type >::Type const & | TypeConst |
Specialization of the Traits class for CArray class.
Definition at line 77 of file STK_CArrayPoint.h.
| typedef CAllocator<Type_, 1, SizeCols_, Orient_> STK::hidden::Traits< CArrayPoint< Type_, SizeCols_, Orient_ > >::Allocator |
Definition at line 83 of file STK_CArrayPoint.h.
| typedef CArrayNumber<Type_, Orient_> STK::hidden::Traits< CArrayPoint< Type_, SizeCols_, Orient_ > >::Col |
Definition at line 79 of file STK_CArrayPoint.h.
| typedef CArrayPoint<Type_, SizeCols_, Orient_> STK::hidden::Traits< CArrayPoint< Type_, SizeCols_, Orient_ > >::Row |
Definition at line 80 of file STK_CArrayPoint.h.
| typedef Type_ STK::hidden::Traits< CArrayPoint< Type_, SizeCols_, Orient_ > >::Type |
Definition at line 85 of file STK_CArrayPoint.h.
| typedef RemoveConst<Type>::Type const& STK::hidden::Traits< CArrayPoint< Type_, SizeCols_, Orient_ > >::TypeConst |
Definition at line 86 of file STK_CArrayPoint.h.