#include "batch_meta.hpp"
Public Types | |
using | ReducedHashesType = std::vector< interface::types::HashType > |
type of hashes collection More... | |
![]() | |
using | ModelType = BatchMeta |
Public Member Functions | |
virtual types::BatchType | type () const =0 |
std::string | toString () const override |
virtual const ReducedHashesType & | reducedHashes () const =0 |
bool | operator== (const ModelType &rhs) const override |
![]() | |
virtual bool | operator!= (const ModelType &rhs) const |
virtual | ~ModelPrimitive ()=default |
Representation of fixed point number
using shared_model::interface::BatchMeta::ReducedHashesType = std::vector<interface::types::HashType> |
type of hashes collection
|
inlineoverridevirtual |
Checks equality of objects inside
rhs | - other wrapped value |
Implements shared_model::interface::ModelPrimitive< BatchMeta >.
|
pure virtual |
Implemented in shared_model::proto::BatchMeta.
|
inlineoverridevirtual |
Make string developer representation of object
Reimplemented from shared_model::interface::ModelPrimitive< BatchMeta >.
|
pure virtual |