40 #ifndef GEOGRAM_BASIC_BOOLEAN_EXPRESSION
41 #define GEOGRAM_BASIC_BOOLEAN_EXPRESSION
85 bool parse_variable();
86 char cur_char()
const;
91 std::string::iterator ptr_;
A simple parser for boolean expressions.
BooleanExpression(const std::string &expr)
Constructs a boolean expression.
bool operator()(index_t x)
Evaluates the boolean expression.
Common include file, providing basic definitions. Should be included before anything else by all head...
Global Vorpaline namespace.
geo_index_t index_t
The type for storing and manipulating indices.
Types and functions for numbers manipulation.