|
| static STREAM & | getArray (STREAM &stream, bool *result, int length) |
| |
| static STREAM & | getArray (STREAM &stream, char *result, int length) |
| |
| static STREAM & | getArray (STREAM &stream, signed char *result, int length) |
| |
| static STREAM & | getArray (STREAM &stream, unsigned char *result, int length) |
| |
| static STREAM & | getArray (STREAM &stream, short *result, int length) |
| |
| static STREAM & | getArray (STREAM &stream, unsigned short *result, int length) |
| |
| static STREAM & | getArray (STREAM &stream, int *result, int length) |
| |
| static STREAM & | getArray (STREAM &stream, unsigned int *result, int length) |
| |
| static STREAM & | getArray (STREAM &stream, bsls::Types::Int64 *result, int length) |
| |
| static STREAM & | getArray (STREAM &stream, bsls::Types::Uint64 *result, int length) |
| |
| static STREAM & | getArray (STREAM &stream, float *result, int length) |
| |
| static STREAM & | getArray (STREAM &stream, double *result, int length) |
| |
| template<class VALUE_TYPE , class ALLOC > |
| static STREAM & | getArray (STREAM &stream, bsl::vector< VALUE_TYPE, ALLOC > &variable) |
| |
template<class STREAM>
struct bslx::InStreamFunctions::InStreamFunctions_AccessorHelper< STREAM >
This struct provides a namespace for implementation helper functions for this component. They are not intended for use outside this component.
template<class STREAM >
template<class VALUE_TYPE , class ALLOC >
Assign to the specified variable the bsl::vector<VALUE_TYPE, ALLOC> value read from the specified input stream, and return a reference to stream. If stream is initially invalid, this operation has no effect. If stream becomes invalid during this operation, variable has an undefined, but valid, state.