|
void | copy_ptr (void *d, size_t sz) |
|
| Datum (const Datum &x) |
|
Datum & | operator<< (const Datum &x) |
|
const Datum & | operator>> (Datum &x) |
|
template<class T > |
Datum & | operator<< (const T &x) |
|
template<class T > |
Datum & | operator>> (T &x) |
|
Datum & | operator= (const Datum &x) |
|
template<class T > |
Datum & | operator= (const T &x) |
|
template<class T > |
| operator T () |
|
const char * | data () const |
| actual buffer
|
|
char * | data () |
| actual buffer
|
|
size_t | size () const |
| size of buffer
|
|
size_t | pos () const |
| position of read pointer
|
|
char * | realloc (char *d, size_t s) |
|
void | realloc (size_t s) |
|
virtual void | append (const basic_type &x) |
|
virtual void | popoff (basic_type &x) |
|
| pack_t (size_t sz=0) |
|
| pack_t (const char *fname, const char *rw) |
|
virtual | operator bool () |
|
virtual pack_t & | reseti () |
|
virtual pack_t & | reseto () |
|
virtual pack_t & | seeki (long offs) |
|
virtual pack_t & | seeko (long offs) |
|
void | clear () |
|
virtual void | packraw (const char *x, size_t s) |
|
virtual void | unpackraw (char *x, size_t s) |
|
virtual void | swap (pack_t &other) |
|
virtual int | cmp (const pack_t &x) const |
|
bool | operator< (const pack_t &x) const |
|
bool | operator> (const pack_t &x) const |
|
bool | operator== (const pack_t &x) const |
|
bool | operator!= (const pack_t &x) const |
|
|
Ptr_flag | ptr_flag |
|
unsigned | recur_max |
| recursion limit for pack_graph
|
|
std::vector< PtrStoreRef > | alloced |
|
enum | mode_t { buf,
readf,
writef
} |
|
void | swap_base (pack_t &other) |
|
FILE * | f |
|
mode_t | mode |
|
char * | m_data |
| actual buffer
|
|
size_t | m_size |
| size of buffer
|
|
size_t | m_pos |
| position of read pointer
|
|
◆ copy_ptr()
void ecolab::Datum::copy_ptr |
( |
void * |
d, |
|
|
size_t |
sz |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: