#include <pup.h>
Public Member Functions | |
toText (char *outStr) | |
toText (const toText &p) | |
void | operator= (const toText &p) |
size_t | size (void) const |
Protected Member Functions | |
virtual char * | advance (char *cur) |
Private Attributes | |
char * | buf |
size_t | charCount |
Definition at line 552 of file pup.h.
PUP::toText::toText | ( | char * | outStr | ) |
Definition at line 693 of file pup_util.C.
PUP::toText::toText | ( | const toText & | p | ) |
char * PUP::toText::advance | ( | char * | cur | ) | [protected, virtual] |
void PUP::toText::operator= | ( | const toText & | p | ) |
size_t PUP::toText::size | ( | void | ) | const [inline, virtual] |
Reimplemented from PUP::er.
Definition at line 562 of file pup.h.
References charCount.
Referenced by CpdList_ccs_list_items_txt().
char* PUP::toText::buf [private] |
size_t PUP::toText::charCount [private] |