#include "DB_Row.types.hh"#include "globals.types.hh"#include "Ptr_Iterator.defs.hh"#include <cstddef>#include <vector>#include "DB_Row.inlines.hh"


Go to the source code of this file.
Namespaces | |
| namespace | Parma_Polyhedra_Library |
| namespace | std |
Classes | |
| class | Parma_Polyhedra_Library::DB_Row_Impl_Handler< T > |
| The handler of the actual DB_Row implementation. More... | |
| class | Parma_Polyhedra_Library::DB_Row< T > |
| The base class for the single rows of matrices. More... | |
| class | Parma_Polyhedra_Library::DB_Row_Impl_Handler< T >::Impl |
| The real implementation of a DB_Row object. More... | |
Defines | |
| #define | PPL_DB_Row_defs_hh 1 |
| #define | EXTRA_ROW_DEBUG 0 |
When EXTRA_ROW_DEBUG evaluates to true, each instance of the class DB_Row carries its own capacity; this enables extra consistency checks to be performed. | |
| #define PPL_DB_Row_defs_hh 1 |
Definition at line 24 of file DB_Row.defs.hh.
1.5.6