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