#include <ManagerDUGStandard.hpp>

Public Member Functions | |
| GlobalNode (IRSymHandle i, ProcHandle p, CallHandle c, ProcHandle useP) | |
| GlobalNode (const GlobalNode &gn) | |
| ~GlobalNode () | |
| bool | operator== (const GlobalNode &other) const |
| bool | operator< (const GlobalNode &other) const |
Public Attributes | |
| IRSymHandle | mIRnSym |
| ProcHandle | mProc |
| CallHandle | mCall |
| ProcHandle | mUseProc |
Definition at line 46 of file CSFSActivity/ManagerDUGStandard.hpp.
| OA::DUG::GlobalNode::GlobalNode | ( | IRSymHandle | i, | |
| ProcHandle | p, | |||
| CallHandle | c, | |||
| ProcHandle | useP | |||
| ) | [inline] |
Definition at line 48 of file CSFSActivity/ManagerDUGStandard.hpp.
| OA::DUG::GlobalNode::GlobalNode | ( | const GlobalNode & | gn | ) | [inline] |
Definition at line 50 of file CSFSActivity/ManagerDUGStandard.hpp.
| OA::DUG::GlobalNode::~GlobalNode | ( | ) | [inline] |
Definition at line 53 of file CSFSActivity/ManagerDUGStandard.hpp.
| bool OA::DUG::GlobalNode::operator< | ( | const GlobalNode & | other | ) | const [inline] |
| bool OA::DUG::GlobalNode::operator== | ( | const GlobalNode & | other | ) | const [inline] |
Definition at line 77 of file CSFSActivity/ManagerDUGStandard.hpp.
Referenced by operator<(), and operator==().
Definition at line 75 of file CSFSActivity/ManagerDUGStandard.hpp.
Referenced by operator<(), and operator==().
Definition at line 76 of file CSFSActivity/ManagerDUGStandard.hpp.
Referenced by operator<(), and operator==().
Definition at line 81 of file CSFSActivity/ManagerDUGStandard.hpp.
Referenced by operator<(), and operator==().
1.6.1