DDS-PSM-C++  1.0
ISO C++ API for OpenSplice DDS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | List of all members
dds::sub::TRank< DELEGATE > Class Template Reference

#include <TRank.hpp>

Inheritance diagram for dds::sub::TRank< DELEGATE >:
Inheritance graph
[legend]

Public Member Functions

 TRank ()
 
 TRank (int32_t s, int32_t a, int32_t ag)
 
int32_t absolute_generation () const
 
int32_t generation () const
 
int32_t sample () const
 
- Public Member Functions inherited from dds::core::Value< DELEGATE >
 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-> ()
 
Valueoperator= (const Value &other)
 
bool operator== (const Value &other) const
 

Additional Inherited Members

- Protected Member Functions inherited from dds::core::Value< DELEGATE >
 Value ()
 
 Value (const Value &p)
 
- Protected Attributes inherited from dds::core::Value< DELEGATE >
DELEGATE d_
 

Detailed Description

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.

Constructor & Destructor Documentation

template<typename DELEGATE >
dds::sub::TRank< DELEGATE >::TRank ( )
template<typename DELEGATE >
dds::sub::TRank< DELEGATE >::TRank ( int32_t  s,
int32_t  a,
int32_t  ag 
)

Member Function Documentation

template<typename DELEGATE >
int32_t dds::sub::TRank< DELEGATE >::absolute_generation ( ) const
template<typename DELEGATE >
int32_t dds::sub::TRank< DELEGATE >::generation ( ) const
inline
template<typename DELEGATE >
int32_t dds::sub::TRank< DELEGATE >::sample ( ) const
inline

The documentation for this class was generated from the following file: