|
OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <InstanceHandle.h>

Public Member Functions | |
| InstanceHandleGenerator (long begin=HANDLE_UNKNOWN) | |
| ~InstanceHandleGenerator () | |
| DDS::InstanceHandle_t | next () |
Private Attributes | |
| Atomic< long > | sequence_ |
Definition at line 23 of file InstanceHandle.h.
|
explicit |
Definition at line 19 of file InstanceHandle.cpp.
| OpenDDS::DCPS::InstanceHandleGenerator::~InstanceHandleGenerator | ( | ) |
Definition at line 24 of file InstanceHandle.cpp.
| DDS::InstanceHandle_t OpenDDS::DCPS::InstanceHandleGenerator::next | ( | void | ) |
Definition at line 29 of file InstanceHandle.cpp.
References OPENDDS_END_VERSIONED_NAMESPACE_DECL, and sequence_.
Referenced by OpenDDS::DCPS::DomainParticipantImpl::assign_handle().
|
private |
Definition at line 32 of file InstanceHandle.h.
Referenced by next().
1.8.13