#include <OnixS/CME/MDH/messaging/TagBased/ValueConverters.h>
Public Member Functions | |
| const Char * | typeName () const noexcept override |
| void | toStr (std::string &str, const ValueContainer &container) const override |
| bool | convert (MaturityMonthYear &value, const ValueContainer &container) const noexcept override |
| ~MaturityMonthYearConverter ()=default | |
| virtual bool | convert (StrRef &, const ValueContainer &) const noexcept |
| template<class StringRef> | |
| bool | convert (StringRef &ref, const ValueContainer &container) const |
| virtual bool | convert (Char &, const ValueContainer &) const noexcept |
| virtual bool | convert (Int8 &, const ValueContainer &) const noexcept |
| virtual bool | convert (UInt8 &, const ValueContainer &) const noexcept |
| virtual bool | convert (Int16 &, const ValueContainer &) const noexcept |
| virtual bool | convert (UInt16 &, const ValueContainer &) const noexcept |
| virtual bool | convert (Int32 &, const ValueContainer &) const noexcept |
| virtual bool | convert (UInt32 &, const ValueContainer &) const noexcept |
| virtual bool | convert (Int64 &, const ValueContainer &) const noexcept |
| virtual bool | convert (UInt64 &, const ValueContainer &) const noexcept |
| virtual bool | convert (Decimal &, const ValueContainer &) const noexcept |
| virtual bool | convert (Timestamp &, const ValueContainer &) const |
| virtual StrRef | toStr (Char *, size_t, const ValueContainer &) const |
| Public Member Functions inherited from ValueConverter | |
| template<class StringRef> | |
| bool | convert (StringRef &ref, const ValueContainer &container) const |
| ~ValueConverter () | |
Static Public Member Functions | |
| static const ValueConverter & | self () noexcept |
Definition at line 753 of file ValueConverters.h.
|
default |
|
inlinevirtualnoexcept |
Tries to convert the value into a character.
Reimplemented from ValueConverter.
Definition at line 81 of file ValueConverters.h.
|
inlinevirtualnoexcept |
Tries to convert the value into a Decimal.
Reimplemented from ValueConverter.
Definition at line 153 of file ValueConverters.h.
|
inlinevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 105 of file ValueConverters.h.
|
inlinevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 121 of file ValueConverters.h.
|
inlinevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 137 of file ValueConverters.h.
|
inlinevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 89 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into a month-year.
Reimplemented from ValueConverter.
Definition at line 768 of file ValueConverters.h.
|
inline |
Definition at line 64 of file ValueConverters.h.
|
inlinevirtualnoexcept |
Tries to convert the value into a string reference.
Reimplemented from ValueConverter.
Definition at line 58 of file ValueConverters.h.
|
inlinevirtual |
Tries to convert the value into a timestamp.
Reimplemented from ValueConverter.
Definition at line 161 of file ValueConverters.h.
|
inlinevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 113 of file ValueConverters.h.
|
inlinevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 129 of file ValueConverters.h.
|
inlinevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 145 of file ValueConverters.h.
|
inlinevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 97 of file ValueConverters.h.
|
staticnoexcept |
|
inlinevirtual |
Reimplemented from ValueConverter.
Definition at line 50 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 763 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
The name of the type whose values are manipulated through the given converter.
Implements ValueConverter.
Definition at line 758 of file ValueConverters.h.