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