The Micro C++ Library
|
Declaration of templates micxx::SharedPtr and micxx::RefCountPtr. More...
Classes | |
class | micxx::SharedPtr< T > |
The SharedPtr template is used to store a pointer of type T* which must have been allocated by new and which is automatically deleted when the SharedPtr instance is deallocated. More... | |
class | micxx::RefCountPtr< T > |
The RefCountPtr template is used by SharedPtr to store a shared pointer that keeps a reference counter. More... | |
Namespaces | |
namespace | micxx |
The Micro C++ Library. |
Declaration of templates micxx::SharedPtr and micxx::RefCountPtr.