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 410 of file Interval_Restriction.defs.hh.


Member Typedef Documentation

Definition at line 415 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 412 of file Interval_Restriction.defs.hh.

00413     : remainder(r), divisor(d) {
00414   }


Member Data Documentation

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

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


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

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