ews-cpp  0.9
Public Member Functions | List of all members
ews::is_greater_than Class Referencefinal

Compare a property with a constant or another property. More...

#include <ews.hpp>

Inheritance diagram for ews::is_greater_than:
ews::search_expression

Public Member Functions

 is_greater_than (property_path path, bool b)
 
 is_greater_than (property_path path, int i)
 
 is_greater_than (property_path path, const char *str)
 
 is_greater_than (indexed_property_path path, const char *str)
 
 is_greater_than (property_path path, date_time when)
 
- Public Member Functions inherited from ews::search_expression
std::string to_xml () const
 

Additional Inherited Members

- Protected Member Functions inherited from ews::search_expression
 search_expression (std::function< std::string()> &&func)
 
 search_expression (const char *term, property_path path, bool b)
 
 search_expression (const char *term, property_path path, int i)
 
 search_expression (const char *term, property_path path, const char *str)
 
 search_expression (const char *term, indexed_property_path path, const char *str)
 
 search_expression (const char *term, property_path path, date_time when)
 

Detailed Description

Compare a property with a constant or another property.


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