OnixS CME Drop Copy Handler C++ library  5.6.0
API documentation
Number Struct Reference

#include <OnixS/CME/DropCopy/Numeric.h>

Static Public Member Functions

static bool tryParse (const char *buffer, size_t bufferSize, Int32 &number)
 
static bool tryParse (const char *buffer, size_t bufferSize, UInt32 &number)
 
static bool tryParse (const char *buffer, size_t bufferSize, Int64 &number)
 
static bool tryParse (const char *buffer, size_t bufferSize, UInt64 &number)
 
static bool tryParse (const char *buffer, size_t bufferSize, Double &number)
 
static bool tryParse (const char *buffer, size_t bufferSize, Decimal &number)
 

Detailed Description

Definition at line 320 of file Numeric.h.

Member Function Documentation

static bool tryParse ( const char *  buffer,
size_t  bufferSize,
Int32 number 
)
static
static bool tryParse ( const char *  buffer,
size_t  bufferSize,
UInt32 number 
)
static
static bool tryParse ( const char *  buffer,
size_t  bufferSize,
Int64 number 
)
static
static bool tryParse ( const char *  buffer,
size_t  bufferSize,
UInt64 number 
)
static
static bool tryParse ( const char *  buffer,
size_t  bufferSize,
Double number 
)
static
static bool tryParse ( const char *  buffer,
size_t  bufferSize,
Decimal number 
)
static

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