Decode an object of parameterized TYPE from the specified streamBuf and load the result into the specified variable.
Declared in <balber_berdecoder.h>
template<typename TYPE>
int
decode(
std::streambuf* streamBuf,
TYPE* variable);
Return 0 on success, and a non-zero value otherwise.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| streamBuf | input stream buffer |
| variable | object to decode into |