Parma_Polyhedra_Library::Interval_Restriction_None_Base Class Reference

#include <Interval_Restriction.defs.hh>

Inheritance diagram for Parma_Polyhedra_Library::Interval_Restriction_None_Base:
Inheritance graph
[legend]

List of all members.

Public Member Functions

bool has_restriction () const
void normalize () const
template<typename T >
Result restrict (Rounding_Dir, T &, Result dir) const

Detailed Description

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


Member Function Documentation

bool Parma_Polyhedra_Library::Interval_Restriction_None_Base::has_restriction (  )  const [inline]

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

00050                                {
00051     return false;
00052   }

void Parma_Polyhedra_Library::Interval_Restriction_None_Base::normalize (  )  const [inline]

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

00053                          {
00054   }

template<typename T >
Result Parma_Polyhedra_Library::Interval_Restriction_None_Base::restrict ( Rounding_Dir  ,
T &  ,
Result  dir 
) const [inline]

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

00056                                                       {
00057     return dir;
00058   }


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