|
CVC3
|
Inherits CVC3::ContextNotifyObj.

Public Member Functions | |
| Restorer (Context *context, SearchSat *ss) | |
| void | notifyPre () |
| void | notify () |
Public Member Functions inherited from CVC3::ContextNotifyObj | |
| ContextNotifyObj (Context *context) | |
| virtual | ~ContextNotifyObj () |
| virtual unsigned long | getMemory (int verbosity) |
Private Attributes | |
| SearchSat * | d_ss |
Additional Inherited Members | |
Protected Attributes inherited from CVC3::ContextNotifyObj | |
| Context * | d_context |
Definition at line 159 of file search_sat.h.
Definition at line 162 of file search_sat.h.
|
inlinevirtual |
Reimplemented from CVC3::ContextNotifyObj.
Definition at line 164 of file search_sat.h.
References d_ss, and CVC3::SearchSat::restorePre().
|
inlinevirtual |
Reimplemented from CVC3::ContextNotifyObj.
Definition at line 165 of file search_sat.h.
References d_ss, and CVC3::SearchSat::restore().
|
private |
Definition at line 160 of file search_sat.h.
Referenced by notify(), and notifyPre().
1.8.2