#include <tnlMethodDispatch.h>
Inheritance diagram for TNL::FunctorDecl< T >:

Public Methods | |
| void | read (BitStream &stream) |
| Reads this Functor from a BitStream. | |
| void | write (BitStream &stream) |
| Writes this Functor to a BitStream. | |
| void | dispatch (Object *t) |
| Dispatch the function represented by the Functor. | |
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.
Definition at line 190 of file tnlMethodDispatch.h.
1.2.18