#include "block_query_response.hpp"


Public Types | |
| using | QueryResponseVariantType = w< BlockResponse, BlockErrorResponse > |
| Type of container with all concrete query response. More... | |
Public Types inherited from shared_model::interface::ModelPrimitive< BlockQueryResponse > | |
| using | ModelType = BlockQueryResponse |
Public Member Functions | |
| virtual const QueryResponseVariantType & | get () const =0 |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< BlockQueryResponse > | |
| virtual bool | operator== (const ModelType &rhs) const=0 |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Class BlockQueryResponse(qr) provides container with concrete block query responses available in the system. General note: this class is container for QRs but not a base class.
| using shared_model::interface::BlockQueryResponse::QueryResponseVariantType = w<BlockResponse, BlockErrorResponse> |
Type of container with all concrete query response.
|
pure virtual |
Implemented in shared_model::proto::BlockQueryResponse.
|
override |
|
overridevirtual |
Make string developer representation of object
Reimplemented from shared_model::interface::ModelPrimitive< BlockQueryResponse >.