#include "domain.hpp"


Public Member Functions | |
| Domain (const interface::types::DomainIdType &domain_id, const interface::types::RoleIdType &default_role_id) | |
| const interface::types::DomainIdType & | domainId () const override |
| const interface::types::RoleIdType & | defaultRole () const override |
Public Member Functions inherited from shared_model::interface::Domain | |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< Domain > | |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Additional Inherited Members | |
Public Types inherited from shared_model::interface::ModelPrimitive< Domain > | |
| using | ModelType = Domain |
| shared_model::plain::Domain::Domain | ( | const interface::types::DomainIdType & | domain_id, |
| const interface::types::RoleIdType & | default_role_id | ||
| ) |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
|
overridevirtual |
Implements shared_model::interface::Domain.
|
overridevirtual |
Implements shared_model::interface::Domain.