Go to the documentation of this file.
26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_CAST_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_CAST_H
84 #endif // __TERRALIB_DATAACCESS_INTERNAL_CAST_H
Cast(const Expression &value, const Expression &type)
Constructor.
Expression * clone() const
It creates a new copy of this expression.
Cast a expression function.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.
A base class for binary functions.
This is an abstract class that models a query expression.
#define TE_DEFINE_VISITABLE
Cast(const Cast &rhs)
Copy constructor.
A static class with global function name definitions.
A static class with global function name definitions.
TE_DEFINE_VISITABLE Cast(Expression *value, Expression *type)
Constructor.
A base class for binary functions.
Cast & operator=(const Cast &rhs)