Main MRPT website > C++ reference
MRPT logo
Public Types | Private Types

internal::product_type< Lhs, Rhs > Struct Template Reference


Detailed Description

template<typename Lhs, typename Rhs>
struct internal::product_type< Lhs, Rhs >

Definition at line 70 of file Product.h.

#include <src/Core/Product.h>

List of all members.

Public Types

enum  {
  MaxRows = _Lhs::MaxRowsAtCompileTime, Rows = _Lhs::RowsAtCompileTime, MaxCols = _Rhs::MaxColsAtCompileTime, Cols = _Rhs::ColsAtCompileTime,
  MaxDepth, Depth, LargeThreshold = EIGEN_CACHEFRIENDLY_PRODUCT_THRESHOLD
}
enum  { value = selector::ret }
typedef remove_all< Lhs >::type _Lhs
typedef remove_all< Rhs >::type _Rhs

Private Types

enum  {
  rows_select = product_size_category<Rows, value = selector::ret, cols_select = product_size_category<Cols, value = selector::ret,
  depth_select = product_size_category<Depth, value = selector::ret
}
typedef product_type_selector
< rows_select, cols_select,
depth_select > 
selector

Member Typedef Documentation

template<typename Lhs , typename Rhs >
typedef remove_all<Lhs>::type internal::product_type< Lhs, Rhs >::_Lhs

Definition at line 72 of file Product.h.

template<typename Lhs , typename Rhs >
typedef remove_all<Rhs>::type internal::product_type< Lhs, Rhs >::_Rhs

Definition at line 73 of file Product.h.

template<typename Lhs , typename Rhs >
typedef product_type_selector<rows_select, cols_select, depth_select> internal::product_type< Lhs, Rhs >::selector [private]

Definition at line 94 of file Product.h.


Member Enumeration Documentation

template<typename Lhs , typename Rhs >
anonymous enum
Enumerator:
MaxRows 
Rows 
MaxCols 
Cols 
MaxDepth 
Depth 
LargeThreshold 

Definition at line 74 of file Product.h.

template<typename Lhs , typename Rhs >
anonymous enum [private]
Enumerator:
rows_select 
value 
cols_select 
value 
depth_select 
value 

Definition at line 89 of file Product.h.

template<typename Lhs , typename Rhs >
anonymous enum
Enumerator:
value 

Definition at line 97 of file Product.h.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:40:17 UTC 2011