24#ifndef GCS_GROUP_IDENTIFIER_INCLUDED
25#define GCS_GROUP_IDENTIFIER_INCLUDED
This represents the unique identification of a group.
Definition: gcs_group_identifier.h:35
Gcs_group_identifier(const std::string &group_id)
Gcs_group_identifier constructor.
Definition: gcs_group_identifier.cc:26
bool operator==(const Gcs_group_identifier &other) const
Redefinition of the operator equals, to allow usage in sets.
Definition: gcs_group_identifier.cc:38
bool operator<(const Gcs_group_identifier &other) const
Redefinition of the operator less, to allow usage as key in maps.
Definition: gcs_group_identifier.cc:34
const std::string & get_group_id() const
Definition: gcs_group_identifier.cc:29
std::string group_id
Definition: gcs_group_identifier.h:74