26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_LITERALBOOL_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_LITERALBOOL_H
#define TE_DEFINE_VISITABLE
This is an abstract class that models a query expression.
This class models a bool Literal value.
LiteralBool(const te::dt::AbstractData &v)
Constructor.
Expression * clone() const
It creates a new copy of this expression.
~LiteralBool()
Destructor.
LiteralBool(const bool &v)
Constructor.
LiteralBool(const LiteralBool &rhs)
Copy constructor.
TE_DEFINE_VISITABLE LiteralBool(te::dt::AbstractData *v)
Constructor.
LiteralBool & operator=(const LiteralBool &rhs)
This class models a literal value.
A base class for values that can be retrieved from the data access module.
This class can be used to represent literal values.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.