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