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::Long client_refs_
 The reference count on the obj_.

Detailed Description

Definition at line 100 of file DomainParticipantImpl.h.


Constructor & Destructor Documentation

OpenDDS::DCPS::DomainParticipantImpl::RefCounted_Topic::RefCounted_Topic (  )  [inline]

Definition at line 101 of file DomainParticipantImpl.h.

00102       : client_refs_(0)
00103     {
00104     }

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     }


Member Data Documentation

CORBA::Long OpenDDS::DCPS::DomainParticipantImpl::RefCounted_Topic::client_refs_

The reference count on the obj_.

Definition at line 115 of file DomainParticipantImpl.h.

Topic_Pair OpenDDS::DCPS::DomainParticipantImpl::RefCounted_Topic::pair_

The topic object reference.

Definition at line 113 of file DomainParticipantImpl.h.

Referenced by OpenDDS::DCPS::DomainParticipantImpl::create_new_topic().


The documentation for this struct was generated from the following file:
Generated on Fri Feb 12 20:06:17 2016 for OpenDDS by  doxygen 1.4.7