1#include <clingo/input/program.hh>
3#include <clingo/core/logger.hh>
5#include <clingo/util/unordered_map.hh>
7namespace CppClingo::Input {
20 -> std::optional<Symbol>;
Simple logger to report message to stderr or via a callback.
Definition logger.hh:63
A store for symbols.
Definition symbol.hh:454
Variant-like class to store symbols stored in a symbol store.
Definition symbol.hh:225