3#include <clingo/input/program.hh>
5#include <clingo/util/enum.hh>
6#include <clingo/util/ordered_map.hh>
8namespace CppClingo::Input {
A store for symbols.
Definition symbol.hh:454
tsl::ordered_map< Key, T, Hash, KeyEqual, Allocator, ValueTypeContainer, IndexType > ordered_map
Alias for ordered maps.
Definition ordered_map.hh:16