#include <ppl_prolog_common.defs.hh>

Public Member Functions | |
| internal_exception (Prolog_term_ref term, const char *where) | |
| virtual | ~internal_exception () |
| virtual Prolog_term_ref | term () const |
| virtual const char * | where () const |
Private Attributes | |
| Prolog_term_ref | t |
| const char * | w |
Definition at line 135 of file ppl_prolog_common.defs.hh.
| Parma_Polyhedra_Library::Interfaces::Prolog::internal_exception::internal_exception | ( | Prolog_term_ref | term, | |
| const char * | where | |||
| ) | [inline] |
Definition at line 141 of file ppl_prolog_common.defs.hh.
| virtual Parma_Polyhedra_Library::Interfaces::Prolog::internal_exception::~internal_exception | ( | ) | [inline, virtual] |
Definition at line 146 of file ppl_prolog_common.defs.hh.
| virtual Prolog_term_ref Parma_Polyhedra_Library::Interfaces::Prolog::internal_exception::term | ( | ) | const [inline, virtual] |
Definition at line 149 of file ppl_prolog_common.defs.hh.
References t.
| virtual const char* Parma_Polyhedra_Library::Interfaces::Prolog::internal_exception::where | ( | ) | const [inline, virtual] |
Definition at line 153 of file ppl_prolog_common.defs.hh.
References w.
Prolog_term_ref Parma_Polyhedra_Library::Interfaces::Prolog::internal_exception::t [private] |
Definition at line 137 of file ppl_prolog_common.defs.hh.
Referenced by term().
const char* Parma_Polyhedra_Library::Interfaces::Prolog::internal_exception::w [private] |
Definition at line 138 of file ppl_prolog_common.defs.hh.
Referenced by where().
1.6.3