8 #include "wvserialize.h"
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.
Specialization of WvBufBase for unsigned char type buffers intended for use with raw memory buffers.
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.