#include <Interval_Restriction.defs.hh>
Public Types | |
| typedef Simple_Restriction_Integer | type |
Static Public Member Functions | |
| static type | get (const From &x) |
Definition at line 212 of file Interval_Restriction.defs.hh.
| typedef Simple_Restriction_Integer Parma_Polyhedra_Library::Restriction_Integer< From, Base, typename Enable_If< Is_Same_Or_Derived< Interval_Restriction_None_Base, typename From::info_type >::value >::type >::type |
Definition at line 213 of file Interval_Restriction.defs.hh.
| static type Parma_Polyhedra_Library::Restriction_Integer< From, Base, typename Enable_If< Is_Same_Or_Derived< Interval_Restriction_None_Base, typename From::info_type >::value >::type >::get | ( | const From & | x | ) | [inline, static] |
Definition at line 214 of file Interval_Restriction.defs.hh.
References Parma_Polyhedra_Library::is_integer().
00214 { 00215 return Simple_Restriction_Integer(x.is_singleton() && is_integer(x.lower())); 00216 }
1.6.3