Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

function.h File Reference

function.h File Reference

Go to the source code of this file.

Data Structures

class  ifunction< TParameter >
 The base interface template for function template specialisations. More...
class  ifunction< void >
 The base interface template for functions taking void parameters. More...
class  function< TObject, TParameter >
 A derived function template that takes an object type and parameter type. More...
class  function< TObject, void >
 A derived function template that takes a parameter type. More...
class  function< void, TParameter >
 Specialisation for static or global functions that takes a parameter. More...
class  function< void, void >
 Specialisation static functions taking void parameter. More...
class  function_mp< TObject, TParameter, Function >
 A derived function template that takes an object type and parameter type. More...
class  function_mv< TObject, Function >
 A derived function template that takes an object type and parameter type. More...
class  function_imp< TObject, TParameter, Instance, Function >
 A derived function template that takes an object type and parameter type. More...
class  function_imv< TObject, Instance, Function >
 A derived function template that takes an object type and parameter type. More...
class  function_fp< TParameter, Function >
 A derived function template that takes a parameter type. More...
class  function_fv< Function >
 A derived function template that takes a parameter type. More...

Namespaces

namespace  etl
 

A multimap with the capacity defined at compile time.



Detailed Description

Definition in file function.h.