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