6 #ifndef IROHA_SHARED_PROTO_MODEL_QUERY_ORDERING_HPP 7 #define IROHA_SHARED_PROTO_MODEL_QUERY_ORDERING_HPP 12 #include "queries.pb.h" 23 OrderingImpl(iroha::protocol::Ordering
const &proto_ordering);
29 void reset()
override;
30 void get(ModelType::OrderingEntry
const *&orderingEntry,
31 size_t &count)
const override;
36 ModelType::OrderingEntry
47 #endif // IROHA_SHARED_PROTO_MODEL_QUERY_ORDERING_HPP Definition: ordering.hpp:19
bool append(ModelType::Field field, ModelType::Direction direction) override
Definition: proto_ordering.cpp:99
void reset() override
Definition: proto_ordering.cpp:116
Field
Definition: ordering.hpp:24
Provides ordering data for pagination.
Definition: proto_ordering.hpp:18
Definition: command_executor.hpp:12
OrderingImpl()
Definition: proto_ordering.cpp:47
Direction
Definition: ordering.hpp:35
OrderingImpl & operator=(OrderingImpl const &)=delete