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::_base64 |
( |
struct soap * |
| ) |
|
_base64::_base64 |
( |
struct soap * |
, |
|
|
int |
, |
|
|
unsigned char * |
|
|
) |
| |
unsigned char* _base64::ptr |
( |
| ) |
|
void _base64::ptr |
( |
unsigned char * |
| ) |
|
int _base64::size |
( |
| ) |
const |
void _base64::size |
( |
int |
| ) |
|
unsigned char* _base64::__ptr |
pointer to raw binary data block
size of raw binary data block
The documentation for this struct was generated from the following file: