|
Doxygen
|
#include <memory>#include <unordered_set>#include "definition.h"#include "filedef.h"#include "linkedmap.h"#include "membergroup.h"Go to the source code of this file.
Classes | |
| class | NamespaceLinkedMap |
| class | NamespaceLinkedRefMap |
| class | NamespaceDef |
| An abstract interface of a namespace symbol. More... | |
| class | NamespaceDefMutable |
Typedefs | |
| using | NamespaceDefSet = std::unordered_set<const NamespaceDef*> |
| using NamespaceDefSet = std::unordered_set<const NamespaceDef*> |
Definition at line 39 of file namespacedef.h.
| std::unique_ptr< NamespaceDef > createNamespaceDef | ( | const DString & | defFileName, |
| int | defLine, | ||
| int | defColumn, | ||
| const DString & | name, | ||
| const DString & | ref = DString(), | ||
| const DString & | refFile = DString(), | ||
| const DString & | type = DString(), | ||
| bool | isPublished = false ) |
Factory method to create new NamespaceDef instance.
Definition at line 173 of file namespacedef.cpp.
References createNamespaceDef().
Referenced by adjustConfiguration(), buildNamespaceList(), buildScopeFromQualifiedName(), createNamespaceDef(), 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 261 of file namespacedef.cpp.
References createNamespaceDefAlias().
Referenced by buildNamespaceList(), createNamespaceDefAlias(), and NamespaceDefMutable::setInline().
| NamespaceDef * getResolvedNamespace | ( | const DString & | key | ) |
Definition at line 1841 of file namespacedef.cpp.
References DString::empty(), getResolvedNamespace(), getResolvedNamespaceRec(), NamespaceAliasInfo::NamespaceAliasInfo(), and DString::str().
Referenced by addMemberFunction(), buildFunctionList(), buildTypedefList(), extractNamespaceName(), findUsedNamespace(), findUsingDeclImports(), findUsingDirectives(), generateClassOrGlobalLink(), generateClassOrGlobalLink(), getResolvedNamespace(), getResolvedNamespaceMutable(), CCodeParser::parseCode(), setCallContextForVar(), NamespaceDefMutable::setInline(), and writeAlphabeticalClassList().
|
inline |
Definition at line 151 of file namespacedef.h.
References getResolvedNamespace(), getResolvedNamespaceMutable(), and toNamespaceDefMutable().
Referenced by addEnumValuesToEnums(), addGlobalFunction(), addVariableToFile(), findEnums(), findUsingDeclarations(), findUsingDirectives(), and getResolvedNamespaceMutable().
| bool namespaceHasNestedClass | ( | const NamespaceDef * | nd, |
| bool | filterClasses, | ||
| ClassDef::CompoundType | ct ) |
Definition at line 1889 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 1865 of file namespacedef.cpp.
References NamespaceDef::getConcepts(), NamespaceDef::getNamespaces(), and namespaceHasNestedConcept().
Referenced by namespaceHasNestedConcept(), and writeNamespaceTreeElement().
| bool namespaceHasNestedNamespace | ( | const NamespaceDef * | nd | ) |
Definition at line 1853 of file namespacedef.cpp.
References NamespaceDef::getNamespaces(), and namespaceHasNestedNamespace().
Referenced by namespaceHasNestedNamespace(), and writeNamespaceTreeElement().
| void replaceNamespaceAliases | ( | DString & | name | ) |
Definition at line 1833 of file namespacedef.cpp.
References replaceNamespaceAliases(), and replaceNamespaceAliasesRec().
Referenced by findClassRelation(), findUsedClassesForClass(), getMemberFromSymbol(), SymbolResolver::Private::getResolvedSymbolRec(), SymbolResolver::Private::getResolvedTypeRec(), replaceNamespaceAliases(), and NamespaceDefMutable::setInline().
| const NamespaceDef * toNamespaceDef | ( | const Definition * | d | ) |
Definition at line 1718 of file namespacedef.cpp.
References toNamespaceDef().
| NamespaceDef * toNamespaceDef | ( | Definition * | d | ) |
Definition at line 1692 of file namespacedef.cpp.
References toNamespaceDef().
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(), toNamespaceDef(), toNamespaceDef(), toNamespaceDef(), and writeJavasScriptSearchDataPage().
| NamespaceDef * toNamespaceDef | ( | DefinitionMutable * | d | ) |
Definition at line 1704 of file namespacedef.cpp.
References toDefinition(), and toNamespaceDef().
| NamespaceDefMutable * toNamespaceDefMutable | ( | Definition * | d | ) |
Definition at line 1730 of file namespacedef.cpp.
References toNamespaceDefMutable().
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(), toNamespaceDefMutable(), and writeTagFile().