getArrayInt8 overloads
Synopses
Declared in <bslx_marshallingutil.h>
Load consecutive one‐byte integers from the specified buffer into the specified variables.
static
void
getArrayInt8(
char* variables,
char const* buffer,
int numVariables);
Same as the related overload for signed char *variables.
static
void
getArrayInt8(
signed char* variables,
char const* buffer,
int numVariables);
Same as the related overload for unsigned char *variables.
static
void
getArrayInt8(
unsigned char* variables,
char const* buffer,
int numVariables);
Parameters
Name |
Description |
variables |
array receiving host‐order one‐byte integers |
buffer |
source buffer |
numVariables |
number of values to read |
Created with MrDocs