OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler 1.12.0
API documentation
Loading...
Searching...
No Matches
StringTraits Struct Reference

Static Public Member Functions

static void fillBufferAndAddSpaces (Byte *buffer, size_t size, Byte filler, const char *data, size_t dataSize)
static void fillBufferAndAddSpaces (Byte *buffer, size_t size, Byte filler, StrRef data)
static void fillBufferAndAddSpaces (Byte *buffer, size_t size, Byte filler, Byte value)

Detailed Description

Definition at line 43 of file Defines.h.

Member Function Documentation

◆ fillBufferAndAddSpaces() [1/3]

void fillBufferAndAddSpaces ( Byte * buffer,
size_t size,
Byte filler,
Byte value )
static

◆ fillBufferAndAddSpaces() [2/3]

void fillBufferAndAddSpaces ( Byte * buffer,
size_t size,
Byte filler,
const char * data,
size_t dataSize )
static

◆ fillBufferAndAddSpaces() [3/3]

void fillBufferAndAddSpaces ( Byte * buffer,
size_t size,
Byte filler,
StrRef data )
inlinestatic

Definition at line 47 of file Defines.h.