#include <UpdateDataTypes.h>
Public Member Functions | |
IdPath (DomainIdType d, IdType p, IdType i) | |
Public Attributes | |
DomainIdType | domain |
IdType | participant |
IdType | id |
Definition at line 40 of file UpdateDataTypes.h.
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) { }
Definition at line 41 of file UpdateDataTypes.h.
Definition at line 43 of file UpdateDataTypes.h.
Definition at line 42 of file UpdateDataTypes.h.