#include "command.hpp"


Public Types | |
| using | CommandVariantType = wrap< AddAssetQuantity, AddPeer, AddSignatory, AppendRole, CallEngine, CompareAndSetAccountDetail, CreateAccount, CreateAsset, CreateDomain, CreateRole, DetachRole, GrantPermission, RemovePeer, RemoveSignatory, RevokePermission, SetAccountDetail, SetQuorum, SetSettingValue, SubtractAssetQuantity, TransferAsset > |
| Type of variant, that handle concrete command. More... | |
Public Types inherited from shared_model::interface::ModelPrimitive< Command > | |
| using | ModelType = Command |
Public Member Functions | |
| virtual const CommandVariantType & | get () const =0 |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< Command > | |
| virtual bool | operator== (const ModelType &rhs) const=0 |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Class provides commands container for all commands in system. General note: this class is container for commands, not a base class.
Type of variant, that handle concrete command.
|
pure virtual |
Implemented in shared_model::proto::Command.

|
override |
|
overridevirtual |
Make string developer representation of object
Reimplemented from shared_model::interface::ModelPrimitive< Command >.