#include <exceptions.hh>
Public Member Functions | |
PPL_integer_out_of_range (const Parma_Polyhedra_Library::Coefficient &i) | |
const Parma_Polyhedra_Library::Coefficient | i () const |
Private Attributes | |
Parma_Polyhedra_Library::Coefficient | n |
Definition at line 147 of file exceptions.hh.
PPL_integer_out_of_range::PPL_integer_out_of_range | ( | const Parma_Polyhedra_Library::Coefficient & | i | ) | [inline, explicit] |
const Parma_Polyhedra_Library::Coefficient PPL_integer_out_of_range::i | ( | ) | const [inline] |
Definition at line 157 of file exceptions.hh.
References n.
Referenced by handle_exception().
00157 { 00158 return n; 00159 }