ADTF  3.18.2
delegate_decl.h File Reference

Public API for NullaryDelegate and UnaryDelegate types. More...

Go to the source code of this file.

Classes

class  NullaryDelegate< ReturnType >
 General delegate template: encapsulates a function or a method without a parameter. More...
 
class  UnaryDelegate< ReturnType, ParamType >
 General function template: encapsulates a function or a method with a single parameter. More...
 

Namespaces

 a_util
 Serves as the root component, with common functionality documented in core functionality.
 
 a_util::experimental
 Serves as component for features which are considered experimental.
 

Detailed Description

Public API for NullaryDelegate and UnaryDelegate types.

Definition in file delegate_decl.h.