The Micro C++ Library
micxx::SharedPtr< T > Member List
This is the complete list of members for micxx::SharedPtr< T >, including all inherited members.
operator const T *() const micxx::SharedPtr< T > [virtual]
operator T *()micxx::SharedPtr< T > [virtual]
operator!()micxx::SharedPtr< T > [virtual]
operator*()micxx::SharedPtr< T > [virtual]
operator*() const micxx::SharedPtr< T > [virtual]
operator->()micxx::SharedPtr< T > [virtual]
operator->() const micxx::SharedPtr< T > [virtual]
operator=(T *pointer)micxx::SharedPtr< T > [virtual]
operator=(const SharedPtr< T > &right)micxx::SharedPtr< T > [virtual]
operator==(const SharedPtr< T > &right)micxx::SharedPtr< T > [virtual]
release()micxx::SharedPtr< T > [virtual]
sharedPointermicxx::SharedPtr< T > [protected]
SharedPtr(T *pointer=0)micxx::SharedPtr< T >
SharedPtr(const SharedPtr< T > &right)micxx::SharedPtr< T >
~SharedPtr()micxx::SharedPtr< T > [virtual]