Doxygen
|
Class representing a pair of FileDef objects. More...
#include <src/dirdef.h>
Public Member Functions | |
FilePair (const FileDef *src, const FileDef *dst) | |
const FileDef * | source () const |
const FileDef * | destination () const |
Static Public Member Functions | |
static QCString | key (const FileDef *srcFd, const FileDef *dstFd) |
Private Attributes | |
const FileDef * | m_src |
const FileDef * | m_dst |
|
inline |
Definition at line 883 of file dirdef.cpp.
References Definition::getOutputFileBase().
Referenced by UsedDir::addFileDep(), and DirDefImpl::addUsesDependency().
|
inline |
|
private |
Definition at line 50 of file dirdef.h.
Referenced by destination(), and FilePair().
|
private |
Definition at line 49 of file dirdef.h.
Referenced by FilePair(), and source().