#include <OWBI1_AutoPtr.hpp>
Collaboration diagram for OWBI1::AutoPtrVec< X >:

Public Types | |
| typedef X | element_type |
Public Member Functions | |
| AutoPtrVec (X *p=0) | |
| Construct a new AutoPtrVec. | |
| AutoPtrVec & | operator= (X *p) |
| ~AutoPtrVec () | |
| X & | operator * () const |
| X * | operator-> () const |
| X & | operator[] (unsigned i) |
| const X & | operator[] (unsigned i) const |
| X * | get () const |
| X * | release () |
| void | reset (X *p=0) |
Private Member Functions | |
| AutoPtrVec (const AutoPtrVec &a) | |
| AutoPtrVec & | operator= (const AutoPtrVec &a) |
Private Attributes | |
| X * | _ptr |
Definition at line 114 of file OWBI1_AutoPtr.hpp.
|
|||||
|
Definition at line 124 of file OWBI1_AutoPtr.hpp. |
|
||||||||||
|
|
|
||||||||||
|
Construct a new AutoPtrVec.
Definition at line 143 of file OWBI1_AutoPtr.hpp. |
|
|||||||||
|
Definition at line 157 of file OWBI1_AutoPtr.hpp. References OWBI1::AutoPtrVec< X >::_ptr. |
|
|||||||||
|
Definition at line 176 of file OWBI1_AutoPtr.hpp. References OWBI1::AutoPtrVec< X >::_ptr. Referenced by OWBI1::String::concat(), OWBI1::String::format(), and OWBI1::String::String(). |
|
|||||||||
|
Definition at line 164 of file OWBI1_AutoPtr.hpp. References OWBI1::AutoPtrVec< X >::_ptr. |
|
|||||||||
|
Definition at line 167 of file OWBI1_AutoPtr.hpp. References OWBI1::AutoPtrVec< X >::_ptr. |
|
||||||||||
|
Definition at line 146 of file OWBI1_AutoPtr.hpp. References OWBI1::AutoPtrVec< X >::_ptr, and OWBI1::AutoPtrVec< X >::reset(). |
|
||||||||||
|
|
|
||||||||||
|
Definition at line 173 of file OWBI1_AutoPtr.hpp. References OWBI1::AutoPtrVec< X >::_ptr. |
|
||||||||||
|
Definition at line 170 of file OWBI1_AutoPtr.hpp. References OWBI1::AutoPtrVec< X >::_ptr. |
|
|||||||||
|
Definition at line 179 of file OWBI1_AutoPtr.hpp. References OWBI1::AutoPtrVec< X >::_ptr. |
|
||||||||||
|
Definition at line 187 of file OWBI1_AutoPtr.hpp. References OWBI1::AutoPtrVec< X >::_ptr. Referenced by OWBI1::AutoPtrVec< X >::operator=(). |
|
|||||
1.4.6