STK++ 0.9.13
STK::hidden::Traits< CArrayPoint< Type_, SizeCols_, Orient_ > > Struct Template Reference

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 constTypeConst
 

Detailed Description

template<typename Type_, int SizeCols_, bool Orient_>
struct STK::hidden::Traits< CArrayPoint< Type_, SizeCols_, Orient_ > >

Specialization of the Traits class for CArray class.

Definition at line 77 of file STK_CArrayPoint.h.

Member Typedef Documentation

◆ Allocator

template<typename Type_ , int SizeCols_, bool Orient_>
typedef CAllocator<Type_, 1, SizeCols_, Orient_> STK::hidden::Traits< CArrayPoint< Type_, SizeCols_, Orient_ > >::Allocator

Definition at line 83 of file STK_CArrayPoint.h.

◆ Col

template<typename Type_ , int SizeCols_, bool Orient_>
typedef CArrayNumber<Type_, Orient_> STK::hidden::Traits< CArrayPoint< Type_, SizeCols_, Orient_ > >::Col

Definition at line 79 of file STK_CArrayPoint.h.

◆ Row

template<typename Type_ , int SizeCols_, bool Orient_>
typedef CArrayPoint<Type_, SizeCols_, Orient_> STK::hidden::Traits< CArrayPoint< Type_, SizeCols_, Orient_ > >::Row

Definition at line 80 of file STK_CArrayPoint.h.

◆ Type

template<typename Type_ , int SizeCols_, bool Orient_>
typedef Type_ STK::hidden::Traits< CArrayPoint< Type_, SizeCols_, Orient_ > >::Type

Definition at line 85 of file STK_CArrayPoint.h.

◆ TypeConst

template<typename Type_ , int SizeCols_, bool Orient_>
typedef RemoveConst<Type>::Type const& STK::hidden::Traits< CArrayPoint< Type_, SizeCols_, Orient_ > >::TypeConst

Definition at line 86 of file STK_CArrayPoint.h.

Member Enumeration Documentation

◆ anonymous enum


The documentation for this struct was generated from the following file: