dlvhex
2.5.0
|
#include "dlvhex2/PlatformDefinitions.h"
#include "dlvhex2/PluginInterface.h"
#include <boost/foreach.hpp>
#include <cctype>
Go to the source code of this file.
Data Structures | |
struct | ComfortTerm |
String-based term object (comfort interface). More... | |
struct | ComfortAtom |
String-based Atom object (comfort interface). More... | |
struct | ComfortLiteral |
struct | ComfortInterpretation |
class | ComfortPluginAtom |
String-based PluginAtom interface (comfort interface). More... | |
struct | ComfortPluginAtom::ComfortQuery |
Query class which provides the input of an external atom call. More... | |
Typedefs | |
typedef std::vector< ComfortTerm > | ComfortTuple |
Tuple of terms. |
typedef std::vector<ComfortTerm> ComfortTuple |
Tuple of terms.
Definition at line 267 of file ComfortPluginInterface.h.