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


CNRefObj -- CNObject with reference counting

SYNOPSIS

#include <CNCL/RefObj.h>

TYPE

CN_REFOBJ

BASE CLASSES

CNObject, CNRef

DERIVED CLASSES

None

RELATED CLASSES

CNRefNamed, CNPtr

DESCRIPTION

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


Constructors:

CNRefObj();


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


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