Journal::MethodDecl< T *, void(T::*)(A, B, C, D, E, F) > Struct Template ReferenceInheritance diagram for Journal::MethodDecl< T *, void(T::*)(A, B, C, D, E, F) >:![]()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Types | |
| typedef T * | ObjPtr |
| typedef void(T::*) | MethodPtr (A, B, C, D, E, F) |
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 |
| E | e |
| F | f |
| typedef T* Journal::MethodDecl< T *, void(T::*)(A, B, C, D, E, F) >::ObjPtr |
| typedef void(T::*) Journal::MethodDecl< T *, void(T::*)(A, B, C, D, E, F) >::MethodPtr(A, B, C, D, E, F) |
| Journal::MethodDecl< T *, void(T::*)(A, B, C, D, E, F) >::MethodDecl | ( | ObjPtr | o, | |
| MethodPtr | p | |||
| ) | [inline] |
| void Journal::MethodDecl< T *, void(T::*)(A, B, C, D, E, F) >::read | ( | Stream * | file | ) | [inline, virtual] |
Implements Journal::Functor.
| void Journal::MethodDecl< T *, void(T::*)(A, B, C, D, E, F) >::dispatch | ( | ) | [inline, virtual] |
Implements Journal::Functor.
| ObjPtr Journal::MethodDecl< T *, void(T::*)(A, B, C, D, E, F) >::obj |
| MethodPtr Journal::MethodDecl< T *, void(T::*)(A, B, C, D, E, F) >::method |
| A Journal::MethodDecl< T *, void(T::*)(A, B, C, D, E, F) >::a |
| B Journal::MethodDecl< T *, void(T::*)(A, B, C, D, E, F) >::b |
| C Journal::MethodDecl< T *, void(T::*)(A, B, C, D, E, F) >::c |
| D Journal::MethodDecl< T *, void(T::*)(A, B, C, D, E, F) >::d |
| E Journal::MethodDecl< T *, void(T::*)(A, B, C, D, E, F) >::e |
| F Journal::MethodDecl< T *, void(T::*)(A, B, C, D, E, F) >::f |