#include <tnlNetBase.h>
Inheritance diagram for TNL::NetClassRepInstance< T >:

There will be an instance for each networkable class.
Public Member Functions | |
| NetClassRepInstance (const char *className, U32 groupMask, NetClassType classType, S32 classVersion) | |
| Each class registers itself through the constructor of its NetClassInstance. | |
| ~NetClassRepInstance () | |
| Object * | create () const |
| Each NetClassRepInstance overrides the virtual create() function to construct its object instances. | |
|
||||||||||||||||||||||||
|
Each class registers itself through the constructor of its NetClassInstance.
|
|
|||||||||
|
|
|
|||||||||
|
Each NetClassRepInstance overrides the virtual create() function to construct its object instances.
Implements TNL::NetClassRep. |