Embedded Template Library  1.0
 All Classes Files Functions Variables Typedefs Friends Modules Pages

Classes

class  etl::ifunction< TParameter >
 
class  etl::ifunction< void >
 
class  etl::function< TObject, TParameter >
 
class  etl::function< TObject, void >
 
class  etl::function< void, TParameter >
 
class  etl::function< void, void >
 

Detailed Description

A set of wrapper templates to allow a member or static function to be called without the caller having to know the specific details of the callee. This template class may be used to link interrupt vectors to specific member functions of a handler class.