#include "ace/config-all.h"
#include "ace/Auto_Ptr.i"
#include "ace/Auto_Ptr.cpp"
Include dependency graph for Auto_Ptr.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Auto_Array_Ptr |
Implements an extension to the draft C++ standard auto_ptr abstraction. More... | |
class | ACE_Auto_Basic_Array_Ptr |
Implements an extension to the draft C++ standard auto_ptr abstraction. This class allows one to work on non-object (basic) types that must be treated as an array, e.g., deallocated via "delete [] foo". More... | |
class | ACE_Auto_Basic_Ptr |
Implements the draft C++ standard auto_ptr abstraction. This class allows one to work on non-object (basic) types. More... | |
class | auto_ptr |
Implements the draft C++ standard auto_ptr abstraction. More... | |
Defines | |
#define | ACE_AUTO_PTR_RESET(X, Y, Z) |
|
Value: do { \ X.reset (Y); \ } while (0) |