#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 *buf, size_t size, const ValueContainer &container) const override |
| bool | convert (Int64 &value, const ValueContainer &container) const noexcept override |
| bool | convert (UInt64 &value, const ValueContainer &container) const noexcept override |
| bool | convert (Timestamp &value, const ValueContainer &container) const noexcept override |
| ~TimestampConverter ()=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 (Decimal &, const ValueContainer &) const noexcept |
| 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 700 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.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 726 of file ValueConverters.h.
|
inlinevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 89 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.
|
inlinevirtualnoexcept |
Tries to convert the value into a string reference.
Reimplemented from ValueConverter.
Definition at line 58 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into a timestamp.
Reimplemented from ValueConverter.
Definition at line 740 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.
|
inlineoverridevirtualnoexcept |
Tries to convert the value into an integer.
Reimplemented from ValueConverter.
Definition at line 733 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 |
|
inlineoverridevirtual |
Reimplemented from ValueConverter.
Definition at line 714 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 709 of file ValueConverters.h.
|
inlineoverridevirtualnoexcept |
The name of the type whose values are manipulated through the given converter.
Implements ValueConverter.
Definition at line 704 of file ValueConverters.h.