|
Doxygen
|
Go to the source code of this file.
Classes | |
| struct | DirEntry::Private |
| struct | DirIterator::Private |
| struct | Dir::Private |
Macros | |
| #define | NOMINMAX |
| #define | WIN32_LEAN_AND_MEAN |
Functions | |
| bool | operator== (const DirIterator &it1, const DirIterator &it2) |
| bool | operator!= (const DirIterator &it1, const DirIterator &it2) |
| DirIterator | begin (DirIterator it) |
| DirIterator | end (const DirIterator &) |
| static void | correctPath (std::string &s) |
|
noexcept |
Definition at line 170 of file dir.cpp.
Referenced by FlowChart::buildCommentNodes(), buildDirectories(), MemberLists::get(), ExampleList::inSort(), HtmlAttribList::mergeAttribute(), parseInput(), portable_memmem(), and searchInputFiles().
|
static |
Definition at line 244 of file dir.cpp.
Referenced by Dir::absPath(), Dir::cleanDirPath(), Dir::currentDirPath(), and Dir::filePath().
|
noexcept |
Definition at line 175 of file dir.cpp.
Referenced by DocGroup::addDocs(), addMembersToMemberGroup(), addToIndices(), buildDefineList(), buildDirectories(), DocParser::checkArgumentName(), DocGroup::close(), convertCharEntitiesToUTF8(), DotGroupCollaboration::Edge::Edge(), externalRef(), DefinitionImpl::externalReference(), extractCanonicalType(), extractClassNameFromType(), extractDirection(), filterTitle(), findAndRemoveWord(), findClassRelation(), Markdown::Private::findEndOfLine(), findTableColumns(), MemberLists::get(), getTemplateArgumentsInName(), DocPara::handleDoxyConfig(), DocPara::handleIncludeOperator(), ExampleList::inSort(), Markdown::Private::isAtxHeader(), Markdown::Private::isBlockCommand(), isFencedCodeBlock(), isLinkRef(), Markdown::Private::isSpecialCommand(), isTableBlock(), vhdl::parser::VhdlParserTokenManager::jjKindsForStateVector(), linkifyText(), HtmlAttribList::mergeAttribute(), normalizeNonTemplateArgumentsInString(), DocGroup::open(), VhdlDocGen::parseFuncProto(), parseInput(), VhdlDocGen::prepareComment(), Markdown::Private::processBlocks(), Markdown::Private::processCodeSpan(), processConcatOperators(), Markdown::Private::processInline(), Markdown::Private::processQuotations(), QCString::quoted(), removeAnonymousScopes(), replaceColorMarkers(), replaceNamespaceAliasesRec(), resolveModuleProcedures(), searchInputFiles(), split(), stripKeyword(), QCString::stripLeadingAndTrailingEmptyLines(), QCString::stripWhiteSpace(), stripWhiteSpace(), substEnvVarsInString(), substituteTemplateArgumentsInString(), substituteTemplatesInString(), Markdown::Private::writeBlockQuote(), Markdown::Private::writeCodeBlock(), writeMarkerList(), writeMarkerList(), and Markdown::Private::writeTableBlock().
| bool operator!= | ( | const DirIterator & | it1, |
| const DirIterator & | it2 ) |
| bool operator== | ( | const DirIterator & | it1, |
| const DirIterator & | it2 ) |
Definition at line 160 of file dir.cpp.
Referenced by TypeSpecifier::operator!=.