|
TemplateTNL::FunctorDecl< T > struct Reference
TNL::FunctorDecl< T > Struct Template Reference#include <tnlMethodDispatch.h>
Inheritance diagram for TNL::FunctorDecl< T >: Detailed Descriptiontemplate<class T>
FunctorDecl template class.
|
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. |