Public Types | |
| typedef Value | Result |
Static Public Member Functions | |
| static Result | convert (const ValueConverter &converter, const ValueContainer &container) |
| static bool | convert (Result &result, const ValueConverter &converter, const ValueContainer &container) |
Definition at line 1285 of file ValueConverters.h.
| typedef Value Result |
Type of the conversion output.
Definition at line 1289 of file ValueConverters.h.
|
inlinestatic |
Converters the given value by using the specified value converter.
| An | exception in case of a conversion failure. |
Definition at line 1297 of file ValueConverters.h.
|
inlinestatic |
Tries to convert the given value using the given value converter and puts the result of the conversion into the given variable.
Definition at line 1319 of file ValueConverters.h.