|
| Sample() | Sample (const T &data, const SampleInfo &info) |
| |
| | Sample (const Sample &other) |
| |
| const DataType & | data () const |
| |
| void | data (const DataType &d) |
| |
| const SampleInfo & | info () const |
| |
| void | info (const SampleInfo &i) |
| |
| | 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< T > & | delegate () const |
| |
| DELEGATE< T > & | delegate () |
| |
| | operator const DELEGATE< T > & () const |
| |
| | operator DELEGATE< T > & () |
| |
| bool | operator!= (const Value &other) const |
| |
| const DELEGATE< T > * | operator-> () const |
| |
| DELEGATE< T > * | operator-> () |
| |
| Value & | operator= (const Value &other) |
| |
| bool | operator== (const Value &other) const |
| |
template<typename T, template< typename Q > class DELEGATE>
class dds::sub::Sample< T, DELEGATE >
This class encapsulate the data and meta-data associated with DDS samples.
Definition at line 37 of file TSample.hpp.