26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_LITERAL_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_LITERAL_H
38 namespace dt {
class AbstractData; }
97 std::unique_ptr<te::dt::AbstractData>
m_value;
#define TE_DEFINE_VISITABLE
This is an abstract class that models a query expression.
This class models a literal value.
Expression * clone() const
It creates a new copy of this expression.
void setValue(te::dt::AbstractData *v)
It sets the value associated to the literal.
te::dt::AbstractData * getValue() const
It returns the value associated to the literal.
TE_DEFINE_VISITABLE Literal(te::dt::AbstractData *value)
Constructor.
Literal & operator=(const Literal &rhs)
Literal(const te::dt::AbstractData &value)
Constructor.
std::unique_ptr< te::dt::AbstractData > m_value
virtual ~Literal()
Virtual destructor.
Literal(const Literal &rhs)
Copy constructor.
A base class for values that can be retrieved from the data access module.
Auxiliary classes and functions to serialize filter expressions from a XML document.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.