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::core::cond::TCondition< DELEGATE > Class Template Reference

#include <TCondition.hpp>

Inheritance diagram for dds::core::cond::TCondition< DELEGATE >:
Inheritance graph
[legend]

Public Member Functions

 ~TCondition ()
 
void dispatch ()
 
bool trigger_value () const
 
- Public Member Functions inherited from dds::core::Reference< DELEGATE >
 Reference (dds::core::null_type &)
 
 Reference (const Reference &ref)
 
template<typename D >
 Reference (const Reference< D > &ref)
 
 Reference (DELEGATE_T *p)
 
 ~Reference ()
 
const DELEGATE_REF_T & delegate () const
 
DELEGATE_REF_T & delegate ()
 
bool is_nil () const
 
 operator const DELEGATE_REF_T & () const
 
 operator DELEGATE_REF_T () const
 
 operator DELEGATE_REF_T & ()
 
template<typename R >
bool operator!= (const R &ref) const
 
bool operator!= (const null_type nil) const
 
DELEGATE * operator-> ()
 
const DELEGATE * operator-> () const
 
template<typename D >
Referenceoperator= (const Reference< D > &that)
 
template<typename R >
Referenceoperator= (const R &rhs)
 
Referenceoperator= (const null_type)
 
template<typename R >
bool operator== (const R &ref) const
 
bool operator== (const null_type) const
 

Additional Inherited Members

- Protected Attributes inherited from dds::core::Reference< DELEGATE >
DELEGATE_REF_T impl_
 

Detailed Description

template<typename DELEGATE>
class dds::core::cond::TCondition< DELEGATE >

A Condition is a root class for all the conditions that may be attached to a WaitSet. This basic class is specialized in three classes that are known by the middleware: GuardCondition (Section 7.1.2.1.8), StatusCondition (Section 7.1.2.1.9), and ReadCondition (Section 7.1.2.5.8).

Definition at line 41 of file TCondition.hpp.

Constructor & Destructor Documentation

template<typename DELEGATE >
dds::core::cond::TCondition< DELEGATE >::~TCondition ( )

Member Function Documentation

template<typename DELEGATE >
void dds::core::cond::TCondition< DELEGATE >::dispatch ( )

Dispatches the functors that have been registered with the condition.

template<typename DELEGATE >
bool dds::core::cond::TCondition< DELEGATE >::trigger_value ( ) const

This operation retrieves the trigger_value of the Condition.


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