#include <zmsg.hpp>
Public Types |
typedef std::basic_string
< unsigned char > | ustring |
Static Public Member Functions |
static char * | encode_uuid (unsigned char *data) |
static unsigned char * | decode_uuid (char *uuidstr) |
static int | test (int verbose) |
Detailed Description
Definition at line 41 of file zmsg.hpp.
Member Typedef Documentation
Constructor & Destructor Documentation
zmsg::zmsg |
( |
char const * |
body | ) |
|
|
inline |
zmsg::zmsg |
( |
const zmsg & |
msg | ) |
|
|
inline |
Member Function Documentation
void zmsg::append |
( |
const char * |
part | ) |
|
|
inline |
void zmsg::body_fmt |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
|
inline |
void zmsg::body_set |
( |
const char * |
body | ) |
|
|
inline |
void zmsg::clear |
( |
void |
| ) |
|
|
inline |
static unsigned char* zmsg::decode_uuid |
( |
char * |
uuidstr | ) |
|
|
inlinestatic |
std::string zmsg::dump |
( |
bool |
outToCErr = false | ) |
const |
|
inline |
static char* zmsg::encode_uuid |
( |
unsigned char * |
data | ) |
|
|
inlinestatic |
size_t zmsg::parts |
( |
| ) |
const |
|
inline |
void zmsg::push_back |
( |
char * |
part | ) |
|
|
inline |
void zmsg::push_front |
( |
char * |
part | ) |
|
|
inline |
void zmsg::set_part |
( |
size_t |
part_nbr, |
|
|
unsigned char * |
data |
|
) |
| |
|
inline |
unsigned int zmsg::size |
( |
| ) |
|
|
inline |
static int zmsg::test |
( |
int |
verbose | ) |
|
|
inlinestatic |
void zmsg::wrap |
( |
const char * |
address, |
|
|
const char * |
delim |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: