STK++ 0.9.13
STK::hidden::Traits< CArrayVector< Type_, SizeRows_, Orient_ > > Struct Template Reference

Specialization of the Traits class for CArrayVector class. More...

#include <STK_CArrayVector.h>

Public Types

enum  {
  structure_ = Arrays::vector_ , orient_ = Orient_ , sizeRows_ = SizeRows_ , sizeCols_ = 1 ,
  size_ = SizeRows_ , storage_ = Arrays::dense_
}
 
typedef CArrayNumber< Type_, Orient_Row
 
typedef CArrayVector< Type_, SizeRows_, Orient_Col
 
typedef CAllocator< Type_, SizeRows_, 1, Orient_Allocator
 
typedef Type_ Type
 
typedef RemoveConst< Type >::Type constTypeConst
 

Detailed Description

template<typename Type_, int SizeRows_, bool Orient_>
struct STK::hidden::Traits< CArrayVector< Type_, SizeRows_, Orient_ > >

Specialization of the Traits class for CArrayVector class.

Definition at line 73 of file STK_CArrayVector.h.

Member Typedef Documentation

◆ Allocator

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

Definition at line 79 of file STK_CArrayVector.h.

◆ Col

template<typename Type_ , int SizeRows_, bool Orient_>
typedef CArrayVector<Type_, SizeRows_, Orient_> STK::hidden::Traits< CArrayVector< Type_, SizeRows_, Orient_ > >::Col

Definition at line 76 of file STK_CArrayVector.h.

◆ Row

template<typename Type_ , int SizeRows_, bool Orient_>
typedef CArrayNumber<Type_, Orient_> STK::hidden::Traits< CArrayVector< Type_, SizeRows_, Orient_ > >::Row

Definition at line 75 of file STK_CArrayVector.h.

◆ Type

template<typename Type_ , int SizeRows_, bool Orient_>
typedef Type_ STK::hidden::Traits< CArrayVector< Type_, SizeRows_, Orient_ > >::Type

Definition at line 81 of file STK_CArrayVector.h.

◆ TypeConst

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

Definition at line 82 of file STK_CArrayVector.h.

Member Enumeration Documentation

◆ anonymous enum


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