Utility::ReferenceCounting

ReferenceCounting library provides basic building blocks for reference-countable objects. Implementation is modelled after CORBA IDL-to-C++ mapping's reference-countable objects and significantly extended.

Here are the definitions of the key classes:

ReferenceCounting::Interface

ReferenceCounting::DefaultImpl

ReferenceCounting::SmartPtr

ReferenceCounting::StrictPtr