Journal::MethodDecl< T *, void(T::*)(A) > Struct Template Reference

Inheritance diagram for Journal::MethodDecl< T *, void(T::*)(A) >:

Inheritance graph
[legend]
List of all members.


template<class T, class A> struct Journal::MethodDecl< T *, void(T::*)(A) >


Public Types

typedef T * ObjPtr
typedef void(T::*) MethodPtr (A)

Public Member Functions

 MethodDecl (ObjPtr o, MethodPtr p)
void read (Stream *file)
void dispatch ()

Public Attributes

ObjPtr obj
MethodPtr method
a

Member Typedef Documentation

template<class T, class A>
typedef T* Journal::MethodDecl< T *, void(T::*)(A) >::ObjPtr

template<class T, class A>
typedef void(T::*) Journal::MethodDecl< T *, void(T::*)(A) >::MethodPtr(A)


Constructor & Destructor Documentation

template<class T, class A>
Journal::MethodDecl< T *, void(T::*)(A) >::MethodDecl ( ObjPtr  o,
MethodPtr  p 
) [inline]


Member Function Documentation

template<class T, class A>
void Journal::MethodDecl< T *, void(T::*)(A) >::read ( Stream file  )  [inline, virtual]

Implements Journal::Functor.

template<class T, class A>
void Journal::MethodDecl< T *, void(T::*)(A) >::dispatch (  )  [inline, virtual]

Implements Journal::Functor.


Member Data Documentation

template<class T, class A>
ObjPtr Journal::MethodDecl< T *, void(T::*)(A) >::obj

template<class T, class A>
MethodPtr Journal::MethodDecl< T *, void(T::*)(A) >::method

template<class T, class A>
A Journal::MethodDecl< T *, void(T::*)(A) >::a