PPL_integer_out_of_range Class Reference

#include <exceptions.hh>

List of all members.

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


Detailed Description

Definition at line 147 of file exceptions.hh.


Constructor & Destructor Documentation

PPL_integer_out_of_range::PPL_integer_out_of_range ( const Parma_Polyhedra_Library::Coefficient i  )  [inline, explicit]

Definition at line 153 of file exceptions.hh.

00154     : n(i) {
00155   }


Member Function Documentation

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   }


Member Data Documentation

Definition at line 149 of file exceptions.hh.

Referenced by i().


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