|
dcrud
0.0.0
Distributed data and services
|
#include <io/ByteBuffer.h>

Go to the source code of this file.
Functions | |
| UTIL_ADT (dcrudGUID) | |
| ioStatus | dcrudGUID_unserialize (ioByteBuffer source, dcrudGUID *target) |
| ioStatus | dcrudGUID_serialize (const dcrudGUID This, ioByteBuffer target) |
| bool | dcrudGUID_toString (const dcrudGUID This, char *target, size_t targetSize) |
| int | dcrudGUID_compareTo (const dcrudGUID *left, const dcrudGUID *right) |
| int dcrudGUID_compareTo | ( | const dcrudGUID * | left, |
| const dcrudGUID * | right | ||
| ) |
| ioStatus dcrudGUID_serialize | ( | const dcrudGUID | This, |
| ioByteBuffer | target | ||
| ) |
| bool dcrudGUID_toString | ( | const dcrudGUID | This, |
| char * | target, | ||
| size_t | targetSize | ||
| ) |
| ioStatus dcrudGUID_unserialize | ( | ioByteBuffer | source, |
| dcrudGUID * | target | ||
| ) |
| UTIL_ADT | ( | dcrudGUID | ) |