#include "Row.types.hh"#include "globals.defs.hh"#include "Coefficient.defs.hh"#include <vector>#include <limits>#include "Row.inlines.hh"


Go to the source code of this file.
Namespaces | |
| namespace | Parma_Polyhedra_Library |
| namespace | std |
Classes | |
| class | Parma_Polyhedra_Library::Row_Impl_Handler |
| The handler of the actual Row implementation. More... | |
| class | Parma_Polyhedra_Library::Row |
| A finite sequence of coefficients. More... | |
| class | Parma_Polyhedra_Library::Row::Flags |
| Wrapper class to represent a set of flags with bits in a native unsigned integral type. More... | |
| class | Parma_Polyhedra_Library::Row_Impl_Handler::Impl |
| The actual implementation of a Row object. More... | |
Defines | |
| #define | PPL_Row_defs_hh 1 |
| #define | EXTRA_ROW_DEBUG 0 |
| Enables extra debugging information for class Row. | |
| #define PPL_Row_defs_hh 1 |
Definition at line 24 of file Row.defs.hh.
1.5.6