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 36 of file UpdateDataTypes.h.


Constructor & Destructor Documentation

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

Definition at line 41 of file UpdateDataTypes.h.

00042   : domain(d),
00043       participant(p),
00044       id(i) { }


Member Data Documentation

DomainIdType Update::IdPath::domain

Definition at line 37 of file UpdateDataTypes.h.

IdType Update::IdPath::id

Definition at line 39 of file UpdateDataTypes.h.

IdType Update::IdPath::participant

Definition at line 38 of file UpdateDataTypes.h.


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