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

Public Methods | |
| NetClassRepInstance (const char *className, U32 groupMask, NetClassType classType, S32 classVersion) | |
| Each class registers itself through the constructor of its NetClassInstance. | |
| Object * | create () const |
| Each NetClassRepInstance overrides the virtual create() function to construct its object instances. | |
There will be an instance for each networkable class.
Definition at line 311 of file tnlNetBase.h.
1.2.18