clingo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Public Member Functions | Public Attributes | List of all members
Gringo::Scripts Struct Reference

#include <scripts.hh>

Collaboration diagram for Gringo::Scripts:
Collaboration graph

Public Member Functions

 Scripts ()
 
bool pyExec (Location const &loc, FWString code)
 
bool luaExec (Location const &loc, FWString code)
 
bool callable (FWString name)
 
ValVec call (Location const &loc, FWString name, ValVec const &args)
 
void main (Control &ctl)
 
 ~Scripts ()
 

Public Attributes

Python py
 
Lua lua
 

Constructor & Destructor Documentation

Gringo::Scripts::Scripts ( )
default
Gringo::Scripts::~Scripts ( )
default

Member Function Documentation

ValVec Gringo::Scripts::call ( Location const &  loc,
FWString  name,
ValVec const &  args 
)

Here is the call graph for this function:

bool Gringo::Scripts::callable ( FWString  name)

Here is the call graph for this function:

bool Gringo::Scripts::luaExec ( Location const &  loc,
FWString  code 
)

Here is the call graph for this function:

void Gringo::Scripts::main ( Control ctl)

Here is the call graph for this function:

bool Gringo::Scripts::pyExec ( Location const &  loc,
FWString  code 
)

Here is the call graph for this function:

Member Data Documentation

Lua Gringo::Scripts::lua
Python Gringo::Scripts::py

The documentation for this struct was generated from the following files: