OnixS C++ CME iLink 3 Binary Order Entry Handler  1.18.0
API Documentation
CharConverter Struct Referencefinal

#include <OnixS/CME/iLink3/messaging/TagBased/ValueConverters.h>

Public Member Functions

const ChartypeName () const noexceptoverride
 
void toStr (std::string &str, const ValueContainer &container) const override
 
StrRef toStr (Char *, size_t, const ValueContainer &container) const noexceptoverride
 
bool convert (StrRef &ref, const ValueContainer &container) const noexceptoverride
 
bool convert (Char &value, const ValueContainer &container) const noexceptoverride
 
bool convert (Int8 &value, const ValueContainer &container) const noexceptoverride
 
bool convert (UInt8 &value, const ValueContainer &container) const noexceptoverride
 
bool convert (Int16 &value, const ValueContainer &container) const noexceptoverride
 
bool convert (UInt16 &value, const ValueContainer &container) const noexceptoverride
 
bool convert (Int32 &value, const ValueContainer &container) const noexceptoverride
 
bool convert (UInt32 &value, const ValueContainer &container) const noexceptoverride
 
bool convert (Int64 &value, const ValueContainer &container) const noexceptoverride
 
bool convert (UInt64 &value, const ValueContainer &container) const noexceptoverride
 
bool convert (Decimal &value, const ValueContainer &container) const noexceptoverride
 
- Public Member Functions inherited from ValueConverter
virtual bool convert (Timestamp &, const ValueContainer &) const
 
virtual bool convert (MaturityMonthYear &, const ValueContainer &) const noexcept
 

Static Public Member Functions

static const ValueConverterself () noexcept
 

Protected Member Functions

 ~CharConverter ()=default
 
- Protected Member Functions inherited from ValueConverter
 ~ValueConverter ()=default
 

Detailed Description

Definition at line 430 of file ValueConverters.h.

Constructor & Destructor Documentation

~CharConverter ( )
protecteddefault

Member Function Documentation

bool convert ( StrRef ,
const ValueContainer  
) const
inlineoverridevirtualnoexcept

Tries to convert the value into a string reference.

Returns
Indicates whether the conversion successful.

Reimplemented from ValueConverter.

Definition at line 461 of file ValueConverters.h.

bool convert ( Char ,
const ValueContainer  
) const
inlineoverridevirtualnoexcept

Tries to convert the value into a character.

Returns
Indicates whether the conversion successful.

Reimplemented from ValueConverter.

Definition at line 474 of file ValueConverters.h.

bool convert ( Int8 &  ,
const ValueContainer  
) const
inlineoverridevirtualnoexcept

Tries to convert the value into an integer.

Returns
Indicates whether the conversion successful.

Reimplemented from ValueConverter.

Definition at line 484 of file ValueConverters.h.

bool convert ( UInt8 ,
const ValueContainer  
) const
inlineoverridevirtualnoexcept

Tries to convert the value into an integer.

Returns
Indicates whether the conversion successful.

Reimplemented from ValueConverter.

Definition at line 495 of file ValueConverters.h.

bool convert ( Int16 &  ,
const ValueContainer  
) const
inlineoverridevirtualnoexcept

Tries to convert the value into an integer.

Returns
Indicates whether the conversion successful.

Reimplemented from ValueConverter.

Definition at line 506 of file ValueConverters.h.

bool convert ( UInt16 ,
const ValueContainer  
) const
inlineoverridevirtualnoexcept

Tries to convert the value into an integer.

Returns
Indicates whether the conversion successful.

Reimplemented from ValueConverter.

Definition at line 517 of file ValueConverters.h.

bool convert ( Int32 ,
const ValueContainer  
) const
inlineoverridevirtualnoexcept

Tries to convert the value into an integer.

Returns
Indicates whether the conversion successful.

Reimplemented from ValueConverter.

Definition at line 528 of file ValueConverters.h.

bool convert ( UInt32 ,
const ValueContainer  
) const
inlineoverridevirtualnoexcept

Tries to convert the value into an integer.

Returns
Indicates whether the conversion successful.

Reimplemented from ValueConverter.

Definition at line 539 of file ValueConverters.h.

bool convert ( Int64 &  ,
const ValueContainer  
) const
inlineoverridevirtualnoexcept

Tries to convert the value into an integer.

Returns
Indicates whether the conversion successful.

Reimplemented from ValueConverter.

Definition at line 550 of file ValueConverters.h.

bool convert ( UInt64 ,
const ValueContainer  
) const
inlineoverridevirtualnoexcept

Tries to convert the value into an integer.

Returns
Indicates whether the conversion successful.

Reimplemented from ValueConverter.

Definition at line 561 of file ValueConverters.h.

bool convert ( Decimal ,
const ValueContainer  
) const
inlineoverridevirtualnoexcept

Tries to convert the value into a Decimal.

Returns
Indicates whether the conversion successful.

Reimplemented from ValueConverter.

Definition at line 572 of file ValueConverters.h.

static const ValueConverter& self ( )
staticnoexcept
void toStr ( std::string &  ,
const ValueContainer  
) const
inlineoverridevirtual

Outputs the text presentation of the value stored in the given container into the given string.

Reimplemented from ValueConverter.

Definition at line 441 of file ValueConverters.h.

StrRef toStr ( Char ,
size_t  ,
const ValueContainer  
) const
inlineoverridevirtualnoexcept
Returns
the text presentation of the value.

Reimplemented from ValueConverter.

Definition at line 451 of file ValueConverters.h.

const Char* typeName ( ) const
inlineoverridevirtualnoexcept

The name of the type whose values are manipulated through the given converter.

Implements ValueConverter.

Definition at line 435 of file ValueConverters.h.


The documentation for this struct was generated from the following file: