The Micro C++ Library
include/micxx/SharedPtr.hxx File Reference

Declaration of templates micxx::SharedPtr and micxx::RefCountPtr. More...

#include <micxx/Config.hxx>
#include <micxx/Exception.hxx>

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.



Detailed Description

Declaration of templates micxx::SharedPtr and micxx::RefCountPtr.