Journal::MethodDecl< T *, void(T::*)(A, B) > Struct Template ReferenceInheritance diagram for Journal::MethodDecl< T *, void(T::*)(A, B) >:![]()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Types | |
| typedef T * | ObjPtr |
| typedef void(T::*) | MethodPtr (A, B) |
Public Member Functions | |
| MethodDecl (ObjPtr o, MethodPtr p) | |
| void | read (Stream *file) |
| void | dispatch () |
Public Attributes | |
| ObjPtr | obj |
| MethodPtr | method |
| A | a |
| B | b |
| typedef T* Journal::MethodDecl< T *, void(T::*)(A, B) >::ObjPtr |
| typedef void(T::*) Journal::MethodDecl< T *, void(T::*)(A, B) >::MethodPtr(A, B) |
| Journal::MethodDecl< T *, void(T::*)(A, B) >::MethodDecl | ( | ObjPtr | o, | |
| MethodPtr | p | |||
| ) | [inline] |
| void Journal::MethodDecl< T *, void(T::*)(A, B) >::read | ( | Stream * | file | ) | [inline, virtual] |
Implements Journal::Functor.
| void Journal::MethodDecl< T *, void(T::*)(A, B) >::dispatch | ( | ) | [inline, virtual] |
Implements Journal::Functor.
| ObjPtr Journal::MethodDecl< T *, void(T::*)(A, B) >::obj |
| MethodPtr Journal::MethodDecl< T *, void(T::*)(A, B) >::method |
| A Journal::MethodDecl< T *, void(T::*)(A, B) >::a |
| B Journal::MethodDecl< T *, void(T::*)(A, B) >::b |