#include "domain.hpp"


Public Member Functions | |
| template<typename DomainType > | |
| Domain (DomainType &&domain) | |
| Domain (const Domain &o) | |
| Domain (Domain &&o) noexcept | |
| const interface::types::DomainIdType & | domainId () const override |
| const interface::types::RoleIdType & | defaultRole () const override |
Public Member Functions inherited from shared_model::proto::TrivialProto< interface::Domain, iroha::protocol::Domain > | |
| TrivialProto (ProtoLoader &&ref) | |
| const iroha::protocol::Domain & | getTransport () const |
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::proto::TrivialProto< interface::Domain, iroha::protocol::Domain > | |
| using | TransportType = iroha::protocol::Domain |
Public Types inherited from shared_model::interface::ModelPrimitive< Domain > | |
| using | ModelType = Domain |
Protected Attributes inherited from shared_model::proto::TrivialProto< interface::Domain, iroha::protocol::Domain > | |
| detail::ReferenceHolder< iroha::protocol::Domain > | proto_ |
|
inlineexplicit |
|
inline |
|
inlinenoexcept |
|
inlineoverridevirtual |
Implements shared_model::interface::Domain.
|
inlineoverridevirtual |
Implements shared_model::interface::Domain.