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 (T &, Result dir) const


Detailed Description

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


Member Function Documentation

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

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

00046                                {
00047     return false;
00048   }

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

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

00049                          {
00050   }

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

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

00052                                         {
00053     return dir;
00054   }


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

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