|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <stlsoft_auto_destructor.h>
Public Types | |
| typedef T | value_type |
| The value type. | |
| typedef return_value_destructor< T > | class_type |
| The current parameterisation of the type. | |
| typedef auto_destructor< T > | auto_type |
| The auto type. | |
| typedef class_type const & | rhs_type |
| The move construction type. | |
Public Methods | |
| return_value_destructor (auto_type &rhs) | |
| Construct from an auto_destructor<T>, transferring the managed instance from it. | |
| return_value_destructor (rhs_type rhs) | |
| Move constructor | |
| ~return_value_destructor () | |
| Destroys the managed instance. | |
| T | The value type |
|
|
The auto type.
|
|
|
The current parameterisation of the type.
|
|
|
The move construction type.
|
|
|
The value type.
|
|
|
Construct from an auto_destructor<T>, transferring the managed instance from it.
|
|
|
|
|
|
Destroys the managed instance.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |