OpenDDS::DCPS::DomainParticipantImpl::RefCounted_Topic Struct Reference

#include <DomainParticipantImpl.h>

Collaboration diagram for OpenDDS::DCPS::DomainParticipantImpl::RefCounted_Topic:
Collaboration graph
[legend]

List of all members.

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_.

Detailed Description

Definition at line 106 of file DomainParticipantImpl.h.


Constructor & Destructor Documentation

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     }


Member Data Documentation

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().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1