Start handling Prolog exceptions
This commit is contained in:
parent
5b19ccf6a8
commit
db2d6a0ebd
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