#include <opt_points_to.h>


Public Member Functions | |
| POINTS_TO_NODE (POINTS_TO *pt) | |
| ~POINTS_TO_NODE (void) | |
| POINTS_TO * | Pt (void) const |
Private Member Functions | |
| POINTS_TO_NODE (void) | |
| POINTS_TO_NODE (const POINTS_TO_NODE &) | |
| POINTS_TO_NODE & | operator= (const POINTS_TO_NODE &) |
Private Attributes | |
| POINTS_TO * | _pt |
Definition at line 608 of file opt_points_to.h.
| POINTS_TO_NODE::POINTS_TO_NODE | ( | void | ) | [private] |
| POINTS_TO_NODE::POINTS_TO_NODE | ( | const POINTS_TO_NODE & | ) | [private] |
| POINTS_TO_NODE::POINTS_TO_NODE | ( | POINTS_TO * | pt | ) | [inline] |
Definition at line 616 of file opt_points_to.h.
References _pt.
| POINTS_TO_NODE::~POINTS_TO_NODE | ( | void | ) | [inline] |
Definition at line 617 of file opt_points_to.h.
| POINTS_TO_NODE& POINTS_TO_NODE::operator= | ( | const POINTS_TO_NODE & | ) | [private] |
| POINTS_TO* POINTS_TO_NODE::Pt | ( | void | ) | const [inline] |
Definition at line 618 of file opt_points_to.h.
References _pt.
POINTS_TO* POINTS_TO_NODE::_pt [private] |
Definition at line 611 of file opt_points_to.h.
Referenced by POINTS_TO_NODE(), and Pt().
1.7.1