#include <DomainParticipantImpl.h>
Public Member Functions | |
RefCounted_Topic () | |
RefCounted_Topic (const Topic_Pair &pair) | |
Public Attributes | |
Topic_Pair | pair_ |
The topic object reference. | |
CORBA::ULong | client_refs_ |
The reference count on the obj_. |
Definition at line 106 of file DomainParticipantImpl.h.
OpenDDS::DCPS::DomainParticipantImpl::RefCounted_Topic::RefCounted_Topic | ( | ) | [inline] |
Definition at line 107 of file DomainParticipantImpl.h.
00108 : client_refs_(0) 00109 { 00110 }
OpenDDS::DCPS::DomainParticipantImpl::RefCounted_Topic::RefCounted_Topic | ( | const Topic_Pair & | pair | ) | [inline, explicit] |
Definition at line 112 of file DomainParticipantImpl.h.
00113 : pair_(pair), 00114 client_refs_(1) 00115 { 00116 }
The reference count on the obj_.
Definition at line 121 of file DomainParticipantImpl.h.
The topic object reference.
Definition at line 119 of file DomainParticipantImpl.h.
Referenced by OpenDDS::DCPS::DomainParticipantImpl::create_new_topic().