#include "filesystem.hpp"
#include "dir.h"
#include <utility>
Go to the source code of this file.
◆ NOMINMAX
◆ WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN |
◆ begin()
◆ correctPath()
static void correctPath |
( |
std::string & | s | ) |
|
|
static |
◆ end()
Definition at line 175 of file dir.cpp.
Referenced by DocGroup::addDocs(), addMembersToMemberGroup(), addToIndices(), buildDefineList(), buildDirectories(), DocParser::checkArgumentName(), DocGroup::close(), convertCharEntitiesToUTF8(), DotGroupCollaboration::Edge::Edge(), endScope(), externalRef(), DefinitionImpl::externalReference(), extractCanonicalType(), extractClassNameFromType(), extractDirection(), extractFromParens(), 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(), Preprocessor::processFile(), Markdown::Private::processInline(), Markdown::Private::processQuotations(), QCString::quoted(), removeAnonymousScopes(), replaceColorMarkers(), replaceNamespaceAliasesRec(), resolveModuleProcedures(), searchInputFiles(), split(), QCString::stripLeadingAndTrailingEmptyLines(), QCString::stripWhiteSpace(), stripWhiteSpace(), substEnvVarsInString(), substituteTemplateArgumentsInString(), substituteTemplatesInString(), Markdown::Private::writeBlockQuote(), Markdown::Private::writeCodeBlock(), writeMarkerList(), and Markdown::Private::writeTableBlock().
◆ operator!=()
Definition at line 165 of file dir.cpp.
166{
167 return it1.
p->it!=it2.
p->it;
168}
std::unique_ptr< Private > p
◆ operator==()
Definition at line 160 of file dir.cpp.
161{
162 return it1.
p->it == it2.
p->it;
163}