Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

vcf/FoundationKit/Delegate.h File Reference


Namespaces

namespace  VCF

Classes

class  VCF::Delegate
 The Delegate class is used to maintain a collection of event handlers and fire events to them. More...

Defines

#define DELEGATE(name)
 Use this macro to make sure you define a delegate named "name", and an accessor function called get<name>, which will return a reference to the delegate.

Define Documentation

#define DELEGATE name   ) 
 

Value:

VCF::Delegate name;\
    VCF::Delegate& get##name() {\
        return name;\
    }\
    \
Use this macro to make sure you define a delegate named "name", and an accessor function called get<name>, which will return a reference to the delegate.

   Comments or Suggestions?    License Information