PPL  1.2
distances_inlines.hh File Reference
#include "Result_defs.hh"
Include dependency graph for distances_inlines.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Parma_Polyhedra_Library::maybe_assign_struct< To, From >
 
struct  Parma_Polyhedra_Library::maybe_assign_struct< Type, Type >
 

Namespaces

 Parma_Polyhedra_Library
 The entire library is confined to this namespace.
 

Functions

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. More...