Used to pass byte array input as part of a NameValuePairs object.
More...
#include <algparam.h>
Used to pass byte array input as part of a NameValuePairs object.
Definition at line 104 of file algparam.h.
| ByteArrayParameter::ByteArrayParameter |
( |
byte * |
data = NULL, |
|
|
unsigned int |
size = 0 |
|
) |
| |
|
inline |
| ByteArrayParameter::ByteArrayParameter |
( |
SecByteBlock & |
block | ) |
|
|
inline |
| byte* ByteArrayParameter::begin |
( |
| ) |
const |
|
inline |
Pointer to the first byte in the memory block.
Definition at line 119 of file algparam.h.
| byte* ByteArrayParameter::end |
( |
| ) |
const |
|
inline |
Pointer beyond the last byte in the memory block.
Definition at line 121 of file algparam.h.
| size_t ByteArrayParameter::size |
( |
| ) |
const |
|
inline |
Length of the memory block.
Definition at line 123 of file algparam.h.
| byte* ByteArrayParameter::m_data |
|
private |
| size_t ByteArrayParameter::m_size |
|
private |
The documentation for this class was generated from the following file: