SWIPL Zwapel 0.0.1
paule32
Loading...
Searching...
No Matches
prolog::PL_helper Class Reference

This is a helper class for the zwapel Prolog classes. More...

Public Member Functions

int PL_fail ()
 Prolog member function, that return FALSE on fail rule.
 
int PL_success ()
 Prolog member function, that return TRUE on success rule.
 

Detailed Description

This is a helper class for the zwapel Prolog classes.

The class contains misc. help functions that will be use multiple times in the source code.
It is not the main class, so they can be a little bit twisted till the end product class system will be reached a profesional stage.

Definition at line 115 of file prolog.cc.

Member Function Documentation

◆ PL_fail()

int prolog::PL_helper::PL_fail ( )
inline

Prolog member function, that return FALSE on fail rule.

Definition at line 127 of file prolog.cc.

◆ PL_success()

int prolog::PL_helper::PL_success ( )
inline

Prolog member function, that return TRUE on success rule.

Definition at line 126 of file prolog.cc.


The documentation for this class was generated from the following file: