#include <ckliststring.h>
Public Member Functions | |
CkListString () | |
CkListString (char *s) | |
~CkListString () | |
void | set (char *s) |
int | isEmpty () |
int | includes (int p) |
Private Attributes | |
char * | list |
Definition at line 13 of file ckliststring.h.
CkListString::CkListString | ( | ) | [inline] |
Definition at line 18 of file ckliststring.h.
CkListString::CkListString | ( | char * | s | ) | [inline] |
Definition at line 19 of file ckliststring.h.
References list, and strdup().
CkListString::~CkListString | ( | ) | [inline] |
void CkListString::set | ( | char * | s | ) | [inline] |
Definition at line 21 of file ckliststring.h.
References list, PUP::s, and strdup().
Referenced by ampiProcInit().
int CkListString::isEmpty | ( | void | ) | [inline] |
Definition at line 23 of file ckliststring.h.
References free(), list, strdup(), and stride.
Referenced by CkMessageWatcherInit(), record_msglog(), and traceCommonInit().
char* CkListString::list [private] |
Definition at line 16 of file ckliststring.h.
Referenced by CkListString(), includes(), isEmpty(), set(), and ~CkListString().