Only objects that implement (i.e. inherit from) IEntry can be written or accessed in the space via the SpaceProxy interface.
Public Member Functions | |
| virtual const char * | GetSpaceClassName () const =0 | 
| Returns a string representing the specific entry type.   | |
| virtual const char* IEntry::GetSpaceClassName | ( | ) |  const [pure virtual] | 
        
Returns a string representing the specific entry type.
Each derived class must implement this method and return an identifying string that matches the class name.
 1.5.3