#include <tnlMethodDispatch.h>
Inheritance diagram for TNL::FunctorDecl< T >:
This class is specialized based on the member function call signature of the method it represents. Other specializations hold specific member function pointers and slots for each of the function arguments.
Public Member Functions | |
FunctorDecl () | |
void | set () |
void | read (BitStream &stream) |
Reads this Functor from a BitStream. | |
void | write (BitStream &stream) |
Writes this Functor to a BitStream. | |
void | dispatch (void *t) |
Dispatch the function represented by the Functor. |
|
|
|
|
|
Reads this Functor from a BitStream.
Implements TNL::Functor. |
|
Writes this Functor to a BitStream.
Implements TNL::Functor. |
|
Dispatch the function represented by the Functor.
Implements TNL::Functor. |