Go to the first, previous, next, last section, table of contents.


CNNamed -- CNObject with Name

SYNOPSIS

#include <CNCL/Named.h>

TYPE

CN_NAMED

BASE CLASSES

CNObject

DERIVED CLASSES

None

RELATED CLASSES

CNString

DESCRIPTION

CNNamed is a data type for managing CNObject's names in CNString format.

Constructors:

CNNamed();
CNNamed(CNStringR name);
Initializes the string name object and optionally sets the name.

In addition to the member functions required by CNCL, CNNamed provides:

CNStringR name() const;
CNStringR get_name() const;
Returns the object's name.
void name(CNStringR name) const;
void set_name(CNStringR name) const;
Sets the object's name.


Go to the first, previous, next, last section, table of contents.