GlsRSOLoader API  1.3.1
ResourceMethodCallback< T > Class Template Reference

#include <gls_rso_loader.h>

Inheritance diagram for ResourceMethodCallback< T >:
RSOInterface4::ResourceObserver

Public Types

typedef void(T::* Callback) (disti::RSOInterface2::ResourceHandle)
 

Public Member Functions

 ResourceMethodCallback (T *object, Callback method)
 
virtual void Call (disti::RSOInterface2::ResourceHandle handle)
 
virtual void Destroy ()
 

Protected Attributes

Callback _method
 
T * _object
 

Detailed Description

template<class T>
class GlsRSOLoader::ResourceMethodCallback< T >

Template for a ResourceObserver that will call a class method whenever the attribute changes. Don't use this directly, use GlsRSOLoader::CreateResourceMethodCallback instead.


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