Go to the documentation of this file.
26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_LITERALINT32_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_LITERALINT32_H
36 #include <boost/cstdint.hpp>
78 #endif // __TERRALIB_DATAACCESS_INTERNAL_LITERALINT32_H
TE_DEFINE_VISITABLE LiteralInt32(boost::int32_t i)
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.
This is an abstract class that models a query expression.
This class models a literal value.
LiteralInt32(const LiteralInt32 &rhs)
Copy constructor.
#define TE_DEFINE_VISITABLE
LiteralInt32 & operator=(const LiteralInt32 &rhs)
~LiteralInt32()
Destructor.
Expression * clone() const
It creates a new copy of this expression.