#include <PTree.h>

Public Attributes | |
| PTreeNode * | parent |
| PTreeNode * | left |
| PTreeNode * | right |
| ExecutionState * | data |
| ref< Expr > | condition |
Private Member Functions | |
| PTreeNode (PTreeNode *_parent, ExecutionState *_data) | |
| ~PTreeNode () | |
Friends | |
| class | PTree |
Definition at line 40 of file PTree.h.
| PTreeNode::PTreeNode | ( | PTreeNode * | _parent, | |
| ExecutionState * | _data | |||
| ) | [private] |
Definition at line 44 of file PTree.h.
Referenced by klee::Executor::branch(), and klee::Executor::fork().
1.5.8