|
STK++ 0.9.13
|
#include <STK_ProductDispatcher.h>
Public Types | |
| enum | { structure_ = Arrays::array2D_ , sizeRows_ , storage_ , useForRows_ = Traits<Lhs>::sizeRows_ != UnknownSize ? Arrays::useLhsSize_ : Arrays::useRhsSize_ , useForCols_ = Arrays::useRhsSize_ } |
| typedef hidden::Promote< typenameLhs::Type, typenameRhs::Type >::result_type | Type |
| typedef RemoveConst< Type >::Type const & | TypeConst |
| typedef If< storage_==int(Arrays::dense_), CAllocator< Type, sizeRows_, sizeCols_, orient_ >, SArray2D< Type > >::Result | Allocator |
Definition at line 123 of file STK_ProductDispatcher.h.
| typedef If<storage_==int(Arrays::dense_),CAllocator<Type,sizeRows_,sizeCols_,orient_>,SArray2D<Type>>::Result STK::hidden::ProductTraits< Lhs, Rhs, Arrays::square_, RStructure_ >::Allocator |
Definition at line 149 of file STK_ProductDispatcher.h.
| typedef hidden::Promote<typenameLhs::Type,typenameRhs::Type>::result_type STK::hidden::ProductTraits< Lhs, Rhs, Arrays::square_, RStructure_ >::Type |
Definition at line 143 of file STK_ProductDispatcher.h.
| typedef RemoveConst<Type>::Type const& STK::hidden::ProductTraits< Lhs, Rhs, Arrays::square_, RStructure_ >::TypeConst |
Definition at line 144 of file STK_ProductDispatcher.h.
| Enumerator | |
|---|---|
| structure_ | |
| sizeRows_ | |
| storage_ | |
| useForRows_ | |
| useForCols_ | |
Definition at line 125 of file STK_ProductDispatcher.h.