NamedObject Class Reference
The NamedObject class provides a base class that stores a name.
More...
#include <NamedObject.h>
Inherited by Data, DimList, OrderedSubset, View, and ViewSet.
Inheritance diagram for NamedObject:
[legend]List of all members.
|
Public Member Functions |
| NamedObject (const char *name) |
| Creates an object with the given name.
|
void | setName (const char *name) |
| Resets the name for an existing NamedObject.
|
| ~NamedObject () |
const char * | getName () |
| Accessor method.
|
Protected Attributes |
char * | name |
Detailed Description
The NamedObject class provides a base class that stores a name.
Constructor & Destructor Documentation
NamedObject::NamedObject |
( |
const char * |
name |
) |
[inline] |
|
|
Creates an object with the given name.
|
NamedObject::~NamedObject |
( |
|
) |
[inline] |
|
Member Function Documentation
const char* NamedObject::getName |
( |
|
) |
[inline] |
|
|
Accessor method.
- Returns:
- The associated name
|
void NamedObject::setName |
( |
const char * |
name |
) |
[inline] |
|
|
Resets the name for an existing NamedObject.
|
Member Data Documentation
The documentation for this class was generated from the following file:
Generated on Tue Dec 13 11:00:27 2005 for Classer by
1.4.3