|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <stlsoft_conversion_veneer.h>
Public Types | |
| typedef T | value_type |
| The value type. | |
| typedef C | conversion_type |
| The conversion type. | |
Static Public Methods | |
| conversion_type * | convert_pointer (value_type *pv) |
Converts a pointer to the value_type to a pointer to the conversion_type. | |
| conversion_type const * | convert_const_pointer (value_type const *pv) |
Converts a pointer-to-const to the value_type to a pointer-to-const to the conversion_type. | |
| conversion_type & | convert_reference (value_type &v) |
Converts a reference to the value_type to a reference to the conversion_type. | |
| conversion_type const & | convert_const_reference (value_type const &v) |
Converts a reference-to-const to the value_type to a reference-to-const to the conversion_type. | |
| T | The value type |
| C | The conversion type |
|
|
The conversion type.
|
|
|
The value type.
|
|
|
Converts a pointer-to-const to the
|
|
|
Converts a reference-to-const to the
|
|
|
Converts a pointer to the
|
|
|
Converts a reference to the
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |