Public Member Functions | |
| const Char * | typeName () const noexcept override |
| void | toStr (std::string &str, const ValueContainer &container) const override |
| StrRef | toStr (Char *, size_t, const ValueContainer &container) const noexcept override |
| bool | convert (StrRef &ref, const ValueContainer &container) const noexcept override |
| bool | convert (Char &value, const ValueContainer &container) const noexcept override |
| bool | convert (Int8 &value, const ValueContainer &container) const noexcept override |
| bool | convert (UInt8 &value, const ValueContainer &container) const noexcept override |
| bool | convert (Int16 &value, const ValueContainer &container) const noexcept override |
| bool | convert (UInt16 &value, const ValueContainer &container) const noexcept override |
| bool | convert (Int32 &value, const ValueContainer &container) const noexcept override |
| bool | convert (UInt32 &value, const ValueContainer &container) const noexcept override |
| bool | convert (Int64 &value, const ValueContainer &container) const noexcept override |
| bool | convert (UInt64 &value, const ValueContainer &container) const noexcept override |
| bool | convert (Decimal &value, const ValueContainer &container) const noexcept override |
| bool | convert (Timestamp &value, const ValueContainer &container) const override |
| virtual bool | convert (MaturityMonthYear &, const ValueContainer &) const noexcept |
Static Public Member Functions | |
| static const ValueConverter & | self () noexcept |
Protected Member Functions | |
| ~StrRefConverter ()=default | |
| Protected Member Functions inherited from ValueConverter | |
| ~ValueConverter ()=default | |
Definition at line 181 of file ValueConverters.h.
|
protecteddefault |
|
inlineoverridevirtualnoexcept |
Tries to convert the value into a character.
Reimplemented from ValueConverter.
Definition at line 225 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into a Decimal.
Reimplemented from ValueConverter.
Definition at line 387 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 285 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 319 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 353 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 251 of file ValueConverters.h.
|
inlinevirtualnoexcept |
Tries to convert the value into a month-year.
Reimplemented from ValueConverter.
Definition at line 157 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into a string reference.
Reimplemented from ValueConverter.
Definition at line 215 of file ValueConverters.h.
|
inlineoverridevirtual |
Tries to convert the value into a timestamp.
Reimplemented from ValueConverter.
Definition at line 404 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 302 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 336 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 370 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 268 of file ValueConverters.h.
|
staticnoexcept |
|
inlineoverridevirtualnoexcept |
Reimplemented from ValueConverter.
Definition at line 208 of file ValueConverters.h.
|
inlineoverridevirtual |
Outputs the text presentation of the value stored in the given container into the given string.
Reimplemented from ValueConverter.
Definition at line 192 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
The name of the type whose values are manipulated through the given converter.
Implements ValueConverter.
Definition at line 186 of file ValueConverters.h.