sP2P c++ STL *nix API  1.2
NAT traversal and peer-to-peer networking API providing all utilities needed to build peer-to-peer application straigth out of box
 All Classes Functions Variables Typedefs Enumerations Enumerator
sp2plib::DelegateStatic< Type1, Type2, Type3, Type4, Type5, void > Class Template Reference
Inheritance diagram for sp2plib::DelegateStatic< Type1, Type2, Type3, Type4, Type5, void >:
sp2plib::Delegate< Type1, Type2, Type3, Type4, Type5 > sp2plib::sP2PDelegateBase

Public Types

typedef void(* HandlerType )(Type1 arg_1, Type2 arg_2, Type3 arg_3, Type4 arg_4, Type5 arg_5)
 

Public Member Functions

 DelegateStatic (HandlerType Handler, bool deleteAutomatically=false)
 
DelegateStatic< Type1, Type2,
Type3, Type4, Type5 > & 
operator= (const HandlerType &rhs)
 
void operator() (Type1 arg_1, Type2 arg_2, Type3 arg_3, Type4 arg_4, Type5 arg_5)
 
- Public Member Functions inherited from sp2plib::Delegate< Type1, Type2, Type3, Type4, Type5 >
virtual void operator() (Type1 arg_1, Type2 arg_2, Type3 arg_3, Type4 arg_4, Type5 arg_5, voidarg_6, voidarg_7, voidarg_8)
 

Public Attributes

HandlerType callback
 

The documentation for this class was generated from the following file: