|
Doxygen
|
#include "namespacedef.h"#include "classdef.h"#include "classlist.h"#include "conceptdef.h"#include "config.h"#include "definitionimpl.h"#include "docparser.h"#include "doxygen.h"#include "language.h"#include "layout.h"#include "membergroup.h"#include "memberlist.h"#include "membername.h"#include "message.h"#include "outputlist.h"#include "util.h"Go to the source code of this file.
Classes | |
| class | NamespaceDefImpl |
| class | NamespaceDefAliasImpl |
Functions | |
| static DString | makeDisplayName (const NamespaceDef *nd, bool includeScope) |
| std::unique_ptr< NamespaceDef > | createNamespaceDef (const DString &defFileName, int defLine, size_t defColumn, const DString &name, const DString &ref, const DString &refFile, const DString &type, bool isPublished) |
| Factory method to create new NamespaceDef instance. | |
| std::unique_ptr< NamespaceDef > | createNamespaceDefAlias (const Definition *newScope, const NamespaceDef *nd) |
| Factory method to create an alias of an existing namespace. | |
| template<class Container> | |
| bool | needsSorting (const Container &container) |
| static bool | hasNonReferenceNestedNamespaceRec (const NamespaceDef *nd, int level) |
| NamespaceDef * | toNamespaceDef (Definition *d) |
| NamespaceDef * | toNamespaceDef (DefinitionMutable *md) |
| const NamespaceDef * | toNamespaceDef (const Definition *d) |
| NamespaceDefMutable * | toNamespaceDefMutable (Definition *d) |
| static NamespaceDef * | getResolvedNamespaceRec (StringSet &namespacesTried, const NamespaceAliasInfo &aliasInfo) |
| static DString | replaceNamespaceAliasesRec (StringSet &namespacesTried, const DString &name) |
| void | replaceNamespaceAliases (DString &name) |
| NamespaceDef * | getResolvedNamespace (const DString &name) |
| bool | namespaceHasNestedNamespace (const NamespaceDef *nd) |
| bool | namespaceHasNestedConcept (const NamespaceDef *nd) |
| bool | namespaceHasNestedClass (const NamespaceDef *nd, bool filterClasses, ClassDef::CompoundType ct) |
| std::unique_ptr< NamespaceDef > createNamespaceDef | ( | const DString & | defFileName, |
| int | defLine, | ||
| size_t | defColumn, | ||
| const DString & | name, | ||
| const DString & | ref, | ||
| const DString & | refFile, | ||
| const DString & | type, | ||
| bool | isPublished ) |
Factory method to create new NamespaceDef instance.
Definition at line 174 of file namespacedef.cpp.
Referenced by adjustConfiguration(), buildNamespaceList(), buildScopeFromQualifiedName(), findUsingDirectives(), and NamespaceDefMutable::setInline().
| std::unique_ptr< NamespaceDef > createNamespaceDefAlias | ( | const Definition * | newScope, |
| const NamespaceDef * | nd ) |
Factory method to create an alias of an existing namespace.
Used for inline namespaces.
Definition at line 262 of file namespacedef.cpp.
Referenced by buildNamespaceList(), and NamespaceDefMutable::setInline().
| NamespaceDef * getResolvedNamespace | ( | const DString & | name | ) |
Definition at line 1842 of file namespacedef.cpp.
References DString::empty(), getResolvedNamespaceRec(), and DString::str().
Referenced by addMemberFunction(), buildFunctionList(), buildTypedefList(), extractNamespaceName(), findUsedNamespace(), findUsingDeclImports(), findUsingDirectives(), generateClassOrGlobalLink(), generateClassOrGlobalLink(), getResolvedNamespaceMutable(), CCodeParser::parseCode(), setCallContextForVar(), NamespaceDefMutable::setInline(), and writeAlphabeticalClassList().
|
static |
Definition at line 1793 of file namespacedef.cpp.
References NamespaceAliasInfo::alias, NamespaceAliasInfo::context, LinkedMap< T, Hash, KeyEqual, Map >::find(), Doxygen::namespaceLinkedMap, and replaceNamespaceAliasesRec().
Referenced by getResolvedNamespace(), and replaceNamespaceAliasesRec().
|
static |
Definition at line 1554 of file namespacedef.cpp.
References err, NamespaceDef::getNamespaces(), hasNonReferenceNestedNamespaceRec(), Definition::isLinkableInProject(), and Definition::name().
Referenced by hasNonReferenceNestedNamespaceRec(), and NamespaceDefImpl::isVisibleInHierarchy().
|
static |
Definition at line 37 of file namespacedef.cpp.
References Definition::getLanguage(), getLanguageSpecificSeparator(), Definition::isAnonymous(), Definition::localName(), Definition::name(), removeAnonymousScopes(), and substitute().
Referenced by NamespaceDefAliasImpl::displayName(), and NamespaceDefImpl::displayName().
| bool namespaceHasNestedClass | ( | const NamespaceDef * | nd, |
| bool | filterClasses, | ||
| ClassDef::CompoundType | ct ) |
Definition at line 1890 of file namespacedef.cpp.
References ClassDef::Exception, NamespaceDef::getClasses(), NamespaceDef::getExceptions(), NamespaceDef::getInterfaces(), NamespaceDef::getNamespaces(), NamespaceDef::getStructs(), ClassDef::Interface, namespaceHasNestedClass(), and ClassDef::Struct.
Referenced by namespaceHasNestedClass(), writeClassTreeInsideNamespaceElement(), and writeNamespaceTreeElement().
| bool namespaceHasNestedConcept | ( | const NamespaceDef * | nd | ) |
Definition at line 1866 of file namespacedef.cpp.
References NamespaceDef::getConcepts(), NamespaceDef::getNamespaces(), and namespaceHasNestedConcept().
Referenced by namespaceHasNestedConcept(), and writeNamespaceTreeElement().
| bool namespaceHasNestedNamespace | ( | const NamespaceDef * | nd | ) |
Definition at line 1854 of file namespacedef.cpp.
References NamespaceDef::getNamespaces().
Referenced by writeNamespaceTreeElement().
| bool needsSorting | ( | const Container & | container | ) |
Definition at line 1478 of file namespacedef.cpp.
References Config_getBool, and DString::empty().
Referenced by NamespaceDefImpl::sortMemberLists().
| void replaceNamespaceAliases | ( | DString & | name | ) |
Definition at line 1834 of file namespacedef.cpp.
References replaceNamespaceAliasesRec().
Referenced by findClassRelation(), findUsedClassesForClass(), getMemberFromSymbol(), SymbolResolver::Private::getResolvedSymbolRec(), SymbolResolver::Private::getResolvedTypeRec(), and NamespaceDefMutable::setInline().
Definition at line 1747 of file namespacedef.cpp.
References end(), getResolvedNamespaceRec(), DString::left(), DString::mid(), Doxygen::namespaceAliasMap, replaceNamespaceAliasesRec(), and DString::str().
Referenced by getResolvedNamespaceRec(), replaceNamespaceAliases(), and replaceNamespaceAliasesRec().
| const NamespaceDef * toNamespaceDef | ( | const Definition * | d | ) |
Definition at line 1719 of file namespacedef.cpp.
| NamespaceDef * toNamespaceDef | ( | Definition * | d | ) |
Definition at line 1693 of file namespacedef.cpp.
Referenced by DocSets::addIndexItem(), NamespaceDefImpl::addInnerCompound(), buildNamespaceList(), findGlobalMember(), findTagLessClasses(), findUsingDirectives(), SymbolResolver::Private::followPath(), generateClassMemberLink(), getDefs(), NamespaceDefAliasImpl::getNSAlias(), SymbolResolver::Private::isAccessibleFrom(), SymbolResolver::Private::isAccessibleFromWithExpScope(), MemberDefImpl::moveTo(), resolveClassNestingRelations(), NamespaceDefMutable::setInline(), and writeJavasScriptSearchDataPage().
| NamespaceDef * toNamespaceDef | ( | DefinitionMutable * | md | ) |
Definition at line 1705 of file namespacedef.cpp.
References toDefinition().
| NamespaceDefMutable * toNamespaceDefMutable | ( | Definition * | d | ) |
Definition at line 1731 of file namespacedef.cpp.
Referenced by addEnumValuesToEnums(), addMembersToMemberGroup(), addNamespaceToGroups(), adjustConfiguration(), applyToAllDefinitions(), buildNamespaceList(), buildScopeFromQualifiedName(), combineUsingRelations(), FileDefImpl::combineUsingRelations(), NamespaceDefImpl::combineUsingRelations(), computeMemberReferences(), countMembers(), distributeMemberGroupDocumentation(), findEnums(), findScopeFromQualifiedName(), findSectionsInDocumentation(), findUsingDeclImports(), findUsingDirectives(), generateNamespaceDocs(), getResolvedNamespaceMutable(), NamespaceDefImpl::insertMember(), insertMemberAlias(), NamespaceDefMutable::setInline(), sortMemberLists(), and writeTagFile().