#include "Variable.types.hh"#include "Init.types.hh"#include "globals.types.hh"#include <iosfwd>#include <set>#include "Variable.inlines.hh"


Go to the source code of this file.
Namespaces | |
| namespace | Parma_Polyhedra_Library |
| namespace | Parma_Polyhedra_Library::IO_Operators |
Classes | |
| class | Parma_Polyhedra_Library::Variable |
| A dimension of the vector space. More... | |
| struct | Parma_Polyhedra_Library::Variable::Compare |
| Binary predicate defining the total ordering on variables. More... | |
Defines | |
| #define | PPL_Variable_defs_hh 1 |
Typedefs | |
| typedef std::set< Variable, Variable::Compare > | Parma_Polyhedra_Library::Variables_Set |
| An std::set containing variables in increasing order of dimension index. | |
| #define PPL_Variable_defs_hh 1 |
Definition at line 24 of file Variable.defs.hh.
1.5.6