Update::IdPath Struct Reference

#include <UpdateDataTypes.h>

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

List of all members.

Public Member Functions

 IdPath (DomainIdType d, IdType p, IdType i)

Public Attributes

DomainIdType domain
IdType participant
IdType id

Detailed Description

Definition at line 40 of file UpdateDataTypes.h.


Constructor & Destructor Documentation

Update::IdPath::IdPath ( DomainIdType  d,
IdType  p,
IdType  i 
) [inline]

Definition at line 45 of file UpdateDataTypes.h.

00046   : domain(d),
00047       participant(p),
00048       id(i) { }


Member Data Documentation

Definition at line 41 of file UpdateDataTypes.h.

Definition at line 43 of file UpdateDataTypes.h.

Definition at line 42 of file UpdateDataTypes.h.


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