Go to the source code of this file.
Classes
Namespaces
Defines
Functions
- template<typename C > generic type_name ()
- void define_prerequisites ()
- void register_glue (const string &, void(*)(void))
- void call_glue (const string &)
- nat accelerate_number ()
- template<typename C > void accelerate_initialize ()
- template<typename C , typename S1 > void accelerate_converter (const generic &name, C(*f)(const S1 &))
- template<typename C , typename S > void accelerate_converter (const generic &, C(*)(const alias< S > &))
- template<typename C , typename S > void accelerate_converter (const generic &, C(*)(const generic_alias< S > &))
- template<typename S > void accelerate_converter (const generic &, int(*)(const S &))
- template<typename S > void accelerate_converter (const generic &, int(*)(const alias< S > &))
- template<typename S > void accelerate_converter (const generic &, int(*)(const generic_alias< S > &))
- template<typename C , typename S1 > void accelerate (const generic &name, C(*f)(const S1 &))
- template<typename C > void accelerate (const generic &name, C(*f)(const C &))
- template<typename C , typename S1 , typename S2 > void accelerate (const generic &, C(*)(const S1 &, const S2 &))
- template<typename C > void accelerate (const generic &name, C(*f)(const C &, const C &))
- template<typename C > void accelerate (const generic &name, bool(*f)(const C &, const C &))
- void accelerate (const generic &, bool(*)(const bool &, const bool &))
- template<typename D > void define_constant (const generic &name, const D &x)
- template<typename D > void define_constructor (generic(*fun)(const D &))
- void define_primitive (const generic &name, generic(*fun)(const generic &))
- template<typename D > void define (const generic &name, D(*fun)())
- template<typename D , typename S1 > void define (const generic &name, D(*fun)(const S1 &))
- template<typename D , typename S1 , typename S2 > void define (const generic &name, D(*fun)(const S1 &, const S2 &))
- template<typename D , typename S1 , typename S2 , typename S3 > void define (const generic &name, D(*fun)(const S1 &, const S2 &, const S3 &))
- template<typename D , typename S1 , typename S2 , typename S3 , typename S4 > void define (const generic &name, D(*fun)(const S1 &, const S2 &, const S3 &, const S4 &))
- template<typename D , typename S1 , typename S2 , typename S3 , typename S4 , typename S5 > void define (const generic &name, D(*fun)(const S1 &, const S2 &, const S3 &, const S4 &, const S5 &))
- template<typename C , typename S1 > void define_converter (const generic &name, C(*f)(const S1 &), nat p)
- template<typename C > void define_type (const generic &name)
Detailed Description
Definition in file glue.hpp.
Define Documentation
#define TMPL template<typename C> |