AnnaDB 1.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
annadb::Query::Gt Class Reference

#include <query_comparision.hpp>

Inheritance diagram for annadb::Query::Gt:
annadb::Query::Comparison

Public Member Functions

 Gt (tyson::TySonObject &value)
 
 Gt (std::string_view path_to_field, tyson::TySonObject &value)
 
 Gt (tyson::TySonObject &&value)
 
 Gt (std::string_view path_to_field, tyson::TySonObject &&value)
 
- Public Member Functions inherited from annadb::Query::Comparison
 Comparison (std::string_view &field, std::string_view name)
 
 Comparison (std::string field, std::string_view name)
 
template<std::convertible_to< tyson::TySonObject > T>
 Comparison (T value, std::string_view name)
 
 Comparison (tyson::TySonObject &value, std::string_view field, std::string_view name)
 
std::string str ()
 
ComparisonType type ()
 

Additional Inherited Members

- Protected Attributes inherited from annadb::Query::Comparison
std::string field_
 
std::string name_
 

Detailed Description

The greater comparison class


The documentation for this class was generated from the following file: