#include <DistributedNetworkObjectStub.h>
Inheritance diagram for DistributedNetworkObjectBaseStub:
Public Member Functions | |
char * | GetEncodedClassName (void) const |
virtual DistributedNetworkObject * | GetObject ()=0 |
Protected Member Functions | |
void | RegisterStub (char *className) |
Protected Attributes | |
char | encodedClassName [MAXIMUM_CLASS_IDENTIFIER_LENGTH] |
|
Retrieve the name of the class.
|
|
Retrieved the network object associated to this instance.
Implemented in DistributedNetworkObjectStub< T >. |
|
Register the stub for a specific class name.
|
|
Contains the encoded class name for this stub |