STK++ 0.9.13
|
Specialization of the Traits struct for Variable class. More...
#include <STK_Variable.h>
Public Types | |
enum | { structure_ = Arrays::vector_ , orient_ = Arrays::by_col_ , sizeCols_ = 1 , sizeRows_ = UnknownSize , size_ = UnknownSize , storage_ = Arrays::dense_ } |
typedef Variable< Type_ > | Row |
typedef Variable< Type_ > | Col |
typedef Variable< Type_ > | SubRow |
typedef Variable< Type_ > | SubCol |
typedef Variable< Type_ > | SubArray |
typedef Variable< Type_ > | SubVector |
typedef Type_ | Type |
typedef RemoveConst< Type_ >::Type const & | TypeConst |
typedef MemAllocator< Type_, UnknownSize > | Allocator |
typedef TRange< size_ > | RowRange |
typedef TRange< 1 > | ColRange |
typedef int | Index |
typedef DenseRandomIterator< Variable< Type_ > > | Iterator |
typedef ConstDenseRandomIterator< Variable< Type_ > > | ConstIterator |
typedef std::reverse_iterator< Iterator > | ReverseIterator |
typedef std::reverse_iterator< ConstIterator > | ConstReverseIterator |
Specialization of the Traits struct for Variable class.
Definition at line 51 of file STK_Variable.h.
typedef MemAllocator<Type_, UnknownSize> STK::hidden::Traits< Variable< Type_ > >::Allocator |
Definition at line 73 of file STK_Variable.h.
typedef Variable<Type_> STK::hidden::Traits< Variable< Type_ > >::Col |
Definition at line 54 of file STK_Variable.h.
typedef TRange<1> STK::hidden::Traits< Variable< Type_ > >::ColRange |
Definition at line 76 of file STK_Variable.h.
typedef ConstDenseRandomIterator<Variable<Type_> > STK::hidden::Traits< Variable< Type_ > >::ConstIterator |
Definition at line 81 of file STK_Variable.h.
typedef std::reverse_iterator<ConstIterator> STK::hidden::Traits< Variable< Type_ > >::ConstReverseIterator |
Definition at line 84 of file STK_Variable.h.
typedef int STK::hidden::Traits< Variable< Type_ > >::Index |
Definition at line 78 of file STK_Variable.h.
typedef DenseRandomIterator<Variable<Type_> > STK::hidden::Traits< Variable< Type_ > >::Iterator |
Definition at line 80 of file STK_Variable.h.
typedef std::reverse_iterator<Iterator> STK::hidden::Traits< Variable< Type_ > >::ReverseIterator |
Definition at line 83 of file STK_Variable.h.
typedef Variable<Type_> STK::hidden::Traits< Variable< Type_ > >::Row |
Definition at line 53 of file STK_Variable.h.
Definition at line 75 of file STK_Variable.h.
typedef Variable<Type_> STK::hidden::Traits< Variable< Type_ > >::SubArray |
Definition at line 57 of file STK_Variable.h.
typedef Variable<Type_> STK::hidden::Traits< Variable< Type_ > >::SubCol |
Definition at line 56 of file STK_Variable.h.
typedef Variable<Type_> STK::hidden::Traits< Variable< Type_ > >::SubRow |
Definition at line 55 of file STK_Variable.h.
typedef Variable<Type_> STK::hidden::Traits< Variable< Type_ > >::SubVector |
Definition at line 58 of file STK_Variable.h.
typedef Type_ STK::hidden::Traits< Variable< Type_ > >::Type |
Definition at line 60 of file STK_Variable.h.
typedef RemoveConst<Type_>::Type const& STK::hidden::Traits< Variable< Type_ > >::TypeConst |
Definition at line 61 of file STK_Variable.h.
Enumerator | |
---|---|
structure_ | |
orient_ | |
sizeCols_ | |
sizeRows_ | |
size_ | |
storage_ |
Definition at line 63 of file STK_Variable.h.