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