#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.
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... | |
Namespaces | |
| namespace | Parma_Polyhedra_Library |
The entire library is confined to this namespace. | |
| namespace | std |
The standard C++ namespace. | |
Defines | |
| #define | PPL_ROW_EXTRA_DEBUG 0 |
| #define PPL_ROW_EXTRA_DEBUG 0 |
Definition at line 48 of file Row.defs.hh.
1.6.3