Public Member Functions | |
dspNode (char *apath, char *aname=0) | |
~dspNode () | |
void | add (char *relpath) |
void | dsprintf (FILE *f) |
void | vcprintf (FILE *f, int level) |
Private Attributes | |
char * | name |
dspNode * | dirList |
dspNode * | filList |
char * | path |
dspNode * | next |
Definition at line 88 of file Depend.cpp.
dspNode::dspNode | ( | char * | apath, | |
char * | aname = 0 | |||
) | [inline] |
dspNode::~dspNode | ( | ) | [inline] |
void dspNode::add | ( | char * | relpath | ) | [inline] |
void dspNode::dsprintf | ( | FILE * | f | ) | [inline] |
Definition at line 206 of file Depend.cpp.
References dirList, filList, MAXPATH, next, and path.
Referenced by generateDspMiddle().
void dspNode::vcprintf | ( | FILE * | f, | |
int | level | |||
) | [inline] |
Definition at line 238 of file Depend.cpp.
References dirList, filList, next, path, processSet, and projectName.
Referenced by generateDspMiddle().
dspNode* dspNode::dirList [private] |
Definition at line 341 of file Depend.cpp.
Referenced by add(), dsprintf(), vcprintf(), and ~dspNode().
dspNode* dspNode::filList [private] |
Definition at line 342 of file Depend.cpp.
Referenced by add(), dsprintf(), vcprintf(), and ~dspNode().
char* dspNode::name [private] |
dspNode* dspNode::next [private] |
Definition at line 345 of file Depend.cpp.
Referenced by add(), dsprintf(), vcprintf(), and ~dspNode().
char* dspNode::path [private] |
Definition at line 344 of file Depend.cpp.
Referenced by add(), dspNode(), dsprintf(), vcprintf(), and ~dspNode().