|
| StdSetTracer (std::ostream &os0=std::cerr) |
| Initialize with output stream os0. More...
|
|
virtual void | init (const Space &home, const SetTraceRecorder &t) |
| Print init information. More...
|
|
virtual void | prune (const Space &home, const SetTraceRecorder &t, const ViewTraceInfo &vti, int i, SetTraceDelta &d) |
| Print prune information. More...
|
|
virtual void | fix (const Space &home, const SetTraceRecorder &t) |
| Print fixpoint information. More...
|
|
virtual void | fail (const Space &home, const SetTraceRecorder &t) |
| Print failure information. More...
|
|
virtual void | done (const Space &home, const SetTraceRecorder &t) |
| Print that trace recorder is done. More...
|
|
| ViewTracer (void) |
| Constructor. More...
|
|
virtual void | init (const Space &home, const ViewTraceRecorder< View > &t)=0 |
| Init function. More...
|
|
virtual void | prune (const Space &home, const ViewTraceRecorder< View > &t, const ViewTraceInfo &vti, int i, typename TraceTraits< View >::TraceDelta &d)=0 |
| Prune function. More...
|
|
virtual void | fail (const Space &home, const ViewTraceRecorder< View > &t)=0 |
| Fail function. More...
|
|
virtual void | fix (const Space &home, const ViewTraceRecorder< View > &t)=0 |
| Fixpoint function. More...
|
|
virtual void | done (const Space &home, const ViewTraceRecorder< View > &t)=0 |
| Done function. More...
|
|
virtual | ~ViewTracer (void) |
| Destructor. More...
|
|
Standard set variable tracer.
Definition at line 1781 of file set.hh.