#include <mtGlue_proto.hpp>
Public Types | |
typedef out_eT | elem_type |
typedef get_pod_type< out_eT > ::result | pod_type |
Public Member Functions | |
arma_inline | mtGlue (const T1 &in_A, const T2 &in_B) |
arma_inline | mtGlue (const T1 &in_A, const T2 &in_B, const u32 in_aux_u32) |
arma_inline | ~mtGlue () |
Public Attributes | |
const T1 & | A |
first operand | |
const T2 & | B |
second operand | |
const u32 | aux_u32 |
storage of auxiliary data, u32 format |
Definition at line 23 of file mtGlue_proto.hpp.
typedef out_eT mtGlue< out_eT, T1, T2, glue_type >::elem_type |
Definition at line 27 of file mtGlue_proto.hpp.
typedef get_pod_type<out_eT>::result mtGlue< out_eT, T1, T2, glue_type >::pod_type |
Definition at line 28 of file mtGlue_proto.hpp.
const T1& mtGlue< out_eT, T1, T2, glue_type >::A |
first operand
Definition at line 34 of file mtGlue_proto.hpp.
Referenced by glue_rel_noteq::apply(), glue_rel_eq::apply(), glue_rel_gteq::apply(), glue_rel_lteq::apply(), glue_rel_gt::apply(), glue_rel_lt::apply(), and op_find::helper().
const T2& mtGlue< out_eT, T1, T2, glue_type >::B |
second operand
Definition at line 35 of file mtGlue_proto.hpp.
Referenced by glue_rel_noteq::apply(), glue_rel_eq::apply(), glue_rel_gteq::apply(), glue_rel_lteq::apply(), glue_rel_gt::apply(), glue_rel_lt::apply(), and op_find::helper().
const u32 mtGlue< out_eT, T1, T2, glue_type >::aux_u32 |
storage of auxiliary data, u32 format
Definition at line 36 of file mtGlue_proto.hpp.