#include <JoinObject.h>
Public Member Functions | |
MultiJoinObject () | |
~MultiJoinObject () | |
void | assign (JoinKey< Tx > *join_obj) |
void | set_join_points (NumericSequence< Tx > *join_pts) |
vector< bool > | multijoin (int triage_cnt=-1) |
Protected Attributes | |
NumericSequence< Tx > * | _join_pts |
QDOS::MultiJoinObject< Tx >::MultiJoinObject | ( | ) | [inline] |
QDOS::MultiJoinObject< Tx >::~MultiJoinObject | ( | ) | [inline] |
void QDOS::MultiJoinObject< Tx >::assign | ( | JoinKey< Tx > * | join_obj | ) | [inline] |
vector<bool> QDOS::MultiJoinObject< Tx >::multijoin | ( | int | triage_cnt = -1 |
) | [inline] |
void QDOS::MultiJoinObject< Tx >::set_join_points | ( | NumericSequence< Tx > * | join_pts | ) | [inline] |
NumericSequence<Tx>* QDOS::MultiJoinObject< Tx >::_join_pts [protected] |