[mainpage] [tags]

type

Base class for reference counting and delete locking

MX_ATOM is an object intended to be used as a base class to implement reference counting and delete locking in the derived class.

Properly constructed MX_ATOM objects are bit-copy-correct which means that a binary copy retains proper functioning. The copied object should not be used after the binary copy.

Because MX_ATOM is bit-copy-correct it can safely be placed in a MX_VECTOR or the memory realloc'd. (deds/atom.h)

(library deds : module atom)

Generated by MXDOC 2.6 on Wed Apr 25 21:43:00 2007