27 #include "../../common/STLUtils.h" 
   45   m_name.reset(static_cast<PropertyName*>(p.
clone()));
 
A class that models the name of any property of an object. 
 
void setPropertyName(PropertyName *p)
It sets the property name. 
 
A class that models the name of any property of an object. 
 
A class that represents the IN operator. 
 
std::auto_ptr< PropertyName > m_name
The property name. 
 
In & operator=(const In &rhs)
 
This is an abstract class that models a query expression. 
 
Expression * clone() const 
It creates a new copy of this expression. 
 
PropertyName * getPropertyName() const 
It returns the property name. 
 
A class that models a Function expression. 
 
A static class with global function name definitions. 
 
Function & operator=(const Function &rhs)
 
A class that represents the IN operator. 
 
TE_DEFINE_VISITABLE In(PropertyName *p)
Constructor. 
 
Expression * clone() const 
It creates a new copy of this expression. 
 
A static class with global function name definitions.