Arduino Libraries
|
#include <shared_ptr.hpp>
Public Types | |
typedef T | element_type |
Public Member Functions | |
shared_ptr (T *ptr=NULL) | |
shared_ptr (shared_ptr const &rhs) | |
~shared_ptr () | |
shared_ptr & | operator= (shared_ptr const &rhs) |
element_type * | operator-> () const |
element_type & | operator* () const |
bool | operator!= (T *ptr) const |
bool | operator!= (shared_ptr const &arg) const |
typedef T ustd::shared_ptr< T >::element_type |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |