Journal::MethodDecl< T, U > Struct Template Reference

Inheritance diagram for Journal::MethodDecl< T, U >:

Inheritance graph
[legend]
List of all members.


template<class T, class U> struct 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

Member Typedef Documentation

template<class T, class U>
typedef T Journal::MethodDecl< T, U >::ObjPtr

template<class T, class U>
typedef U Journal::MethodDecl< T, U >::MethodPtr


Constructor & Destructor Documentation

template<class T, class U>
Journal::MethodDecl< T, U >::MethodDecl ( ObjPtr  o,
MethodPtr  p 
) [inline]


Member Function Documentation

template<class T, class U>
void Journal::MethodDecl< T, U >::read ( Stream file  )  [inline, virtual]

Implements Journal::Functor.

template<class T, class U>
void Journal::MethodDecl< T, U >::dispatch (  )  [inline, virtual]

Implements Journal::Functor.


Member Data Documentation

template<class T, class U>
ObjPtr Journal::MethodDecl< T, U >::obj

template<class T, class U>
MethodPtr Journal::MethodDecl< T, U >::method