ulxr::hidden::MethodWrapper< T > Class Template Reference

Internal helper class template, not intended for public use. More...

#include <ulxr_method_adder.h>

Inheritance diagram for ulxr::hidden::MethodWrapper< T >:

Inheritance graph
[legend]
Collaboration diagram for ulxr::hidden::MethodWrapper< T >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef MethodResponse(T::*) PMF (const MethodCall &calldata)

Public Member Functions

virtual ~MethodWrapper ()
virtual MethodResponse call (const MethodCall &calldata) const
 MethodWrapper (T *o, PMF a)

Private Member Functions

const MethodWrapperoperator= (const MethodWrapper &)
 MethodWrapper (const MethodWrapper &)

Private Attributes

T * obj
PMF adr

Detailed Description

template<class T>
class ulxr::hidden::MethodWrapper< T >

Internal helper class template, not intended for public use.

Definition at line 62 of file ulxr_method_adder.h.


Member Typedef Documentation

template<class T>
typedef MethodResponse(T::*) ulxr::hidden::MethodWrapper< T >::PMF(const MethodCall &calldata)

Definition at line 66 of file ulxr_method_adder.h.


Constructor & Destructor Documentation

template<class T>
virtual ulxr::hidden::MethodWrapper< T >::~MethodWrapper (  )  [inline, virtual]

Definition at line 68 of file ulxr_method_adder.h.

template<class T>
ulxr::hidden::MethodWrapper< T >::MethodWrapper ( T *  o,
PMF  a 
) [inline]

Definition at line 77 of file ulxr_method_adder.h.

template<class T>
ulxr::hidden::MethodWrapper< T >::MethodWrapper ( const MethodWrapper< T > &   )  [private]


Member Function Documentation

template<class T>
virtual MethodResponse ulxr::hidden::MethodWrapper< T >::call ( const MethodCall calldata  )  const [inline, virtual]

Implements ulxr::hidden::MethodWrapperBase.

Definition at line 72 of file ulxr_method_adder.h.

References ulxr::hidden::MethodWrapper< T >::adr, and ulxr::hidden::MethodWrapper< T >::obj.

template<class T>
const MethodWrapper& ulxr::hidden::MethodWrapper< T >::operator= ( const MethodWrapper< T > &   )  [private]


Member Data Documentation

template<class T>
T* ulxr::hidden::MethodWrapper< T >::obj [private]

Definition at line 82 of file ulxr_method_adder.h.

Referenced by ulxr::hidden::MethodWrapper< T >::call().

template<class T>
PMF ulxr::hidden::MethodWrapper< T >::adr [private]

Definition at line 83 of file ulxr_method_adder.h.

Referenced by ulxr::hidden::MethodWrapper< T >::call().


The documentation for this class was generated from the following file:
Generated on Sun Aug 19 20:09:15 2007 for ulxmlrpcpp by  doxygen 1.5.1