Represents the <base64> binary data element.
More...
#include <xml-rpc.h>
|
| | _base64 () |
| |
| | _base64 (struct soap *) |
| |
| | _base64 (struct soap *, int, unsigned char *) |
| |
| int | size () const |
| | byte size of data
|
| |
| unsigned char * | ptr () |
| | pointer to data
|
| |
| void | size (int) |
| | set byte size of data
|
| |
| void | ptr (unsigned char *) |
| | set pointer to data
|
| |
|
| unsigned char * | __ptr |
| | pointer to raw binary data block
|
| |
| int | __size |
| | size of raw binary data block
|
| |
Represents the <base64> binary data element.
◆ _base64() [1/3]
◆ _base64() [2/3]
| _base64::_base64 |
( |
struct soap * |
| ) |
|
◆ _base64() [3/3]
| _base64::_base64 |
( |
struct soap * |
, |
|
|
int |
, |
|
|
unsigned char * |
|
|
) |
| |
◆ ptr() [1/2]
| unsigned char * _base64::ptr |
( |
| ) |
|
◆ ptr() [2/2]
| void _base64::ptr |
( |
unsigned char * |
| ) |
|
◆ size() [1/2]
| int _base64::size |
( |
| ) |
const |
◆ size() [2/2]
| void _base64::size |
( |
int |
| ) |
|
◆ __ptr
| unsigned char* _base64::__ptr |
pointer to raw binary data block
◆ __size
size of raw binary data block
The documentation for this struct was generated from the following file: