Generated on Sat Feb 7 2015 02:01:35 for Gecode by doxygen 1.8.9.1
cast.hpp File Reference

(Revision: 14030)

Go to the source code of this file.

Namespaces

 Gecode
 Gecode toplevel namespace
 

Typedefs

typedef void(* Gecode::VoidFunction) (void)
 Base type for any function pointer. More...
 

Functions

template<class T >
Gecode::ptr_cast (void *p)
 Cast p into pointer of type T. More...
 
template<class F1 , class F2 >
F1 Gecode::function_cast (F2 f)
 Cast function pointer. More...