OpenDDS
Snapshot(2023/04/07-19:43)
|
This struct holds both object reference and the corresponding servant. More...
#include <Definitions.h>
Public Member Functions | |
Objref_Servant_Pair () | |
Objref_Servant_Pair (T_impl *svt, T_ptr obj, bool dup) | |
~Objref_Servant_Pair () | |
bool | operator== (const Objref_Servant_Pair &pair) const |
bool | operator< (const Objref_Servant_Pair &pair) const |
Public Attributes | |
T_impl * | svt_ |
T_var | obj_ |
This struct holds both object reference and the corresponding servant.
Definition at line 87 of file Definitions.h.
|
inline |
Definition at line 88 of file Definitions.h.
|
inline |
Definition at line 92 of file Definitions.h.
|
inline |
Definition at line 103 of file Definitions.h.
|
inline |
Definition at line 110 of file Definitions.h.
|
inline |
Definition at line 106 of file Definitions.h.
T_var OpenDDS::DCPS::Objref_Servant_Pair< T_impl, T, T_ptr, T_var >::obj_ |
Definition at line 115 of file Definitions.h.
Referenced by OpenDDS::DCPS::DomainParticipantImpl::create_new_topic(), and OpenDDS::DCPS::Objref_Servant_Pair< TopicImpl, DDS::Topic, DDS::Topic_ptr, DDS::Topic_var >::Objref_Servant_Pair().
T_impl* OpenDDS::DCPS::Objref_Servant_Pair< T_impl, T, T_ptr, T_var >::svt_ |