Parma_Polyhedra_Library::Coefficient_free_list_element Class Reference
[C++ Language Interface]

A node of the list of available coefficients. More...

#include <globals.defs.hh>

Collaboration diagram for Parma_Polyhedra_Library::Coefficient_free_list_element:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Coefficient_free_list_element ()
Coefficientinteger ()
Coefficient_free_list_element *& next ()

Private Attributes

Coefficient i
Coefficient_free_list_elementp


Detailed Description

A node of the list of available coefficients.

Definition at line 41 of file globals.defs.hh.


Constructor & Destructor Documentation

Parma_Polyhedra_Library::Coefficient_free_list_element::Coefficient_free_list_element (  )  [inline]

Definition at line 47 of file globals.defs.hh.

00048     : i() {
00049   }


Member Function Documentation

Coefficient& Parma_Polyhedra_Library::Coefficient_free_list_element::integer (  )  [inline]

Definition at line 51 of file globals.defs.hh.

References i.

Referenced by Parma_Polyhedra_Library::get_tmp_Coefficient().

00051                          {
00052     return i;
00053   }

Coefficient_free_list_element*& Parma_Polyhedra_Library::Coefficient_free_list_element::next (  )  [inline]

Definition at line 55 of file globals.defs.hh.

References p.

Referenced by Parma_Polyhedra_Library::get_tmp_Coefficient(), and Parma_Polyhedra_Library::release_tmp_Coefficient().

00055                                          {
00056     return p;
00057   }


Member Data Documentation

Definition at line 43 of file globals.defs.hh.

Referenced by integer().

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

Referenced by next().


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

Generated on Wed Jul 16 22:55:44 2008 for PPL by  doxygen 1.5.6