Update::OwnershipData Struct Reference

#include <UpdateDataTypes.h>

Collaboration diagram for Update::OwnershipData:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 OwnershipData (DomainIdType d, IdType p, long o)

Public Attributes

DomainIdType domain
IdType participant
long owner

Detailed Description

Definition at line 51 of file UpdateDataTypes.h.


Constructor & Destructor Documentation

Update::OwnershipData::OwnershipData ( DomainIdType  d,
IdType  p,
long  o 
) [inline]

Definition at line 56 of file UpdateDataTypes.h.

00057   : domain(d),
00058       participant(p),
00059       owner(o) { }


Member Data Documentation

Definition at line 52 of file UpdateDataTypes.h.

Referenced by OpenDDS::Federator::ManagerImpl::create().

Definition at line 54 of file UpdateDataTypes.h.

Referenced by OpenDDS::Federator::ManagerImpl::create().

Definition at line 53 of file UpdateDataTypes.h.

Referenced by OpenDDS::Federator::ManagerImpl::create().


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