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