#include "globals.defs.hh"
#include "Checked_Number.defs.hh"
#include <cassert>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | Parma_Polyhedra_Library |
namespace | std |
Classes | |
struct | Parma_Polyhedra_Library::maybe_assign_struct< To, From > |
struct | Parma_Polyhedra_Library::maybe_assign_struct< Type, Type > |
struct | Parma_Polyhedra_Library::Rectilinear_Distance_Specialization< Temp > |
struct | Parma_Polyhedra_Library::Euclidean_Distance_Specialization< Temp > |
struct | Parma_Polyhedra_Library::L_Infinity_Distance_Specialization< Temp > |
Defines | |
#define | PPL_DB_Matrix_inlines_hh 1 |
Functions | |
Parma_Polyhedra_Library::PPL_OUTPUT_TEMPLATE_DEFINITIONS (T, DB_Matrix< T >) | |
template<typename To, typename From> | |
Result | Parma_Polyhedra_Library::maybe_assign (const To *&top, To &tmp, const From &from, Rounding_Dir dir) |
Assigns to top a pointer to a location that holds the conversion, according to dir , of from to type To . When necessary, and only when necessary, the variable tmp is used to hold the result of conversion. |
#define PPL_DB_Matrix_inlines_hh 1 |
Definition at line 24 of file DB_Matrix.inlines.hh.