#include <DomainParticipantImpl.h>
Collaboration diagram for OpenDDS::DCPS::DomainParticipantImpl::RefCounted_Topic:
Public Member Functions | |
RefCounted_Topic () | |
RefCounted_Topic (const Topic_Pair &pair) | |
Public Attributes | |
Topic_Pair | pair_ |
The topic object reference. | |
CORBA::Long | client_refs_ |
The reference count on the obj_. |
Definition at line 100 of file DomainParticipantImpl.h.
OpenDDS::DCPS::DomainParticipantImpl::RefCounted_Topic::RefCounted_Topic | ( | ) | [inline] |
OpenDDS::DCPS::DomainParticipantImpl::RefCounted_Topic::RefCounted_Topic | ( | const Topic_Pair & | pair | ) | [inline, explicit] |
Definition at line 106 of file DomainParticipantImpl.h.
00107 : pair_(pair), 00108 client_refs_(1) 00109 { 00110 }
The topic object reference.
Definition at line 113 of file DomainParticipantImpl.h.
Referenced by OpenDDS::DCPS::DomainParticipantImpl::create_new_topic().