Journal::FunctorDecl< void(*)(A, B) > Struct Template Reference

Inheritance diagram for Journal::FunctorDecl< void(*)(A, B) >:

Inheritance graph
[legend]
List of all members.


template<class A, class B> struct Journal::FunctorDecl< void(*)(A, B) >


Public Types

typedef void(*) FuncPtr (A, B)

Public Member Functions

 FunctorDecl (FuncPtr p)
void read (Stream *file)
void dispatch ()

Public Attributes

FuncPtr ptr
a
b

Member Typedef Documentation

template<class A, class B>
typedef void(*) Journal::FunctorDecl< void(*)(A, B) >::FuncPtr(A, B)


Constructor & Destructor Documentation

template<class A, class B>
Journal::FunctorDecl< void(*)(A, B) >::FunctorDecl ( FuncPtr  p  )  [inline]


Member Function Documentation

template<class A, class B>
void Journal::FunctorDecl< void(*)(A, B) >::read ( Stream file  )  [inline, virtual]

Implements Journal::Functor.

template<class A, class B>
void Journal::FunctorDecl< void(*)(A, B) >::dispatch (  )  [inline, virtual]

Implements Journal::Functor.


Member Data Documentation

template<class A, class B>
FuncPtr Journal::FunctorDecl< void(*)(A, B) >::ptr

template<class A, class B>
A Journal::FunctorDecl< void(*)(A, B) >::a

template<class A, class B>
B Journal::FunctorDecl< void(*)(A, B) >::b