#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 |
| 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 |
| ~StrRefConverter ()=default | |
| template<class StringRef> | |
| bool | convert (StringRef &ref, const ValueContainer &container) const |
| virtual bool | convert (MaturityMonthYear &, const ValueContainer &) const noexcept |
| 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 190 of file ValueConverters.h.
|
default |
|
inlineoverridevirtualnoexcept |
Tries to convert the value into a character.
Reimplemented from ValueConverter.
Definition at line 218 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into a Decimal.
Reimplemented from ValueConverter.
Definition at line 294 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 252 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 266 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 280 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 238 of file ValueConverters.h.
|
inlinevirtualnoexcept |
Tries to convert the value into a month-year.
Reimplemented from ValueConverter.
Definition at line 169 of file ValueConverters.h.
|
inline |
Definition at line 64 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into a string reference.
Reimplemented from ValueConverter.
Definition at line 211 of file ValueConverters.h.
|
inlineoverridevirtual |
Tries to convert the value into a timestamp.
Reimplemented from ValueConverter.
Definition at line 301 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 259 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 273 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 287 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 245 of file ValueConverters.h.
|
staticnoexcept |
|
inlineoverridevirtualnoexcept |
Reimplemented from ValueConverter.
Definition at line 206 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 199 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
The name of the type whose values are manipulated through the given converter.
Implements ValueConverter.
Definition at line 194 of file ValueConverters.h.