ResourceRegisterLoadSignal< T > Class Template Reference

#include <resource.h>

List of all members.


Detailed Description


template<class T> class ResourceRegisterLoadSignal< T >

This template may be used to register a load signal as follows: static ResourceRegisterLoadSignal<T> sgAuto( staticLoadFunction );.


Public Member Functions

 ResourceRegisterLoadSignal (Delegate< bool(const Torque::Path &, void **)> func)


Constructor & Destructor Documentation

template<class T>
ResourceRegisterLoadSignal< T >::ResourceRegisterLoadSignal ( Delegate< bool(const Torque::Path &, void **)>  func  )  [inline]