Go to the previous, next section.

CNRefNamed -- CNNamed with reference counting

SYNOPSIS

#include <CNCL/RefNamed.h>

TYPE

CN_REFNAMED

BASE CLASSES

CNNamed, CNRef

DERIVED CLASSES

None

RELATED CLASSES

CNRefObj, CNPtr

DESCRIPTION

This class provides a common base for CNNameds, all references to which should be kept track of by its second base class CNRef.


Constructors:

CNRefNamed();
CNRefNamed(CNStringR name);


In addition to the member functions required by CNCL, CNRefNamed provides no further functions.

Go to the previous, next section.