
#include <pup.h>


Public Member Functions | |
| toText (char *outStr) | |
| toText (const toText &p) | |
| void | operator= (const toText &p) |
| int | size (void) const |
Protected Member Functions | |
| virtual char * | advance (char *cur) |
Private Attributes | |
| char * | buf |
| int | charCount |
Definition at line 492 of file pup.h.
| PUP::toText::toText | ( | char * | outStr | ) |
Definition at line 585 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 | ) |
| int PUP::toText::size | ( | void | ) | const [inline, virtual] |
Reimplemented from PUP::er.
Definition at line 502 of file pup.h.
References charCount.
Referenced by CpdList_ccs_list_items_txt().
char* PUP::toText::buf [private] |
int PUP::toText::charCount [private] |
1.5.5