Class Change::RegisterParticipant
Defined in File Change.hpp
Nested Relationships
This class is a nested type of Class Change.
Class Documentation
-
class RegisterParticipant
A class that describes a participant registration.
Public Functions
-
RegisterParticipant(ParticipantId id, ParticipantDescription description)
Constructor
- Parameters:
id – [in] The ID of the participant
description – [in] The description of the participant
-
ParticipantId id() const
The ID for the participant.
-
const ParticipantDescription &description() const
The description of the participant.
-
RegisterParticipant(ParticipantId id, ParticipantDescription description)