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