#include <opt_points_to.h>


Public Member Functions | |
| ~POINTS_TO_ITER (void) | |
| POINTS_TO_NODE * | First_elem (void) |
| POINTS_TO_NODE * | Next_elem (void) |
Private Member Functions | |
| POINTS_TO_ITER (const POINTS_TO_ITER &) | |
| POINTS_TO_ITER & | operator= (const POINTS_TO_ITER &) |
Definition at line 634 of file opt_points_to.h.
| POINTS_TO_ITER::POINTS_TO_ITER | ( | const POINTS_TO_ITER & | ) | [private] |
| POINTS_TO_ITER::~POINTS_TO_ITER | ( | void | ) | [inline] |
Definition at line 640 of file opt_points_to.h.
| POINTS_TO_NODE* POINTS_TO_ITER::First_elem | ( | void | ) | [inline] |
Definition at line 641 of file opt_points_to.h.
References SLIST_ITER::First().

| POINTS_TO_NODE* POINTS_TO_ITER::Next_elem | ( | void | ) | [inline] |
Definition at line 642 of file opt_points_to.h.
References SLIST_ITER::Next().

| POINTS_TO_ITER& POINTS_TO_ITER::operator= | ( | const POINTS_TO_ITER & | ) | [private] |
1.7.1