/**
@class wxScopedPtr
- @wxheader{ptr_scpd.h}
This is a simple scoped smart pointer implementation that is similar to
the Boost smart pointers (see http://www.boost.org) but rewritten
/**
@class wxScopedArray
- @wxheader{ptr_scpd.h}
This is a simple scoped smart pointer array implementation that is similar to
the Boost smart pointers (see http://www.boost.org/) but rewritten to
/**
@class wxScopedTiedPtr
- @wxheader{ptr_scpd.h}
This is a variation on the topic of wxScopedPtr. This class is also a smart pointer
but in addition it "ties" the pointer value to another variable. In other words,
/**
- @wxheader{ptr_scpd.h}
A scoped pointer template class. It is the template version of
the old-style @ref classwx_scoped_ptr "scoped pointer macros".