| Static Value-Flow Analysis
    | 
#include <CFLSolver.h>
| Public Member Functions | |
| TreeNode (NodeID nId) | |
| ~TreeNode () | |
| bool | operator== (const TreeNode &rhs) const | 
| bool | operator< (const TreeNode &rhs) const | 
| Public Attributes | |
| NodeID | id | 
| std::unordered_set< TreeNode * > | children | 
Definition at line 299 of file CFLSolver.h.
| 
 | inline | 
Definition at line 304 of file CFLSolver.h.
| 
 | inline | 
Definition at line 307 of file CFLSolver.h.
Definition at line 316 of file CFLSolver.h.
Definition at line 311 of file CFLSolver.h.
| std::unordered_set<TreeNode*> SVF::POCRHybridSolver::TreeNode::children | 
Definition at line 302 of file CFLSolver.h.
| NodeID SVF::POCRHybridSolver::TreeNode::id | 
Definition at line 301 of file CFLSolver.h.