6 #ifndef IROHA_SHARED_MODEL_ROLES_RESPONSE_HPP 7 #define IROHA_SHARED_MODEL_ROLES_RESPONSE_HPP 28 std::string
toString()
const override;
34 #endif // IROHA_SHARED_MODEL_ROLES_RESPONSE_HPP RolesResponse ModelType
Definition: model_primitive.hpp:27
std::string toString() const override
Definition: roles_response.cpp:12
std::vector< types::RoleIdType > RolesIdType
type of roles collection
Definition: roles_response.hpp:21
bool operator==(const ModelType &rhs) const override
Definition: roles_response.cpp:19
virtual const RolesIdType & roles() const =0
Definition: roles_response.hpp:18
Definition: model_primitive.hpp:22
Definition: command_executor.hpp:13