SWIPL Zwapel 0.0.1
paule32
Loading...
Searching...
No Matches
PL_Exception Struct Reference
Inheritance diagram for PL_Exception:

Public Member Functions

 PL_Exception ()
 
 PL_Exception (std::string msg)
 
const char * what () const throw ()
 

Public Attributes

std::string message
 

Detailed Description

Definition at line 119 of file prolog.cc.

Constructor & Destructor Documentation

◆ PL_Exception() [1/2]

PL_Exception::PL_Exception ( std::string  msg)
inline

Definition at line 121 of file prolog.cc.

◆ PL_Exception() [2/2]

PL_Exception::PL_Exception ( )
inline

Definition at line 122 of file prolog.cc.

Member Function Documentation

◆ what()

const char * PL_Exception::what ( ) const
throw (
)
inline

Definition at line 123 of file prolog.cc.

References message.

Member Data Documentation

◆ message

std::string PL_Exception::message

Definition at line 120 of file prolog.cc.

Referenced by main(), and what().


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