Parma_Polyhedra_Library::Restriction_Integer< From, Base, typename Enable_If< Is_Native_Or_Checked< From >::value >::type > Struct Template Reference

#include <Interval_Restriction.defs.hh>

List of all members.

Public Types

typedef Simple_Restriction_Integer type

Static Public Member Functions

static type get (const From &x)


Detailed Description

template<typename From, typename Base>
struct Parma_Polyhedra_Library::Restriction_Integer< From, Base, typename Enable_If< Is_Native_Or_Checked< From >::value >::type >

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


Member Typedef Documentation

template<typename From, typename Base>
typedef Simple_Restriction_Integer Parma_Polyhedra_Library::Restriction_Integer< From, Base, typename Enable_If< Is_Native_Or_Checked< From >::value >::type >::type

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


Member Function Documentation

template<typename From, typename Base>
static type Parma_Polyhedra_Library::Restriction_Integer< From, Base, typename Enable_If< Is_Native_Or_Checked< From >::value >::type >::get ( const From &  x  )  [inline, static]

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

References Parma_Polyhedra_Library::is_integer().

00202                                  {
00203     return Simple_Restriction_Integer(is_integer(x));
00204   }


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

Generated on Sat Oct 11 10:41:11 2008 for PPL by  doxygen 1.5.6