RTI Connext Modern C++ API
Version 5.3.0
|
Acts as a container for Qos policies allowing to set and retrieve all the policies of an entity as a unit. More...
#include <TEntityQos.hpp>
Public Member Functions | |
template<typename Policy > | |
TEntityQos & | policy (const Policy &p) |
RTI_doc_block[EntityQosCopy]. | |
template<typename Policy > | |
TEntityQos & | operator<< (const Policy &p) |
Sets a policy. | |
template<typename Policy > | |
const TEntityQos & | operator>> (Policy &p) const |
Copies the values of a policy. | |
template<typename T > | |
TEntityQos< DELEGATE > & | operator= (const TEntityQos< T > &other) |
RTI_doc_block[EntityQosCopy]. | |
Public Member Functions inherited from dds::core::Value< DELEGATE > | |
const DELEGATE * | operator-> () const OMG_NOEXCEPT |
DELEGATE * | operator-> () OMG_NOEXCEPT |
const DELEGATE & | delegate () const OMG_NOEXCEPT |
DELEGATE & | delegate () OMG_NOEXCEPT |
operator DELEGATE & () OMG_NOEXCEPT | |
operator const DELEGATE & () const OMG_NOEXCEPT | |
Acts as a container for Qos policies allowing to set and retrieve all the policies of an entity as a unit.
|
inline |
|
inline |
Sets a policy.
|
inline |
Copies the values of a policy.
p | The destination where to copy the current value of the Policy |
|
inline |
RTI_doc_block[EntityQosCopy].