|
| | TRank () |
| |
| | TRank (int32_t s, int32_t a, int32_t ag) |
| |
| int32_t | absolute_generation () const |
| |
| int32_t | generation () const |
| |
| int32_t | sample () const |
| |
| | Value (const ARG &arg) |
| |
| | Value (const ARG1 &arg1, const ARG2 &arg2) |
| |
| | Value (const ARG1 &arg1, const ARG2 &arg2, const ARG3 &arg3) |
| |
| | Value (const ARG1 &arg1, const ARG2 &arg2, const ARG3 &arg3, const ARG4 &arg4) |
| |
| | Value (const ARG1 &arg1, const ARG2 &arg2, const ARG3 &arg3, const ARG4 &arg4, const ARG5 &arg5) |
| |
| | Value (const ARG1 &arg1, const ARG2 &arg2, const ARG3 &arg3, const ARG4 &arg4, const ARG5 &arg5, const ARG6 &arg6) |
| |
| | ~Value () |
| |
| const DELEGATE & | delegate () const |
| |
| DELEGATE & | delegate () |
| |
| | operator const DELEGATE & () const |
| |
| | operator DELEGATE & () |
| |
| bool | operator!= (const Value &other) const |
| |
| const DELEGATE * | operator-> () const |
| |
| DELEGATE * | operator-> () |
| |
| Value & | operator= (const Value &other) |
| |
| bool | operator== (const Value &other) const |
| |
template<typename DELEGATE>
class dds::sub::TRank< DELEGATE >
This class encapsulate the concept of Rank for a sample.
Definition at line 16 of file TRank.hpp.