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 & operator=(const LiteralBool &rhs)
 
LiteralBool(const te::dt::AbstractData &v)
Constructor.
 
~LiteralBool()
Destructor.
 
Expression * clone() const
It creates a new copy of this expression.
 
LiteralBool(const bool &v)
Constructor.
 
LiteralBool(const LiteralBool &rhs)
Copy constructor.
 
TE_DEFINE_VISITABLE LiteralBool(te::dt::AbstractData *v)
Constructor.
 
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.