Class AstNodePtr#

Inheritance Relationships#

Derived Type#

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#