class csNameObject : public csObject A csObject which contains a name
| | AddName (csObject& csobj, const char* name) Tag a name onto the given csobject. |
| | csNameObject (const char* n) Initialize this object with name 'n' |
| | GetName (csObject& csobj) Retrieve the name of a csObject, if one exists. |
| | Name () |
| | name [30] |
A csObject which contains a name. This object is used to attach names to existing csObjects.
csNameObject(const char* n)
static const char* GetName(csObject& csobj)
static void AddName(csObject& csobj, const char* name)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de