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