klee
|
#include <PTree.h>
Public Member Functions | |
PTreeNode (const PTreeNode &)=delete | |
PTreeNode (PTreeNode *parent, ExecutionState *state) | |
~PTreeNode ()=default | |
Public Attributes | |
PTreeNode * | parent = nullptr |
PTreeNodePtr | left |
PTreeNodePtr | right |
ExecutionState * | state = nullptr |
|
delete |
PTreeNode::PTreeNode | ( | PTreeNode * | parent, |
ExecutionState * | state | ||
) |
|
default |
PTreeNodePtr klee::PTreeNode::left |
Definition at line 33 of file PTree.h.
Referenced by klee::PTree::attach(), klee::PTree::dump(), PTreeNode(), klee::PTree::remove(), klee::RandomPathSearcher::selectState(), and klee::RandomPathSearcher::update().
PTreeNode* klee::PTreeNode::parent = nullptr |
Definition at line 31 of file PTree.h.
Referenced by klee::PTree::attach(), klee::PTree::remove(), and klee::RandomPathSearcher::update().
PTreeNodePtr klee::PTreeNode::right |
Definition at line 34 of file PTree.h.
Referenced by klee::PTree::attach(), klee::PTree::dump(), PTreeNode(), klee::PTree::remove(), klee::RandomPathSearcher::selectState(), and klee::RandomPathSearcher::update().
ExecutionState* klee::PTreeNode::state = nullptr |
Definition at line 35 of file PTree.h.
Referenced by klee::PTree::attach(), klee::PTree::dump(), PTreeNode(), and klee::RandomPathSearcher::selectState().