Start handling Prolog exceptions
This commit is contained in:
16
CXX/yapie.hh
Normal file
16
CXX/yapie.hh
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
class YAPEngine;
|
||||
class YAPAtom;
|
||||
class YAPFunctor;
|
||||
class YAPApplTerm;
|
||||
class YAPPairTerm;
|
||||
class YAPQuery;
|
||||
class YAPPredicate;
|
||||
|
||||
|
||||
class YAPError {
|
||||
public:
|
||||
static const int SYNTAX_ERROR = 0x10000;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user