STK++ 0.9.13
STK::hidden::Traits< CArraySquare< Type_, Size_, Orient_ > > Struct Template Reference

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 constTypeConst
 

Detailed Description

template<typename Type_, int Size_, bool Orient_>
struct STK::hidden::Traits< CArraySquare< Type_, Size_, Orient_ > >

Specialization of the Traits class for CArray class.

Definition at line 76 of file STK_CArraySquare.h.

Member Typedef Documentation

◆ Allocator

template<typename Type_ , int Size_, bool Orient_>
typedef CAllocator<Type_, Size_, Size_, Orient_> STK::hidden::Traits< CArraySquare< Type_, Size_, Orient_ > >::Allocator

Definition at line 82 of file STK_CArraySquare.h.

◆ Col

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

Definition at line 79 of file STK_CArraySquare.h.

◆ Row

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

Definition at line 78 of file STK_CArraySquare.h.

◆ Type

template<typename Type_ , int Size_, bool Orient_>
typedef Type_ STK::hidden::Traits< CArraySquare< Type_, Size_, Orient_ > >::Type

Definition at line 84 of file STK_CArraySquare.h.

◆ TypeConst

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

Definition at line 85 of file STK_CArraySquare.h.

Member Enumeration Documentation

◆ anonymous enum


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