#include <STPBuilder.h>
Public Member Functions | |
| ExprHolder (const ::VCExpr _expr) | |
| ~ExprHolder () | |
Private Attributes | |
| ::VCExpr | expr |
| unsigned | count |
Friends | |
| class | ExprHandle |
Definition at line 28 of file STPBuilder.h.
| klee::ExprHolder::ExprHolder | ( | const ::VCExpr | _expr | ) | [inline] |
Definition at line 34 of file STPBuilder.h.
| klee::ExprHolder::~ExprHolder | ( | ) | [inline] |
Definition at line 35 of file STPBuilder.h.
References expr, and vc_DeleteExpr().

friend class ExprHandle [friend] |
Definition at line 29 of file STPBuilder.h.
unsigned klee::ExprHolder::count [private] |
Definition at line 31 of file STPBuilder.h.
Referenced by klee::ExprHandle::ExprHandle(), klee::ExprHandle::operator=(), and klee::ExprHandle::~ExprHandle().
::VCExpr klee::ExprHolder::expr [private] |
Definition at line 30 of file STPBuilder.h.
Referenced by klee::ExprHandle::operator bool(), klee::ExprHandle::operator::VCExpr(), and ~ExprHolder().
1.5.8