|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <stlsoft_placement_aid.h>
Public Types | |
| typedef T | value_type |
| The value type. | |
| typedef placement_aid< T > | class_type |
| The type of the current parameterisation. | |
Public Methods | |
| placement_aid (void *pv) | |
Create an instance of the value_type at the given location. | |
| ~placement_aid () | |
| In-place destroy the object instance. | |
| operator T & () | |
| Implicit conversion operator to a reference to the in-place object instance. | |
| operator T const & () const | |
| Implicit conversion operator to a non-mutable(const) reference to the in-place object instance. | |
| T * | operator & () |
| Address-of operator, providing pointer access to the in-place object instance. | |
| T const * | operator & () const |
| Address-of operator, providing non-mutable (const) pointer access to the in-place object instance. | |
| T | The type of the in-place object |
|
|
The type of the current parameterisation.
|
|
|
The value type.
|
|
|
Create an instance of the
|
|
|
In-place destroy the object instance.
|
|
|
Address-of operator, providing non-mutable (const) pointer access to the in-place object instance.
|
|
|
Address-of operator, providing pointer access to the in-place object instance.
|
|
|
Implicit conversion operator to a reference to the in-place object instance.
|
|
|
Implicit conversion operator to a non-mutable(const) reference to the in-place object instance.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |