|
Clingo
|
Context object to capture state used during instantiation. More...
#include <instantiator.hh>
Public Member Functions | |
| EvalContext (Logger &log, SymbolStore &store, OutputStm &out, Assignment &ass) | |
| Construct an instantiation state. | |
| auto | ass () const -> Assignment & |
| Get the assignment. | |
Public Member Functions inherited from CppClingo::Ground::InstantiationContext | |
| InstantiationContext (Logger &log, SymbolStore &store, OutputStm &out) | |
| Construct an instantiation state. | |
| auto | log () const -> Logger & |
| Get the logger. | |
| auto | store () const -> SymbolStore & |
| Get the store. | |
| auto | out () const -> OutputStm & |
| Get the output. | |
Context object to capture state used during instantiation.