|
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 171 of file dir.cpp.
Referenced by FlowChart::buildCommentNodes(), buildDirectories(), MemberLists::get(), ExampleList::inSort(), HtmlAttribList::mergeAttribute(), parseInput(), portable_memmem(), and searchInputFiles().
|
static |
Definition at line 245 of file dir.cpp.
References correctPath().
Referenced by Dir::absPath(), Dir::cleanDirPath(), correctPath(), Dir::currentDirPath(), and Dir::filePath().
|
noexcept |
Definition at line 176 of file dir.cpp.
Referenced by DocGroup::addDocs(), addMembersToMemberGroup(), addToIndices(), buildDefineList(), buildDirectories(), DocParser::checkArgumentName(), DocGroup::close(), HtmlEntityMapper::convertCharEntitiesToUTF8(), DotGroupCollaboration::Edge::Edge(), endScope(), externalRef(), DefinitionImpl::externalReference(), extractCanonicalType(), extractClassNameFromType(), extractDirection(), extractFromParens(), filterTitle(), 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(), Preprocessor::processFile(), Markdown::Private::processInline(), Markdown::Private::processQuotations(), removeAnonymousScopes(), replaceColorMarkers(), replaceNamespaceAliasesRec(), resolveModuleProcedures(), searchInputFiles(), split(), stripKeyword(), stripWhiteSpace(), substEnvVarsInString(), substituteTemplateArgumentsInString(), substituteTemplatesInString(), Markdown::Private::writeBlockQuote(), Markdown::Private::writeCodeBlock(), writeMarkerList(), writeMarkerList(), and Markdown::Private::writeTableBlock().
| bool operator!= | ( | const DirIterator & | it1, |
| const DirIterator & | it2 ) |
Definition at line 166 of file dir.cpp.
Referenced by operator!=(), operator!=(), and operator!=().
| bool operator== | ( | const DirIterator & | it1, |
| const DirIterator & | it2 ) |
Definition at line 161 of file dir.cpp.
Referenced by TypeSpecifier::operator!=, operator==(), operator==(), and operator==().