Parma_Polyhedra_Library::Simple_Restriction_Integer Class Reference

#include <Interval_Restriction.defs.hh>

Inheritance diagram for Parma_Polyhedra_Library::Simple_Restriction_Integer:
Inheritance graph
[legend]
Collaboration diagram for Parma_Polyhedra_Library::Simple_Restriction_Integer:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Simple_Restriction_Integer (bool i)
bool get_integer () const

Private Attributes

bool integer

Detailed Description

Definition at line 188 of file Interval_Restriction.defs.hh.


Constructor & Destructor Documentation

Parma_Polyhedra_Library::Simple_Restriction_Integer::Simple_Restriction_Integer ( bool  i  )  [inline]

Definition at line 190 of file Interval_Restriction.defs.hh.

00191     : integer(i) {
00192   }


Member Function Documentation

bool Parma_Polyhedra_Library::Simple_Restriction_Integer::get_integer (  )  const [inline]

Definition at line 193 of file Interval_Restriction.defs.hh.

References integer.

00193                            {
00194     return integer;
00195   }


Member Data Documentation

Definition at line 197 of file Interval_Restriction.defs.hh.

Referenced by get_integer().


The documentation for this class was generated from the following file:
Generated on Sun Feb 27 16:20:27 2011 for PPL by  doxygen 1.6.3