8#include "wvserialize.h"
11WvString _wv_deserialize<WvString>(WvBuf &buf)
13 unsigned int len = buf.
strchr(
'\0');
17 return (
const char *)buf.
get(len);
const T * get(size_t count)
Reads exactly the specified number of elements and returns a pointer to a storage location owned by t...
size_t used() const
Returns the number of elements in the buffer currently available for reading.
size_t strchr(int ch)
Returns the number of characters that would have to be read to find the first instance of the charact...
WvString is an implementation of a simple and efficient printable-string class.