#include <DomainParticipantImpl.h>
Collaboration diagram for OpenDDS::DCPS::DomainParticipantImpl::RepoIdSequence:
Public Member Functions | |
RepoIdSequence (RepoId &base) | |
RepoId | next () |
Private Attributes | |
RepoId | base_ |
long | serial_ |
GuidBuilder | builder_ |
Definition at line 90 of file DomainParticipantImpl.h.
OpenDDS::DCPS::DomainParticipantImpl::RepoIdSequence::RepoIdSequence | ( | RepoId & | base | ) | [explicit] |
RepoId OpenDDS::DCPS::DomainParticipantImpl::RepoIdSequence::next | ( | ) |
Definition at line 1769 of file DomainParticipantImpl.cpp.
References builder_, OpenDDS::DCPS::GuidBuilder::entityKey(), and serial_.
Referenced by OpenDDS::DCPS::DomainParticipantImpl::create_publisher().
Definition at line 95 of file DomainParticipantImpl.h.