#include <auto_ptr.hpp>
Collaboration diagram for augment::auto_ptr_ref< element_type, opt >:

Private Member Functions | |
| auto_ptr_ref (const void **ref, element_type *ptr) throw () | |
| element_type * | release () throw () |
Private Attributes | |
| const void ** | ref_ |
| element_type * | ptr_ |
Friends | |
| class | auto_ptr |
| augment::auto_ptr_ref< element_type, opt >::auto_ptr_ref | ( | const void ** | ref, | |
| element_type * | ptr | |||
| ) | throw () [inline, explicit, private] |
| element_type* augment::auto_ptr_ref< element_type, opt >::release | ( | ) | throw () [inline, private] |
friend class auto_ptr [friend] |
const void** augment::auto_ptr_ref< element_type, opt >::ref_ [private] |
element_type* augment::auto_ptr_ref< element_type, opt >::ptr_ [private] |
1.5.2