#include "batch_meta.hpp"


Public Types | |
| using | ReducedHashesType = std::vector< interface::types::HashType > |
| type of hashes collection More... | |
Public Types inherited from shared_model::interface::ModelPrimitive< BatchMeta > | |
| 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 |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< BatchMeta > | |
| virtual bool | operator== (const ModelType &rhs) const=0 |
| 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
|
override |
Checks equality of objects inside
| rhs | - other wrapped value |

|
pure virtual |
Implemented in shared_model::proto::BatchMeta.

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

|
pure virtual |