|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <stlsoft_conversion_veneer.h>
Public Types | |
| typedef T | value_type |
| The value type. | |
| typedef C | conversion_type |
| The conversion type. | |
Static Public Methods | |
| invalid_type | convert_pointer (value_type *) |
Converts a pointer to the value_type to a pointer to the conversion_type. | |
| invalid_type | convert_const_pointer (value_type const *) |
Converts a pointer-to-const to the value_type to a pointer-to-const to the conversion_type. | |
| invalid_type | convert_reference (value_type &) |
Converts a reference to the value_type to a reference to the conversion_type. | |
| invalid_type | convert_const_reference (value_type const &) |
Converts a reference-to-const to the value_type to a reference-to-const to the conversion_type. | |
Protected Types | |
| typedef void | invalid_type |
| The invalid type. | |
| T | The value type |
| C | The conversion type |
|
|
The conversion type.
|
|
|
The invalid 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 |