#include <dirdef.h>
Public Member Functions | |
UsedDir (DirDef *dir, bool inherited) | |
virtual | ~UsedDir () |
void | addFileDep (FileDef *srcFd, FileDef *dstFd) |
FilePair * | findFilePair (const char *name) |
const FilePairDict & | filePairs () const |
const DirDef * | dir () const |
bool | inherited () const |
Definition at line 116 of file dirdef.h.
UsedDir::UsedDir | ( | DirDef * | dir, | |
bool | inherited | |||
) |
UsedDir::~UsedDir | ( | ) | [virtual] |
Definition at line 493 of file dirdef.cpp.
Definition at line 498 of file dirdef.cpp.
References FileDef::getOutputFileBase(), and SDict< T >::inSort().
FilePair * UsedDir::findFilePair | ( | const char * | name | ) |
const FilePairDict& UsedDir::filePairs | ( | ) | const [inline] |
Definition at line 123 of file dirdef.h.
Referenced by DirRelation::writeDocumentation(), and writeDotDirDepGraph().
const DirDef* UsedDir::dir | ( | ) | const [inline] |
Definition at line 124 of file dirdef.h.
Referenced by computeDirDependencies(), DirRelation::writeDocumentation(), and writeDotDirDepGraph().
bool UsedDir::inherited | ( | ) | const [inline] |