OpenDDS  Snapshot(2023/04/28-20:55)
Public Member Functions | Public Attributes | List of all members
Update::IdPath Struct Reference

#include <UpdateDataTypes.h>

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

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

◆ IdPath()

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

Definition at line 45 of file UpdateDataTypes.h.

46  : domain(d),
47  participant(p),
48  id(i) { }
DomainIdType domain

Member Data Documentation

◆ domain

DomainIdType Update::IdPath::domain

Definition at line 41 of file UpdateDataTypes.h.

◆ id

IdType Update::IdPath::id

Definition at line 43 of file UpdateDataTypes.h.

◆ participant

IdType Update::IdPath::participant

Definition at line 42 of file UpdateDataTypes.h.


The documentation for this struct was generated from the following file: