libstdc++
|
This is the complete list of members for std::auto_ptr< _Tp >, including all inherited members.
auto_ptr(element_type *__p=0) | std::auto_ptr< _Tp > | inlineexplicit |
auto_ptr(auto_ptr &__a) | std::auto_ptr< _Tp > | inline |
auto_ptr(auto_ptr< _Tp1 > &__a) | std::auto_ptr< _Tp > | inline |
auto_ptr(auto_ptr_ref< element_type > __ref) | std::auto_ptr< _Tp > | inline |
element_type typedef | std::auto_ptr< _Tp > | |
get() const | std::auto_ptr< _Tp > | inline |
operator auto_ptr< _Tp1 >() (defined in std::auto_ptr< _Tp >) | std::auto_ptr< _Tp > | inline |
operator auto_ptr_ref< _Tp1 >() (defined in std::auto_ptr< _Tp >) | std::auto_ptr< _Tp > | inline |
operator*() const | std::auto_ptr< _Tp > | inline |
operator->() const | std::auto_ptr< _Tp > | inline |
operator=(auto_ptr &__a) | std::auto_ptr< _Tp > | inline |
operator=(auto_ptr< _Tp1 > &__a) | std::auto_ptr< _Tp > | inline |
operator=(auto_ptr_ref< element_type > __ref) (defined in std::auto_ptr< _Tp >) | std::auto_ptr< _Tp > | inline |
release() | std::auto_ptr< _Tp > | inline |
reset(element_type *__p=0) | std::auto_ptr< _Tp > | inline |
~auto_ptr() | std::auto_ptr< _Tp > | inline |