Class AstNodePtr#
Defined in File AstInterface.h
Inheritance Relationships#
Derived Type#
public AstNodePtrImpl(Class AstNodePtrImpl)
Class Documentation#
-
class AstNodePtr#
Subclassed by AstNodePtrImpl
Public Functions
-
inline AstNodePtr(void *_repr = 0)#
-
inline AstNodePtr(const AstNodePtr &that)#
-
inline ~AstNodePtr()#
-
inline AstNodePtr &operator=(const AstNodePtr &that)#
-
inline bool operator!=(const AstNodePtr &that) const#
-
inline bool operator==(const AstNodePtr &that) const#
-
inline bool operator==(void *p) const#
-
inline bool operator!=(void *p) const#
-
inline bool operator<(const AstNodePtr &that) const#
-
inline void *get_ptr() const#
-
inline void *&get_ptr()#
Protected Attributes
-
void *repr#
-
inline AstNodePtr(void *_repr = 0)#