Parma_Polyhedra_Library::Simple_Restriction_Integer_Modulo< T > Struct Template Reference

#include <Interval_Restriction.defs.hh>

Inheritance diagram for Parma_Polyhedra_Library::Simple_Restriction_Integer_Modulo< T >:
Inheritance graph
[legend]
Collaboration diagram for Parma_Polyhedra_Library::Simple_Restriction_Integer_Modulo< T >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef T modulo_type

Public Member Functions

template<typename From >
 Simple_Restriction_Integer_Modulo (const From &r, const From &d)

Public Attributes

remainder
divisor

Detailed Description

template<typename T>
struct Parma_Polyhedra_Library::Simple_Restriction_Integer_Modulo< T >

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


Member Typedef Documentation

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


Constructor & Destructor Documentation

template<typename T >
template<typename From >
Parma_Polyhedra_Library::Simple_Restriction_Integer_Modulo< T >::Simple_Restriction_Integer_Modulo ( const From &  r,
const From &  d 
) [inline]

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

00418     : remainder(r), divisor(d) {
00419   }


Member Data Documentation

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

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


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