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, void > Class Template Reference
Inheritance diagram for sp2plib::DelegateStatic< Type1, Type2, void >:
sp2plib::Delegate< Type1, Type2 > sp2plib::sP2PDelegateBase

Public Types

typedef void(* HandlerType )(Type1 arg_1, Type2 arg_2)
 

Public Member Functions

 DelegateStatic (HandlerType Handler, bool deleteAutomatically=false)
 
DelegateStatic< Type1, Type2 > & operator= (const HandlerType &rhs)
 
void operator() (Type1 arg_1, Type2 arg_2)
 
- Public Member Functions inherited from sp2plib::Delegate< Type1, Type2 >
virtual void operator() (Type1 arg_1, Type2 arg_2, voidarg_3, voidarg_4, voidarg_5, voidarg_6, voidarg_7, voidarg_8)
 

Public Attributes

HandlerType callback
 

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