Clingo
|
A program to add statements to. More...
#include <ast.hh>
Public Member Functions | |
Program (Library const &lib) | |
Construct an empty program. | |
void | add (Node const &stm) const |
Add a statemente node to the program. | |
Friends | |
auto | c_cast (Program const &x) -> clingo_program_t * |
Convert the program to its underlying C representation. | |
A program to add statements to.
|
inline |
Construct an empty program.
lib | a library to store symbols |
|
inline |
Add a statemente node to the program.
stm | the statement to add |
|
friend |
Convert the program to its underlying C representation.
x | the prgoram |