Journal::MethodDecl< T *, void(T::*)(A) > Struct Template ReferenceInheritance diagram for 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 | a |
typedef T* Journal::MethodDecl< T *, void(T::*)(A) >::ObjPtr |
typedef void(T::*) Journal::MethodDecl< T *, void(T::*)(A) >::MethodPtr(A) |
Journal::MethodDecl< T *, void(T::*)(A) >::MethodDecl | ( | ObjPtr | o, | |
MethodPtr | p | |||
) | [inline] |
void Journal::MethodDecl< T *, void(T::*)(A) >::read | ( | Stream * | file | ) | [inline, virtual] |
Implements Journal::Functor.
void Journal::MethodDecl< T *, void(T::*)(A) >::dispatch | ( | ) | [inline, virtual] |
Implements Journal::Functor.
ObjPtr Journal::MethodDecl< T *, void(T::*)(A) >::obj |
MethodPtr Journal::MethodDecl< T *, void(T::*)(A) >::method |
A Journal::MethodDecl< T *, void(T::*)(A) >::a |