26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_LITERALINT16_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_LITERALINT16_H 
   36 #include <boost/cstdint.hpp> 
#define TE_DEFINE_VISITABLE
 
This is an abstract class that models a query expression.
 
LiteralInt16 & operator=(const LiteralInt16 &rhs)
 
Expression * clone() const
It creates a new copy of this expression.
 
TE_DEFINE_VISITABLE LiteralInt16(boost::int16_t i)
Constructor.
 
~LiteralInt16()
Destructor.
 
LiteralInt16(const LiteralInt16 &rhs)
Copy constructor.
 
This class models a literal value.
 
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.