Class Participants::Include
Defined in File Query.hpp
Nested Relationships
This class is a nested type of Class Query::Participants.
Class Documentation
-
class Include
The interface for the Participants::Include mode.
Public Functions
-
Include(std::vector<ParticipantId> ids)
Constructor.
-
const std::vector<ParticipantId> &get_ids() const
Get the IDs of the participants that should be included.
-
Include &set_ids(std::vector<ParticipantId> ids)
Set the IDs of the participants that should be included.
-
Include(std::vector<ParticipantId> ids)