My Project
|
#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 |
void | sort () |
Private Attributes | |
DirDef * | m_dir |
FilePairDict | m_filePairs |
bool | m_inherited |
UsedDir::UsedDir | ( | DirDef * | dir, |
bool | inherited | ||
) |
Definition at line 669 of file dirdef.cpp.
References m_filePairs, and SDict< T >::setAutoDelete().
|
virtual |
Definition at line 675 of file dirdef.cpp.
Definition at line 680 of file dirdef.cpp.
References SDict< T >::append(), FileDef::getOutputFileBase(), and m_filePairs.
Referenced by DirDef::addUsesDependency().
|
inline |
Definition at line 140 of file dirdef.h.
References m_dir.
Referenced by DirRelation::writeDocumentation().
|
inline |
Definition at line 139 of file dirdef.h.
References m_filePairs.
Referenced by DirRelation::writeDocumentation().
FilePair * UsedDir::findFilePair | ( | const char * | name | ) |
Definition at line 691 of file dirdef.cpp.
References SDict< T >::find(), and m_filePairs.
Referenced by DirDef::addUsesDependency().
|
inline |
void UsedDir::sort | ( | ) |
Definition at line 686 of file dirdef.cpp.
References m_filePairs, and SDict< T >::sort().
Referenced by DirDef::computeDependencies().
|
private |
Definition at line 146 of file dirdef.h.
Referenced by addFileDep(), filePairs(), findFilePair(), sort(), and UsedDir().
|
private |
Definition at line 147 of file dirdef.h.
Referenced by inherited().