Prolog_unsigned_out_of_range Class Reference

#include <exceptions.hh>

Inheritance diagram for Prolog_unsigned_out_of_range:

Inheritance graph
[legend]
Collaboration diagram for Prolog_unsigned_out_of_range:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Prolog_unsigned_out_of_range (Prolog_term_ref t, unsigned long max)
unsigned long max () const

Private Attributes

unsigned long m


Detailed Description

Definition at line 40 of file exceptions.hh.


Constructor & Destructor Documentation

Prolog_unsigned_out_of_range::Prolog_unsigned_out_of_range ( Prolog_term_ref  t,
unsigned long  max 
) [inline, explicit]

Definition at line 45 of file exceptions.hh.

00046     : internal_exception(t),
00047       m(max) {
00048   }


Member Function Documentation

unsigned long Prolog_unsigned_out_of_range::max (  )  const [inline]

Definition at line 50 of file exceptions.hh.

References m.

Referenced by handle_exception().

00050                             {
00051     return m;
00052   }


Member Data Documentation

unsigned long Prolog_unsigned_out_of_range::m [private]

Definition at line 42 of file exceptions.hh.

Referenced by max().


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

Generated on Wed Jul 16 22:55:38 2008 for PPL by  doxygen 1.5.6