#include <UpdateDataTypes.h>
Collaboration diagram for Update::IdPath:
Public Member Functions | |
IdPath (DomainIdType d, IdType p, IdType i) | |
Public Attributes | |
DomainIdType | domain |
IdType | participant |
IdType | id |
Definition at line 36 of file UpdateDataTypes.h.
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) { }
Definition at line 37 of file UpdateDataTypes.h.
Definition at line 39 of file UpdateDataTypes.h.
Definition at line 38 of file UpdateDataTypes.h.