ACE notes (8) -Ace smart pointer
The most basic smart pointer needs to include the following file #include "ace / auto_ptr.h"
The purpose of intelligent manufacturing is to avoid complexity of the pointer
Based on the following: Auto_PTR
ACE Smart Pointer Comparison: Auto_PTR: No copy and assignment syntax ACE_STRONG_BOUND_PTR: You can store objects, but you can't hand over all objects of objects to other objects ACE_REFCOUNTED_PTR: You can also store objects, you can give all the objects owned by it. Other objects, when the Release () method is called, it is set to 0 and returns the pointer it owns.