Doxygen
Loading...
Searching...
No Matches
ClassDefImpl Class Referencefinal

Implementation of the ClassDef interface. More...

Inheritance diagram for ClassDefImpl:
Collaboration diagram for ClassDefImpl:

Public Member Functions

 ClassDefImpl (const DString &fileName, int startLine, size_t startColumn, const DString &name, CompoundType ct, const DString &ref=DString(), const DString &fName=DString(), bool isSymbol=true, bool isJavaEnum=false)
DefType definitionType () const override
std::unique_ptr< ClassDefdeepCopy (const DString &name) const override
void moveTo (Definition *) override
CodeSymbolType codeSymbolType () const override
DString getOutputFileBase () const override
DString getInstanceOutputFileBase () const override
DString getSourceFileBase () const override
DString getReference () const override
bool isReference () const override
bool isLocal () const override
 Returns true if this is a local class definition, see EXTRACT_LOCAL_CLASSES.
ClassLinkedRefMap getClasses () const override
 returns the classes nested into this class
bool hasDocumentation () const override
bool hasDetailedDescription () const override
 returns true if this class has a non-empty detailed description
DString collaborationGraphFileName () const override
 returns the file name to use for the collaboration graph
DString inheritanceGraphFileName () const override
 returns the file name to use for the inheritance graph
DString displayName (bool includeScope=true) const override
CompoundType compoundType () const override
 Returns the type of compound this is, i.e. class/struct/union/...
DString compoundTypeString () const override
 Returns the type of compound as a string.
const BaseClassListbaseClasses () const override
 Returns the list of base classes from which this class directly inherits.
void updateBaseClasses (const BaseClassList &bcd) override
 Update the list of base classes to the one passed.
const BaseClassListsubClasses () const override
 Returns the list of sub classes that directly derive from this class.
void updateSubClasses (const BaseClassList &bcd) override
 Update the list of sub classes to the one passed.
const MemberNameInfoLinkedMapmemberNameInfoLinkedMap () const override
 Returns a dictionary of all members.
Protection protection () const override
 Return the protection level (Public,Protected,Private) in which this compound was found.
bool isLinkableInProject () const override
bool isLinkable () const override
bool isVisibleInHierarchy () const override
bool visibleInParentsDeclList () const override
 show this class in the declaration section of its parent?
const ArgumentListtemplateArguments () const override
 Returns the template arguments of this class.
FileDefgetFileDef () const override
 Returns the file in which this compound's definition can be found.
ModuleDefgetModuleDef () const override
 Returns the C++20 module in which this compound's definition can be found.
const MemberDefgetMemberByName (const DString &) const override
 Returns the member with the given name.
int isBaseClass (const ClassDef *bcd, bool followInstances, const DString &templSpec) const override
 Returns true iff bcd is a direct or indirect base class of this class.
bool isSubClass (ClassDef *bcd, int level=0) const override
 Returns true iff bcd is a direct or indirect sub class of this class.
bool isAccessibleMember (const MemberDef *md) const override
 returns true iff md is a member of this class or of the the public/protected members of a base class
const TemplateInstanceListgetTemplateInstances () const override
 Returns a sorted dictionary with all template instances found for this template class.
const ClassDeftemplateMaster () const override
 Returns the template master of which this class is an instance.
bool isTemplate () const override
 Returns true if this class is a template.
const IncludeInfoincludeInfo () const override
const UsesClassListusedImplementationClasses () const override
const UsesClassListusedByImplementationClasses () const override
const ConstraintClassListtemplateTypeConstraints () const override
bool isTemplateArgument () const override
const DefinitionfindInnerCompound (const DString &name) const override
ArgumentLists getTemplateParameterLists () const override
 Returns the template parameter lists that form the template declaration of this class.
DString qualifiedNameWithTemplateParameters (const ArgumentLists *actualParams=nullptr, uint32_t *actualParamIndex=nullptr) const override
bool isAbstract () const override
 Returns true if there is at least one pure virtual member in this class.
bool isObjectiveC () const override
 Returns true if this class is implemented in Objective-C.
bool isFortran () const override
 Returns true if this class is implemented in Fortran.
bool isCSharp () const override
 Returns true if this class is implemented in C#.
bool isFinal () const override
 Returns true if this class is marked as final.
bool isSealed () const override
 Returns true if this class is marked as sealed.
bool isPublished () const override
 Returns true if this class is marked as published.
bool isExtension () const override
 Returns true if this class represents an Objective-C 2.0 extension (nameless category).
bool isForwardDeclared () const override
 Returns true if this class represents a forward declaration of a template class.
bool isInterface () const override
 Returns true if this class represents an interface.
ClassDefcategoryOf () const override
 Returns the class of which this is a category (Objective-C only).
DString className () const override
 Returns the name of the class including outer classes, but not including namespaces.
MemberListgetMemberList (MemberListType lt) const override
 Returns the members in the list identified by lt.
const MemberListsgetMemberLists () const override
 Returns the list containing the list of members sorted per type.
const MemberGroupListgetMemberGroups () const override
 Returns the member groups defined for this class.
const TemplateNameMapgetTemplateBaseClassNames () const override
bool isUsedOnly () const override
DString anchor () const override
bool isEmbeddedInOuterScope () const override
bool isSimple () const override
const ClassDeftagLessReference () const override
const MemberDefisSmartPointer () const override
bool isJavaEnum () const override
DString title () const override
DString generatedFromFiles () const override
const FileListusedFiles () const override
const ArgumentListtypeConstraints () const override
const ExampleListgetExamples () const override
bool hasExamples () const override
DString getMemberListFileName () const override
bool subGrouping () const override
bool isSliceLocal () const override
bool hasNonReferenceSuperClass () const override
DString requiresClause () const override
StringVector getQualifiers () const override
bool containsOverload (const MemberDef *md) const override
bool isImplicitTemplateInstance () const override
ClassDefinsertTemplateInstance (const DString &fileName, int startLine, size_t startColumn, const DString &templSpec, bool &freshInstance) override
void insertBaseClass (ClassDef *, const DString &name, Protection p, Specifier s, const DString &t=DString()) override
void insertSubClass (ClassDef *, Protection p, Specifier s, const DString &t=DString()) override
void insertExplicitTemplateInstance (ClassDef *instance, const DString &spec) override
void setIncludeFile (FileDef *fd, const DString &incName, bool local, bool force) override
void insertMember (MemberDef *) override
void insertUsedFile (const FileDef *) override
bool addExample (const DString &anchor, const DString &name, const DString &file) override
void mergeCategory (ClassDef *category) override
void setFileDef (FileDef *fd) override
void setModuleDef (ModuleDef *mod) override
void setSubGrouping (bool enabled) override
void setProtection (Protection p) override
void setGroupDefForAllMembers (GroupDef *g, Grouping::GroupPri_t pri, const DString &fileName, int startLine, bool hasDocs) override
void addInnerCompound (Definition *d) override
void addUsedClass (ClassDef *cd, const DString &accessName, Protection prot) override
void addUsedByClass (ClassDef *cd, const DString &accessName, Protection prot) override
void setIsStatic (bool b) override
void setCompoundType (CompoundType t) override
void setClassName (const DString &name) override
void setClassSpecifier (TypeSpecifier spec) override
void addQualifiers (const StringVector &qualifiers) override
void setTemplateArguments (const ArgumentList &al) override
void setTemplateBaseClassNames (const TemplateNameMap &templateNames) override
void setTemplateMaster (const ClassDef *tm) override
void setImplicitTemplateInstance (bool b) override
void setTypeConstraints (const ArgumentList &al) override
void addMemberToTemplateInstance (const MemberDef *md, const ArgumentList &templateArguments, const DString &templSpec) override
void addMembersToTemplateInstance (const ClassDef *cd, const ArgumentList &templateArguments, const DString &templSpec) override
void makeTemplateArgument (bool b=true) override
void setCategoryOf (ClassDef *cd) override
void setUsedOnly (bool b) override
void setTagLessReference (const ClassDef *cd) override
void setMetaData (const DString &md) override
void findSectionsInDocumentation () override
void addMembersToMemberGroup () override
void addListReferences () override
void addRequirementReferences () override
void addTypeConstraints () override
void computeAnchors () override
void mergeMembers () override
void sortMemberLists () override
void distributeMemberGroupDocumentation () override
void writeDocumentation (OutputList &ol) const override
void writeDocumentationForInnerClasses (OutputList &ol) const override
void writeMemberPages (OutputList &ol) const override
void writeMemberList (OutputList &ol) const override
void writeQuickMemberLinks (OutputList &ol, const MemberDef *md) const override
void writePageNavigation (OutputList &ol) const override
void writeSummaryLinks (OutputList &ol) const override
void reclassifyMember (MemberDefMutable *md, MemberType t) override
void writeInlineDocumentation (OutputList &ol) const override
 Write class documentation inside another container (i.e. a group).
void writeDeclarationLink (OutputList &ol, bool &found, const DString &header, bool localNames) const override
void removeMemberFromLists (MemberDef *md) override
void setAnonymousEnumType () override
void countMembers () override
void sortAllMembersList () override
void addGroupedInheritedMembers (OutputList &ol, MemberListType lt, const ClassDef *inheritedFrom, const DString &inheritId) const override
void writeTagFile (TextStream &) const override
int countMembersIncludingGrouped (MemberListType lt, const ClassDef *inheritedFrom, bool additional) const override
int countMemberDeclarations (MemberListType lt, const ClassDef *inheritedFrom, MemberListType lt2, bool invert, bool showAlways, ClassDefSet &visitedClasses) const override
void writeMemberDeclarations (OutputList &ol, ClassDefSet &visitedClasses, MemberListType lt, const DString &title, const DString &subTitle=DString(), bool showInline=false, const ClassDef *inheritedFrom=nullptr, MemberListType lt2=MemberListType::Invalid(), bool invert=false, bool showAlways=false) const override
void setRequiresClause (const DString &req) override
void setPrimaryConstructorParams (const ArgumentList &list) override
CLASS_GRAPH_t hasInheritanceGraph () const override
void overrideInheritanceGraph (CLASS_GRAPH_t e) override
bool hasCollaborationGraph () const override
void overrideCollaborationGraph (bool e) override
Public Member Functions inherited from DefinitionMixin< ClassDefMutable >
 DefinitionMixin (const DString &defFileName, int defLine, size_t defColumn, const DString &name, const char *b=nullptr, const char *d=nullptr, bool isSymbol=true)
DefinitionMixinoperator= (const DefinitionMixin &other)
 ~DefinitionMixin () override=default
bool isAlias () const override
const DStringname () const override
bool isAnonymous () const override
const DStringlocalName () const override
DString qualifiedName () const override
DString symbolName () const override
DString getSourceFileBase () const override
DString getSourceAnchor () const override
DString documentation () const override
int docLine () const override
DString docFile () const override
DString briefDescription (bool abbreviate=false) const override
DString briefDescriptionAsTooltip () const override
int briefLine () const override
DString inbodyDocumentation () const override
DString inbodyFile () const override
int inbodyLine () const override
DString briefFile () const override
DString getDefFileName () const override
DString getDefFileExtension () const override
int getDefLine () const override
size_t getDefColumn () const override
bool hasDocumentation () const override
bool hasUserDocumentation () const override
bool isVisibleInProject () const override
bool isVisible () const override
bool isHidden () const override
bool isArtificial () const override
bool isExported () const override
DString getReference () const override
bool isReference () const override
DString externalReference (const DString &relPath) const override
int getStartDefLine () const override
int getStartBodyLine () const override
int getEndBodyLine () const override
const FileDefgetBodyDef () const override
SrcLangExt getLanguage () const override
const GroupListpartOfGroups () const override
bool isLinkableViaGroup () const override
const RefItemVectorxrefListItems () const override
const RequirementRefsrequirementReferences () const override
const DefinitionfindInnerCompound (const DString &name) const override
DefinitiongetOuterScope () const override
const MemberVectorgetReferencesMembers () const override
const MemberVectorgetReferencedByMembers () const override
bool hasSections () const override
bool hasSources () const override
bool hasBriefDescription () const override
DString id () const override
const SectionRefsgetSectionRefs () const override
void setName (const DString &name) override
void setId (const DString &name) override
void setDefFile (const DString &df, int defLine, size_t defColumn) override
void setDocumentation (const DString &doc, const DString &docFile, int docLine, bool stripWhiteSpace=true) override
void setBriefDescription (const DString &brief, const DString &briefFile, int briefLine) override
void setInbodyDocumentation (const DString &doc, const DString &docFile, int docLine) override
void setReference (const DString &r) override
void addSectionsToDefinition (const std::vector< const SectionInfo * > &anchorList) override
void setBodySegment (int defLine, int bls, int ble) override
void setBodyDef (const FileDef *fd) override
void addSourceReferencedBy (MemberDef *md, const DString &sourceRefName) override
void addSourceReferences (MemberDef *md, const DString &sourceRefName) override
void setRefItems (const RefItemVector &sli) override
void setRequirementReferences (const RequirementRefs &rqli) override
void mergeRefItems (Definition *def) override
void mergeReferences (const Definition *other) override
void mergeReferencedBy (const Definition *other) override
void addInnerCompound (Definition *def) override
void setOuterScope (Definition *def) override
void setHidden (bool b) override
void setArtificial (bool b) override
void setExported (bool b) override
void setLanguage (SrcLangExt lang) override
void writeSourceDef (OutputList &ol) const override
void writeInlineCode (OutputList &ol, const DString &scopeName) const override
bool hasSourceRefs () const override
bool hasSourceReffedBy () const override
void writeSourceRefs (OutputList &ol, const DString &scopeName) const override
void writeSourceReffedBy (OutputList &ol, const DString &scopeName) const override
bool hasRequirementRefs () const override
void writeRequirementRefs (OutputList &ol) const override
void makePartOfGroup (GroupDef *gd) override
void writeNavigationPath (OutputList &ol) const override
DString navigationPathAsString () const override
void writeQuickMemberLinks (OutputList &ol, const MemberDef *md) const override
void writeSummaryLinks (OutputList &ol) const override
void writePageNavigation (OutputList &ol) const override
DString pathFragment () const override
void writeDocAnchorsToTagFile (TextStream &fs) const override
void setLocalName (const DString &name) override
void writeToc (OutputList &ol, const LocalToc &lt) const override
void computeTooltip () override
void _setSymbolName (const DString &name) override
DString _symbolName () const override

Private Member Functions

int countInheritedByNodes () const
int countInheritsNodes () const
int countInheritanceNodes () const
void addUsedInterfaceClasses (MemberDef *md, const DString &typeStr)
void showUsedFiles (OutputList &ol) const
void writeDocumentationContents (OutputList &ol, const DString &pageTitle) const
void internalInsertMember (MemberDef *md, Protection prot, bool addToAllList)
void addMemberToList (MemberListType lt, MemberDef *md, bool isBrief)
void writeInheritedMemberDeclarations (OutputList &ol, ClassDefSet &visitedClasses, MemberListType lt, MemberListType lt2, const DString &title, const ClassDef *inheritedFrom, bool invert, bool showAlways) const
void writeMemberDocumentation (OutputList &ol, MemberListType lt, const DString &title, bool showInline=false) const
void writeSimpleMemberDocumentation (OutputList &ol, MemberListType lt) const
void writePlainMemberDeclaration (OutputList &ol, MemberListType lt, bool inGroup, int indentLevel, const ClassDef *inheritedFrom, const DString &inheritId) const
void writeBriefDescription (OutputList &ol, bool exampleFlag) const
void writeDetailedDescription (OutputList &ol, const DString &pageType, bool exampleFlag, const DString &title, const DString &anchor=DString()) const
void writeIncludeFiles (OutputList &ol) const
void writeIncludeFilesForSlice (OutputList &ol) const
void writeInheritanceGraph (OutputList &ol) const
void writeCollaborationGraph (OutputList &ol) const
void writeMemberGroups (OutputList &ol, bool showInline=false) const
void writeNestedClasses (OutputList &ol, const DString &title) const
void writeInlineClasses (OutputList &ol) const
void startMemberDeclarations (OutputList &ol) const
void endMemberDeclarations (OutputList &ol) const
void startMemberDocumentation (OutputList &ol) const
void endMemberDocumentation (OutputList &ol) const
void writeAuthorSection (OutputList &ol) const
void writeMoreLink (OutputList &ol, const DString &anchor) const
void writeDetailedDocumentationBody (OutputList &ol) const
int countAdditionalInheritedMembers () const
void writeAdditionalInheritedMembers (OutputList &ol) const
void addClassAttributes (OutputList &ol) const
int countInheritedDecMembers (MemberListType lt, const ClassDef *inheritedFrom, bool invert, bool showAlways, ClassDefSet &visitedClasses) const
void getTitleForMemberListType (MemberListType type, DString &title, DString &subtitle) const
void addTypeConstraint (const DString &typeConstraint, const DString &type)
void writeTemplateSpec (OutputList &ol, const Definition *d, const DString &type, SrcLangExt lang) const
void mergeMembersFromBaseClasses (bool mergeVirtualBaseClass)
void hideDerivedVariablesInPython (ClassDefMutable *cls)

Private Attributes

DString m_fileName
DString m_memberListFileName
DString m_collabFileName
DString m_inheritFileName
std::unique_ptr< IncludeInfom_incInfo
BaseClassList m_inherits
BaseClassList m_inheritedBy
FileDefm_fileDef = nullptr
ModuleDefm_moduleDef = nullptr
MemberNameInfoLinkedMap m_allMemberNameInfoLinkedMap
ArgumentList m_tempArgs
ArgumentList m_typeConstraints
FileList m_files
ExampleList m_examples
ClassDef::CompoundType m_compType
Protection m_prot
ClassLinkedRefMap m_innerClasses
UsesClassList m_usesImplClassList
UsesClassList m_usedByImplClassList
ConstraintClassList m_constraintClassList
TemplateInstanceList m_templateInstances
TemplateNameMap m_templBaseClassNames
const ClassDefm_templateMaster = nullptr
DString m_className
ClassDefm_categoryOf = nullptr
MemberLists m_memberLists
MemberGroupList m_memberGroups
bool m_isAbstract = false
bool m_isStatic = false
bool m_membersMerged = false
bool m_isLocal = false
bool m_isTemplArg = false
bool m_subGrouping = false
bool m_usedOnly = false
 Reason of existence is a "use" relation.
StringSet m_vhdlSummaryTitles
 List of titles to use for the summary.
bool m_isSimple = false
 Is this a simple (non-nested) C structure?
const MemberDefm_arrowOperator = nullptr
 Does this class overloaded the -> operator?
const ClassDefm_tagLessRef = nullptr
bool m_isJavaEnum = false
 Does this class represent a Java style enum?
TypeSpecifier m_spec
DString m_metaData
DString m_requiresClause
 C++20 requires clause.
StringVector m_qualifiers
bool m_hasCollaborationGraph = false
CLASS_GRAPH_t m_typeInheritanceGraph = CLASS_GRAPH_t::NO
bool m_implicitTemplateInstance = false
ArgumentList m_primaryConstructorParams

Additional Inherited Members

Public Types inherited from ClassDef
enum  CompoundType {
  Class , Struct , Union , Interface ,
  Protocol , Category , Exception , Service ,
  Singleton
}
 The various compound types. More...
Public Types inherited from Definition
enum  DefType {
  TypeClass = 0 , TypeFile = 1 , TypeNamespace = 2 , TypeModule = 3 ,
  TypeMember = 4 , TypeGroup = 5 , TypePackage = 6 , TypePage = 7 ,
  TypeDir = 8 , TypeConcept = 9
}

Detailed Description

Implementation of the ClassDef interface.

Definition at line 200 of file classdef.cpp.

Constructor & Destructor Documentation

◆ ClassDefImpl()

ClassDefImpl::ClassDefImpl ( const DString & fileName,
int startLine,
size_t startColumn,
const DString & name,
CompoundType ct,
const DString & ref = DString(),
const DString & fName = DString(),
bool isSymbol = true,
bool isJavaEnum = false )

Definition at line 815 of file classdef.cpp.

820 : DefinitionMixin(defFileName,defLine,defColumn,removeRedundantWhiteSpace(nm),nullptr,nullptr,isSymbol)
821{
822 AUTO_TRACE("name={}",name());
823 setReference(lref);
824 m_compType = ct;
826 DString compTypeString = getCompoundTypeString(getLanguage(),ct,isJavaEnum);
827 if (!fName.empty())
828 {
830 }
831 else
832 {
833 m_fileName=compTypeString+name();
834 }
835 m_prot=Protection::Public;
836 //nspace=nullptr;
837 m_fileDef=nullptr;
838 m_moduleDef=nullptr;
839 m_subGrouping=Config_getBool(SUBGROUPING);
840 m_templateMaster =nullptr;
841 m_isAbstract = false;
842 m_isStatic = false;
843 m_isTemplArg = false;
844 m_membersMerged = false;
845 m_categoryOf = nullptr;
846 m_usedOnly = false;
847 m_isSimple = Config_getBool(INLINE_SIMPLE_STRUCTS);
848 m_arrowOperator = nullptr;
849 m_tagLessRef = nullptr;
850 m_spec=TypeSpecifier();
851 //DString ns;
852 //extractNamespaceName(name,className,ns);
853 //printf("m_name=%s m_className=%s ns=%s\n",qPrint(m_name),qPrint(m_className),qPrint(ns));
854
855 // we cannot use getLanguage at this point, as setLanguage has not been called.
856 SrcLangExt lang = getLanguageFromFileName(defFileName);
857 if ((lang==SrcLangExt::Cpp || lang==SrcLangExt::ObjC) && EntryType::guessSection(defFileName).isSource())
858 {
859 m_isLocal=true;
860 }
861 else
862 {
863 m_isLocal=false;
864 }
865 m_hasCollaborationGraph = Config_getBool(COLLABORATION_GRAPH);
867 m_memberListFileName = convertNameToFile(compTypeString+name()+"-members");
870 if (lref.empty())
871 {
873 }
874 AUTO_TRACE_EXIT("m_fileName='{}'",m_fileName);
875}
const MemberDef * m_arrowOperator
Does this class overloaded the -> operator?
Definition classdef.cpp:553
TypeSpecifier m_spec
Definition classdef.cpp:560
DString m_fileName
Definition classdef.cpp:429
ClassDef * m_categoryOf
Definition classdef.cpp:516
const ClassDef * m_tagLessRef
Definition classdef.cpp:555
Protection m_prot
Definition classdef.cpp:487
const ClassDef * m_templateMaster
Definition classdef.cpp:508
bool m_membersMerged
Definition classdef.cpp:530
bool m_isJavaEnum
Does this class represent a Java style enum?
Definition classdef.cpp:558
ModuleDef * m_moduleDef
Definition classdef.cpp:463
bool isJavaEnum() const override
DString m_inheritFileName
Definition classdef.cpp:438
bool m_isSimple
Is this a simple (non-nested) C structure?
Definition classdef.cpp:550
CLASS_GRAPH_t m_typeInheritanceGraph
Definition classdef.cpp:570
DString m_memberListFileName
Definition classdef.cpp:432
bool m_isAbstract
Definition classdef.cpp:524
FileDef * m_fileDef
Definition classdef.cpp:460
ClassDef::CompoundType m_compType
Definition classdef.cpp:481
bool m_hasCollaborationGraph
Definition classdef.cpp:569
bool m_isTemplArg
Definition classdef.cpp:535
bool m_usedOnly
Reason of existence is a "use" relation.
Definition classdef.cpp:544
bool m_subGrouping
Definition classdef.cpp:541
DString m_collabFileName
Definition classdef.cpp:435
bool empty() const
Returns true iff the string is empty (std::string compatible alias for isEmpty()).
Definition dstring.h:148
const DString & name() const override
void setReference(const DString &r) override
DefinitionMixin(const DString &defFileName, int defLine, size_t defColumn, const DString &name, const char *b=nullptr, const char *d=nullptr, bool isSymbol=true)
SrcLangExt getLanguage() const override
static EntryType guessSection(const DString &name)
Definition types.cpp:22
static DString getCompoundTypeString(SrcLangExt lang, ClassDef::CompoundType compType, bool isJavaEnum)
Definition classdef.cpp:162
#define Config_getBool(name)
Definition config.h:33
#define Config_getEnum(name)
Definition config.h:35
#define AUTO_TRACE(...)
Definition docnode.cpp:53
#define AUTO_TRACE_EXIT(...)
Definition docnode.cpp:55
SrcLangExt
Definition types.h:207
DString stripExtension(const DString &fName)
Definition util.cpp:3955
DString removeRedundantWhiteSpace(const DString &s)
Definition util.cpp:426
DString convertNameToFile(const DString &name, bool allowDots, bool allowUnderscore)
Definition util.cpp:2863
SrcLangExt getLanguageFromFileName(const DString &fileName, SrcLangExt defLang)
Definition util.cpp:4168

References AUTO_TRACE, AUTO_TRACE_EXIT, Config_getBool, Config_getEnum, convertNameToFile(), DefinitionMixin< ClassDefMutable >::DefinitionMixin(), DString::empty(), getCompoundTypeString(), DefinitionMixin< ClassDefMutable >::getLanguage(), getLanguageFromFileName(), EntryType::guessSection(), isJavaEnum(), m_arrowOperator, m_categoryOf, m_collabFileName, m_compType, m_fileDef, m_fileName, m_hasCollaborationGraph, m_inheritFileName, m_isAbstract, m_isJavaEnum, m_isLocal, m_isSimple, m_isStatic, m_isTemplArg, m_memberListFileName, m_membersMerged, m_moduleDef, m_prot, m_spec, m_subGrouping, m_tagLessRef, m_templateMaster, m_typeInheritanceGraph, m_usedOnly, DefinitionMixin< ClassDefMutable >::name(), removeRedundantWhiteSpace(), DefinitionMixin< ClassDefMutable >::setReference(), and stripExtension().

Referenced by addTypeConstraint(), and insertTemplateInstance().

Member Function Documentation

◆ addClassAttributes()

void ClassDefImpl::addClassAttributes ( OutputList & ol) const
private

Definition at line 2739 of file classdef.cpp.

2740{
2741 StringVector sl;
2742 if (isFinal()) sl.emplace_back("final");
2743 if (isSealed()) sl.emplace_back("sealed");
2744 if (isAbstract()) sl.emplace_back("abstract");
2745 if (isExported()) sl.emplace_back("export");
2746 if (getLanguage()==SrcLangExt::IDL && isPublished()) sl.emplace_back("published");
2747
2748 for (const auto &sx : m_qualifiers)
2749 {
2750 bool alreadyAdded = std::find(sl.begin(), sl.end(), sx) != sl.end();
2751 if (!alreadyAdded)
2752 {
2753 sl.push_back(sx);
2754 }
2755 }
2756
2757 ol.pushGeneratorState();
2759 if (!sl.empty())
2760 {
2761 ol.startLabels();
2762 size_t i=0;
2763 for (const auto &s : sl)
2764 {
2765 i++;
2766 ol.writeLabel(s,i==sl.size());
2767 }
2768 ol.endLabels();
2769 }
2770 ol.popGeneratorState();
2771}
bool isFinal() const override
Returns true if this class is marked as final.
bool isPublished() const override
Returns true if this class is marked as published.
StringVector m_qualifiers
Definition classdef.cpp:567
bool isAbstract() const override
Returns true if there is at least one pure virtual member in this class.
bool isSealed() const override
Returns true if this class is marked as sealed.
void pushGeneratorState()
void disableAllBut(OutputType o)
void popGeneratorState()
void writeLabel(const DString &l, bool isLast)
Definition outputlist.h:736
void endLabels()
Definition outputlist.h:738
void startLabels()
Definition outputlist.h:734
std::vector< std::string > StringVector
Definition containers.h:33

References OutputList::disableAllBut(), OutputList::endLabels(), DefinitionMixin< ClassDefMutable >::getLanguage(), Html, isAbstract(), DefinitionMixin< ClassDefMutable >::isExported(), isFinal(), isPublished(), isSealed(), m_qualifiers, OutputList::popGeneratorState(), OutputList::pushGeneratorState(), OutputList::startLabels(), and OutputList::writeLabel().

Referenced by writeDocumentation().

◆ addExample()

bool ClassDefImpl::addExample ( const DString & anchor,
const DString & name,
const DString & file )
overridevirtual

Implements ClassDefMutable.

Definition at line 3431 of file classdef.cpp.

3432{
3433 return m_examples.inSort(Example(anchor,nameStr,file));
3434}
ExampleList m_examples
Definition classdef.cpp:478
DString anchor() const override
bool inSort(const Example &ex)
Definition example.h:39

References anchor(), ExampleList::inSort(), and m_examples.

◆ addGroupedInheritedMembers()

void ClassDefImpl::addGroupedInheritedMembers ( OutputList & ol,
MemberListType lt,
const ClassDef * inheritedFrom,
const DString & inheritId ) const
overridevirtual

Implements ClassDef.

Definition at line 4938 of file classdef.cpp.

4940{
4941 //printf("** %s::addGroupedInheritedMembers() inheritId=%s\n",qPrint(name()),qPrint(inheritId));
4942 for (const auto &mg : m_memberGroups)
4943 {
4944 if (!mg->allMembersInSameSection() || !m_subGrouping) // group is in its own section
4945 {
4946 mg->addGroupedInheritedMembers(ol,this,lt,inheritedFrom,inheritId);
4947 }
4948 }
4949}
MemberGroupList m_memberGroups
Definition classdef.cpp:521

References m_memberGroups, and m_subGrouping.

◆ addInnerCompound()

void ClassDefImpl::addInnerCompound ( Definition * d)
overridevirtual

Implements DefinitionMutable.

Definition at line 4321 of file classdef.cpp.

4322{
4323 //printf("**** %s::addInnerCompound(%s)\n",qPrint(name()),qPrint(d->name()));
4324 if (d->definitionType()==Definition::TypeClass) // only classes can be
4325 // nested in classes.
4326 {
4328 }
4329}
ClassLinkedRefMap m_innerClasses
Definition classdef.cpp:492
virtual DefType definitionType() const =0
virtual const DString & localName() const =0
bool add(const char *k, T *obj)
Definition linkedmap.h:284
ClassDef * toClassDef(Definition *d)

References LinkedRefMap< T, Hash, KeyEqual, Map >::add(), Definition::definitionType(), Definition::localName(), m_innerClasses, toClassDef(), and Definition::TypeClass.

◆ addListReferences()

void ClassDefImpl::addListReferences ( )
overridevirtual

Implements ClassDefMutable.

Definition at line 4529 of file classdef.cpp.

4530{
4531 if (!isLinkableInProject()) return;
4532 SrcLangExt lang = getLanguage();
4534 qualifiedName(),
4537 displayName(),
4538 DString(),
4539 this
4540 );
4541 for (const auto &mg : m_memberGroups)
4542 {
4543 mg->addListReferences(this);
4544 }
4545 for (auto &ml : m_memberLists)
4546 {
4547 if (ml->listType().isDetailed())
4548 {
4549 ml->addListReferences(this);
4550 }
4551 }
4552}
bool isLinkableInProject() const override
MemberLists m_memberLists
Definition classdef.cpp:518
DString getOutputFileBase() const override
DString displayName(bool includeScope=true) const override
CompoundType compoundType() const override
Returns the type of compound this is, i.e. class/struct/union/...
DString qualifiedName() const override
const RefItemVector & xrefListItems() const override
virtual DString trCompoundType(ClassDef::CompoundType compType, SrcLangExt lang)=0
Translator * theTranslator
Definition language.cpp:76
void addRefItem(const RefItemVector &sli, const DString &key, const DString &prefix, const DString &name, const DString &title, const DString &args, const Definition *scope)
Definition reflist.h:134

References addRefItem(), compoundType(), displayName(), DefinitionMixin< ClassDefMutable >::getLanguage(), getOutputFileBase(), isLinkableInProject(), m_memberGroups, m_memberLists, DefinitionMixin< ClassDefMutable >::qualifiedName(), theTranslator, Translator::trCompoundType(), and DefinitionMixin< ClassDefMutable >::xrefListItems().

◆ addMembersToMemberGroup()

void ClassDefImpl::addMembersToMemberGroup ( )
overridevirtual

Implements ClassDefMutable.

Definition at line 1032 of file classdef.cpp.

1033{
1034 for (auto &ml : m_memberLists)
1035 {
1036 if (!ml->listType().isDetailed())
1037 {
1039 }
1040 }
1041
1042 // add members inside sections to their groups
1043 for (const auto &mg : m_memberGroups)
1044 {
1045 if (mg->allMembersInSameSection() && m_subGrouping)
1046 {
1047 //printf("addToDeclarationSection(%s)\n",qPrint(mg->header()));
1048 mg->addToDeclarationSection();
1049 }
1050 }
1051}
void addMembersToMemberGroup() override

References addMembersToMemberGroup(), m_memberGroups, m_memberLists, and m_subGrouping.

Referenced by addMembersToMemberGroup().

◆ addMembersToTemplateInstance()

void ClassDefImpl::addMembersToTemplateInstance ( const ClassDef * cd,
const ArgumentList & templateArguments,
const DString & templSpec )
overridevirtual

Implements ClassDefMutable.

Definition at line 4441 of file classdef.cpp.

4442{
4443 AUTO_TRACE("this={} cd={} templSpec={}",name(),cd->name(),templSpec);
4444 //printf("%s::addMembersToTemplateInstance(%s,%s)\n",qPrint(name()),qPrint(cd->name()),templSpec);
4445 for (const auto &mni : cd->memberNameInfoLinkedMap())
4446 {
4447 for (const auto &mi : *mni)
4448 {
4449 const MemberDef *md = mi->memberDef();
4450 if (m_allMemberNameInfoLinkedMap.find(md->name())==nullptr) // only insert the member if not hidden by one with the same name (#11541)
4451 {
4453 }
4454 }
4455 }
4456 // also instantiate members for nested classes
4457 for (const auto &innerCd : cd->getClasses())
4458 {
4459 ClassDefMutable *ncd = toClassDefMutable(m_innerClasses.find(innerCd->localName()));
4460 if (ncd)
4461 {
4462 ncd->addMembersToTemplateInstance(innerCd,cd->templateArguments(),templSpec);
4463 }
4464 }
4465}
virtual const ArgumentList & templateArguments() const =0
Returns the template arguments of this class.
virtual const MemberNameInfoLinkedMap & memberNameInfoLinkedMap() const =0
Returns a dictionary of all members.
virtual ClassLinkedRefMap getClasses() const =0
returns the classes nested into this class
const ArgumentList & templateArguments() const override
Returns the template arguments of this class.
void addMemberToTemplateInstance(const MemberDef *md, const ArgumentList &templateArguments, const DString &templSpec) override
MemberNameInfoLinkedMap m_allMemberNameInfoLinkedMap
Definition classdef.cpp:466
virtual void addMembersToTemplateInstance(const ClassDef *cd, const ArgumentList &templateArguments, const DString &templSpec)=0
virtual const DString & name() const =0
const T * find(const std::string &key) const
Definition linkedmap.h:47
const T * find(const std::string &key) const
Definition linkedmap.h:243
ClassDefMutable * toClassDefMutable(Definition *d)

References ClassDefMutable::addMembersToTemplateInstance(), addMemberToTemplateInstance(), AUTO_TRACE, LinkedMap< T, Hash, KeyEqual, Map >::find(), LinkedRefMap< T, Hash, KeyEqual, Map >::find(), ClassDef::getClasses(), m_allMemberNameInfoLinkedMap, m_innerClasses, ClassDef::memberNameInfoLinkedMap(), Definition::name(), DefinitionMixin< ClassDefMutable >::name(), ClassDef::templateArguments(), templateArguments(), and toClassDefMutable().

◆ addMemberToList()

void ClassDefImpl::addMemberToList ( MemberListType lt,
MemberDef * md,
bool isBrief )
private

Definition at line 4613 of file classdef.cpp.

4614{
4615 AUTO_TRACE("{} md={} lt={} isBrief={}",name(),md->name(),lt,isBrief);
4616 bool sortBriefDocs = Config_getBool(SORT_BRIEF_DOCS);
4617 bool sortMemberDocs = Config_getBool(SORT_MEMBER_DOCS);
4618 const auto &ml = m_memberLists.get(lt,MemberListContainer::Class);
4619 ml->setNeedsSorting((isBrief && sortBriefDocs) || (!isBrief && sortMemberDocs));
4620 ml->push_back(md);
4621
4622 // for members in the declaration lists we set the section, needed for member grouping
4623 if (!ml->listType().isDetailed())
4624 {
4625 MemberDefMutable *mdm = toMemberDefMutable(md);
4626 if (mdm)
4627 {
4628 mdm->setSectionList(this,ml.get());
4629 }
4630 }
4631}
virtual void setSectionList(const Definition *container, const MemberList *sl)=0
const std::unique_ptr< MemberList > & get(MemberListType lt, MemberListContainer con)
Definition memberlist.h:192
MemberDefMutable * toMemberDefMutable(Definition *d)

References AUTO_TRACE, Class, Config_getBool, MemberLists::get(), m_memberLists, Definition::name(), DefinitionMixin< ClassDefMutable >::name(), MemberDefMutable::setSectionList(), and toMemberDefMutable().

Referenced by internalInsertMember().

◆ addMemberToTemplateInstance()

void ClassDefImpl::addMemberToTemplateInstance ( const MemberDef * md,
const ArgumentList & templateArguments,
const DString & templSpec )
overridevirtual

Implements ClassDefMutable.

Definition at line 4415 of file classdef.cpp.

4418{
4419 AUTO_TRACE("this={} md={}",name(),md->name());
4420 auto actualArguments_p = stringToArgumentList(getLanguage(),templSpec);
4421 auto imd = md->createTemplateInstanceMember(templateArguments,actualArguments_p);
4422 auto mmd = toMemberDefMutable(imd.get());
4423 mmd->setMemberClass(this);
4424 mmd->setTemplateMaster(md);
4425 mmd->setDocumentation(md->documentation(),md->docFile(),md->docLine());
4426 mmd->setBriefDescription(md->briefDescription(),md->briefFile(),md->briefLine());
4427 mmd->setInbodyDocumentation(md->inbodyDocumentation(),md->inbodyFile(),md->inbodyLine());
4428 mmd->setMemberSpecifiers(md->getMemberSpecifiers());
4429 mmd->setMemberGroupId(md->getMemberGroupId());
4430 mmd->setArtificial(true);
4431 insertMember(imd.get());
4432 //printf("Adding member=%s %s%s to class %s templSpec %s\n",
4433 // imd->typeString(),qPrint(imd->name()),imd->argsString(),
4434 // qPrint(imd->getClassDef()->name()),templSpec);
4435 // insert imd in the list of all members
4436 //printf("Adding member=%s class=%s\n",qPrint(imd->name()),qPrint(name()));
4437 MemberName *mn = Doxygen::memberNameLinkedMap->add(imd->name());
4438 mn->push_back(std::move(imd));
4439}
void insertMember(MemberDef *) override
virtual DString briefDescription(bool abbreviate=false) const =0
virtual DString inbodyFile() const =0
virtual DString briefFile() const =0
virtual int docLine() const =0
virtual DString documentation() const =0
virtual DString inbodyDocumentation() const =0
virtual int inbodyLine() const =0
virtual int briefLine() const =0
virtual DString docFile() const =0
static MemberNameLinkedMap * memberNameLinkedMap
Definition doxygen.h:104
T * add(const char *k, Args &&... args)
Definition linkedmap.h:90
virtual int getMemberGroupId() const =0
virtual std::unique_ptr< MemberDef > createTemplateInstanceMember(const ArgumentList &formalArgs, const std::unique_ptr< ArgumentList > &actualArgs) const =0
virtual TypeSpecifier getMemberSpecifiers() const =0
void push_back(Ptr &&p)
Definition membername.h:52
std::unique_ptr< ArgumentList > stringToArgumentList(SrcLangExt lang, const DString &argsString, DString *extraTypeChars=nullptr)
Definition defargs.l:821

References LinkedMap< T, Hash, KeyEqual, Map >::add(), AUTO_TRACE, Definition::briefDescription(), Definition::briefFile(), Definition::briefLine(), MemberDef::createTemplateInstanceMember(), Definition::docFile(), Definition::docLine(), Definition::documentation(), DefinitionMixin< ClassDefMutable >::getLanguage(), MemberDef::getMemberGroupId(), MemberDef::getMemberSpecifiers(), Definition::inbodyDocumentation(), Definition::inbodyFile(), Definition::inbodyLine(), insertMember(), Doxygen::memberNameLinkedMap, Definition::name(), DefinitionMixin< ClassDefMutable >::name(), MemberName::push_back(), stringToArgumentList(), templateArguments(), and toMemberDefMutable().

Referenced by addMembersToTemplateInstance().

◆ addQualifiers()

void ClassDefImpl::addQualifiers ( const StringVector & qualifiers)
overridevirtual

Implements ClassDefMutable.

Definition at line 5318 of file classdef.cpp.

5319{
5320 for (const auto &sx : qualifiers)
5321 {
5322 bool alreadyAdded = std::find(m_qualifiers.begin(), m_qualifiers.end(), sx) != m_qualifiers.end();
5323 if (!alreadyAdded)
5324 {
5325 m_qualifiers.push_back(sx);
5326 }
5327 }
5328}

References m_qualifiers.

◆ addRequirementReferences()

void ClassDefImpl::addRequirementReferences ( )
overridevirtual

Implements ClassDefMutable.

Definition at line 4554 of file classdef.cpp.

4555{
4556 if (!isLinkableInProject()) return;
4558 for (const auto &mg : m_memberGroups)
4559 {
4560 mg->addRequirementReferences(this);
4561 }
4562 for (auto &ml : m_memberLists)
4563 {
4564 if (ml->listType().isDetailed())
4565 {
4566 ml->addRequirementReferences(this);
4567 }
4568 }
4569}
static RequirementManager & instance()
void addRequirementRefsForSymbol(const Definition *symbol)

References RequirementManager::addRequirementRefsForSymbol(), RequirementManager::instance(), isLinkableInProject(), m_memberGroups, and m_memberLists.

◆ addTypeConstraint()

void ClassDefImpl::addTypeConstraint ( const DString & typeConstraint,
const DString & type )
private

Definition at line 3442 of file classdef.cpp.

3443{
3444 //printf("addTypeConstraint(%s,%s)\n",qPrint(type),qPrint(typeConstraint));
3445 bool hideUndocRelation = Config_getBool(HIDE_UNDOC_RELATIONS);
3446 if (typeConstraint.empty() || type.empty()) return;
3447 SymbolResolver resolver(getFileDef());
3448 ClassDefMutable *cd = resolver.resolveClassMutable(this,typeConstraint);
3449 if (cd==nullptr && !hideUndocRelation)
3450 {
3451 cd = toClassDefMutable(
3452 Doxygen::hiddenClassLinkedMap->add(typeConstraint,
3453 std::unique_ptr<ClassDef>(
3454 new ClassDefImpl(
3456 getDefColumn(),
3457 typeConstraint,
3458 ClassDef::Class))));
3459 if (cd)
3460 {
3461 cd->setUsedOnly(true);
3462 cd->setLanguage(getLanguage());
3463 //printf("Adding undocumented constraint '%s' to class %s on type %s\n",
3464 // qPrint(typeConstraint),qPrint(name()),qPrint(type));
3465 }
3466 }
3467 if (cd)
3468 {
3469 auto it = std::find_if(m_constraintClassList.begin(),
3471 [&cd](const auto &ccd) { return ccd.classDef==cd; });
3472
3473 if (it==m_constraintClassList.end())
3474 {
3475 m_constraintClassList.emplace_back(cd);
3476 it = m_constraintClassList.end()-1;
3477 }
3478 (*it).addAccessor(type);
3479 //printf("Adding constraint '%s' to class %s on type %s\n",
3480 // qPrint(typeConstraint),qPrint(name()),qPrint(type));
3481 }
3482}
FileDef * getFileDef() const override
Returns the file in which this compound's definition can be found.
ClassDefImpl(const DString &fileName, int startLine, size_t startColumn, const DString &name, CompoundType ct, const DString &ref=DString(), const DString &fName=DString(), bool isSymbol=true, bool isJavaEnum=false)
Definition classdef.cpp:815
ConstraintClassList m_constraintClassList
Definition classdef.cpp:498
virtual void setUsedOnly(bool b)=0
size_t getDefColumn() const override
DString getDefFileName() const override
virtual void setLanguage(SrcLangExt lang)=0
static ClassLinkedMap * hiddenClassLinkedMap
Definition doxygen.h:89

References ClassDef::Class, ClassDefImpl(), Config_getBool, DString::empty(), DefinitionMixin< ClassDefMutable >::getDefColumn(), DefinitionMixin< ClassDefMutable >::getDefFileName(), DefinitionMixin< ClassDefMutable >::getDefLine(), getFileDef(), DefinitionMixin< ClassDefMutable >::getLanguage(), Doxygen::hiddenClassLinkedMap, m_constraintClassList, SymbolResolver::resolveClassMutable(), DefinitionMutable::setLanguage(), ClassDefMutable::setUsedOnly(), and toClassDefMutable().

Referenced by addTypeConstraints().

◆ addTypeConstraints()

void ClassDefImpl::addTypeConstraints ( )
overridevirtual

Implements ClassDefMutable.

Definition at line 3485 of file classdef.cpp.

3486{
3487 for (const Argument &a : m_tempArgs)
3488 {
3489 if (!a.typeConstraint.empty())
3490 {
3491 DString typeConstraint;
3492 size_t i=0,p=0;
3493 while ((i=a.typeConstraint.find('&',p))!=DString::npos) // typeConstraint="A &I" for C<T extends A & I>
3494 {
3495 typeConstraint = a.typeConstraint.mid(p,i-p).stripWhiteSpace();
3496 addTypeConstraint(typeConstraint,a.type);
3497 p=i+1;
3498 }
3499 typeConstraint = a.typeConstraint.mid(p).stripWhiteSpace();
3500 addTypeConstraint(typeConstraint,a.type);
3501 }
3502 }
3503}
void addTypeConstraint(const DString &typeConstraint, const DString &type)
ArgumentList m_tempArgs
Definition classdef.cpp:469
DString mid(size_t index, size_t len=npos) const
Definition dstring.h:318
static constexpr size_t npos
value used to indicate 'not found' or 'to the end of the string', matching std::string::npos
Definition dstring.h:178
DString stripWhiteSpace() const
returns a copy of this string with leading and trailing whitespace removed
Definition dstring.h:337

References addTypeConstraint(), m_tempArgs, DString::mid(), DString::npos, and DString::stripWhiteSpace().

◆ addUsedByClass()

void ClassDefImpl::addUsedByClass ( ClassDef * cd,
const DString & accessName,
Protection prot )
overridevirtual

Implements ClassDefMutable.

Definition at line 4208 of file classdef.cpp.

4210{
4211 bool extractPrivate = Config_getBool(EXTRACT_PRIVATE);
4212 bool umlLook = Config_getBool(UML_LOOK);
4213 if (prot==Protection::Private && !extractPrivate) return;
4214 //printf("%s::addUsedByClass(%s,%s)\n",qPrint(name()),qPrint(cd->name()),accessName);
4215 //
4216 auto it = std::find_if(m_usedByImplClassList.begin(),
4218 [&cd](const auto &ucd) { return ucd.classDef==cd; });
4219 if (it==m_usedByImplClassList.end())
4220 {
4221 m_usedByImplClassList.emplace_back(cd);
4222 //printf("Adding used by class %s to class %s\n",
4223 // qPrint(cd->name()),qPrint(name()));
4224 it = m_usedByImplClassList.end()-1;
4225 }
4226 DString acc = accessName;
4227 if (umlLook)
4228 {
4229 switch(prot)
4230 {
4231 case Protection::Public: acc.prepend("+"); break;
4232 case Protection::Private: acc.prepend("-"); break;
4233 case Protection::Protected: acc.prepend("#"); break;
4234 case Protection::Package: acc.prepend("~"); break;
4235 }
4236 }
4237 (*it).addAccessor(acc);
4238}
UsesClassList m_usedByImplClassList
Definition classdef.cpp:496
DString & prepend(const char *s)
Definition dstring.h:515

References Config_getBool, m_usedByImplClassList, and DString::prepend().

◆ addUsedClass()

void ClassDefImpl::addUsedClass ( ClassDef * cd,
const DString & accessName,
Protection prot )
overridevirtual

Implements ClassDefMutable.

Definition at line 4176 of file classdef.cpp.

4178{
4179 bool extractPrivate = Config_getBool(EXTRACT_PRIVATE);
4180 bool umlLook = Config_getBool(UML_LOOK);
4181 if (prot==Protection::Private && !extractPrivate) return;
4182 //printf("%s::addUsedClass(%s,%s)\n",qPrint(name()),qPrint(cd->name()),accessName);
4183
4184 auto it = std::find_if(m_usesImplClassList.begin(),
4185 m_usesImplClassList.end(),
4186 [&cd](const auto &ucd) { return ucd.classDef==cd; });
4187 if (it==m_usesImplClassList.end())
4188 {
4189 m_usesImplClassList.emplace_back(cd);
4190 //printf("Adding used class %s to class %s via accessor %s\n",
4191 // qPrint(cd->name()),qPrint(name()),accessName);
4192 it = m_usesImplClassList.end()-1;
4193 }
4194 DString acc = accessName;
4195 if (umlLook)
4196 {
4197 switch(prot)
4198 {
4199 case Protection::Public: acc.prepend("+"); break;
4200 case Protection::Private: acc.prepend("-"); break;
4201 case Protection::Protected: acc.prepend("#"); break;
4202 case Protection::Package: acc.prepend("~"); break;
4203 }
4204 }
4205 (*it).addAccessor(acc);
4206}
UsesClassList m_usesImplClassList
Definition classdef.cpp:495

References Config_getBool, m_usesImplClassList, and DString::prepend().

◆ addUsedInterfaceClasses()

void ClassDefImpl::addUsedInterfaceClasses ( MemberDef * md,
const DString & typeStr )
private

References anchor(), and title().

◆ anchor()

DString ClassDefImpl::anchor ( ) const
overridevirtual

Returns the anchor within a page where this item can be found

Implements Definition.

Definition at line 5237 of file classdef.cpp.

5238{
5239 DString anc;
5241 {
5243 {
5244 // point to the template of which this class is an instance
5246 }
5247 else
5248 {
5249 anc = m_fileName;
5250 }
5251 }
5252 return anc;
5253}
bool m_implicitTemplateInstance
Definition classdef.cpp:572
bool isEmbeddedInOuterScope() const override
virtual DString getOutputFileBase() const =0
static bool generatingXmlOutput
Definition doxygen.h:127

References Doxygen::generatingXmlOutput, Definition::getOutputFileBase(), isEmbeddedInOuterScope(), m_fileName, m_implicitTemplateInstance, and m_templateMaster.

Referenced by addExample(), addUsedInterfaceClasses(), writeBriefDescription(), writeDeclarationLink(), writeDetailedDescription(), writeInlineDocumentation(), writeMemberList(), writeMoreLink(), and writeTagFile().

◆ baseClasses()

const BaseClassList & ClassDefImpl::baseClasses ( ) const
overridevirtual

Returns the list of base classes from which this class directly inherits.

Implements ClassDef.

Definition at line 4992 of file classdef.cpp.

4993{
4994 return m_inherits;
4995}
BaseClassList m_inherits
Definition classdef.cpp:448

References m_inherits.

Referenced by isBaseClass(), mergeMembers(), and mergeMembersFromBaseClasses().

◆ categoryOf()

ClassDef * ClassDefImpl::categoryOf ( ) const
overridevirtual

Returns the class of which this is a category (Objective-C only).

Implements ClassDef.

Definition at line 5142 of file classdef.cpp.

5143{
5144 return m_categoryOf;
5145}

References m_categoryOf.

◆ className()

DString ClassDefImpl::className ( ) const
overridevirtual

Returns the name of the class including outer classes, but not including namespaces.

Implements ClassDef.

Definition at line 4513 of file classdef.cpp.

4514{
4515 DString name = m_className.empty() ? localName() : m_className;
4516 auto lang = getLanguage();
4517 if (lang==SrcLangExt::CSharp)
4518 {
4520 }
4521 return name;
4522}
DString m_className
Definition classdef.cpp:511
const DString & localName() const override
DString tempArgListToString(const ArgumentList &al, SrcLangExt lang, bool includeDefault)
Definition util.cpp:903
DString demangleCSharpGenericName(const DString &name, const DString &templArgs)
Definition util.cpp:5328

References demangleCSharpGenericName(), DString::empty(), DefinitionMixin< ClassDefMutable >::getLanguage(), DefinitionMixin< ClassDefMutable >::localName(), m_className, DefinitionMixin< ClassDefMutable >::name(), tempArgListToString(), and templateArguments().

◆ codeSymbolType()

CodeSymbolType ClassDefImpl::codeSymbolType ( ) const
overridevirtual

Used for syntax highlighting symbol class

Implements Definition.

Definition at line 5421 of file classdef.cpp.

5422{
5423 switch (compoundType())
5424 {
5425 case Class: return CodeSymbolType::Class; break;
5426 case Struct: return CodeSymbolType::Struct; break;
5427 case Union: return CodeSymbolType::Union; break;
5428 case Interface: return CodeSymbolType::Interface; break;
5429 case Protocol: return CodeSymbolType::Protocol; break;
5430 case Category: return CodeSymbolType::Category; break;
5431 case Exception: return CodeSymbolType::Exception; break;
5432 case Service: return CodeSymbolType::Service; break;
5433 case Singleton: return CodeSymbolType::Singleton; break;
5434 }
5435 return CodeSymbolType::Class;
5436}
@ Singleton
Definition classdef.h:113
@ Interface
Definition classdef.h:108
@ Exception
Definition classdef.h:111

References ClassDef::Category, Category, ClassDef::Class, Class, compoundType(), ClassDef::Exception, Exception, ClassDef::Interface, Interface, ClassDef::Protocol, Protocol, ClassDef::Service, Service, ClassDef::Singleton, Singleton, ClassDef::Struct, Struct, ClassDef::Union, and Union.

◆ collaborationGraphFileName()

DString ClassDefImpl::collaborationGraphFileName ( ) const
overridevirtual

returns the file name to use for the collaboration graph

Implements ClassDef.

Definition at line 5401 of file classdef.cpp.

5402{
5403 return m_collabFileName;
5404}

References m_collabFileName.

◆ compoundType()

ClassDefImpl::CompoundType ClassDefImpl::compoundType ( ) const
overridevirtual

Returns the type of compound this is, i.e. class/struct/union/...

Implements ClassDef.

Definition at line 4987 of file classdef.cpp.

4988{
4989 return m_compType;
4990}

References m_compType.

Referenced by addListReferences(), codeSymbolType(), deepCopy(), writeDeclarationLink(), writeDocumentation(), and writeMemberList().

◆ compoundTypeString()

DString ClassDefImpl::compoundTypeString ( ) const
overridevirtual

◆ computeAnchors()

void ClassDefImpl::computeAnchors ( )
overridevirtual

Implements ClassDefMutable.

Definition at line 1366 of file classdef.cpp.

1367{
1368 for (auto &ml : m_memberLists)
1369 {
1370 if (!ml->listType().isDetailed())
1371 {
1372 ml->setAnchors();
1373 }
1374 }
1375
1376 for (const auto &mg : m_memberGroups)
1377 {
1378 mg->setAnchors();
1379 }
1380}

References m_memberGroups, and m_memberLists.

◆ containsOverload()

bool ClassDefImpl::containsOverload ( const MemberDef * md) const
overridevirtual

Implements ClassDef.

Definition at line 5335 of file classdef.cpp.

5336{
5337 AUTO_TRACE("name={}",md->name());
5338 const auto &mni = m_allMemberNameInfoLinkedMap.find(md->name());
5339 if (mni)
5340 {
5341 for (const auto &mi : *mni)
5342 {
5343 const MemberDef *classMd = mi->memberDef();
5344 const ArgumentList &classAl = classMd->argumentList();
5345 const ArgumentList &al = md->argumentList();
5346 bool found = matchArguments2(
5347 classMd->getOuterScope(),classMd->getFileDef(),classMd->typeString(),&classAl,
5348 md->getOuterScope(),md->getFileDef(),md->typeString(),&al,
5349 true,getLanguage()
5350 );
5351 if (found)
5352 {
5353 AUTO_TRACE_EXIT("true");
5354 return true;
5355 }
5356 }
5357 }
5358 AUTO_TRACE_EXIT("false");
5359 return false;
5360}
virtual SrcLangExt getLanguage() const =0
Returns the programming language this definition was written in.
virtual Definition * getOuterScope() const =0
virtual const FileDef * getFileDef() const =0
virtual const ArgumentList & argumentList() const =0
virtual DString typeString() const =0
bool matchArguments2(const Definition *srcScope, const FileDef *srcFileScope, const DString &srcReturnType, const ArgumentList *srcAl, const Definition *dstScope, const FileDef *dstFileScope, const DString &dstReturnType, const ArgumentList *dstAl, bool checkCV, SrcLangExt lang)
Definition util.cpp:1589

References MemberDef::argumentList(), AUTO_TRACE, AUTO_TRACE_EXIT, LinkedMap< T, Hash, KeyEqual, Map >::find(), MemberDef::getFileDef(), DefinitionMixin< ClassDefMutable >::getLanguage(), Definition::getOuterScope(), m_allMemberNameInfoLinkedMap, matchArguments2(), Definition::name(), and MemberDef::typeString().

◆ countAdditionalInheritedMembers()

int ClassDefImpl::countAdditionalInheritedMembers ( ) const
private

Definition at line 4787 of file classdef.cpp.

4788{
4789 int totalCount=0;
4790 for (const auto &lde : LayoutDocManager::instance().docEntries(LayoutDocManager::Class))
4791 {
4792 if (lde->kind()==LayoutDocEntry::MemberDecl)
4793 {
4794 const LayoutDocEntryMemberDecl *lmd = dynamic_cast<const LayoutDocEntryMemberDecl*>(lde.get());
4795 if (lmd && lmd->type!=MemberListType::Friends()) // friendship is not inherited
4796 {
4797 ClassDefSet visited;
4798 totalCount+=countInheritedDecMembers(lmd->type,this,true,false,visited);
4799 }
4800 }
4801 }
4802 //printf("countAdditionalInheritedMembers()=%d\n",totalCount);
4803 return totalCount;
4804}
int countInheritedDecMembers(MemberListType lt, const ClassDef *inheritedFrom, bool invert, bool showAlways, ClassDefSet &visitedClasses) const
static LayoutDocManager & instance()
Returns a reference to this singleton.
Definition layout.cpp:1437
std::unordered_set< const ClassDef * > ClassDefSet
Definition classdef.h:91
MemberListType type
Definition layout.h:117

References countInheritedDecMembers(), LayoutDocManager::instance(), and LayoutDocEntryMemberDecl::type.

Referenced by endMemberDeclarations().

◆ countInheritanceNodes()

int ClassDefImpl::countInheritanceNodes ( ) const
private

Definition at line 1843 of file classdef.cpp.

1844{
1846}
int countInheritsNodes() const
int countInheritedByNodes() const

References countInheritedByNodes(), and countInheritsNodes().

Referenced by writeInheritanceGraph().

◆ countInheritedByNodes()

int ClassDefImpl::countInheritedByNodes ( ) const
private

Definition at line 1821 of file classdef.cpp.

1822{
1823 int count=0;
1824 for (const auto &ibcd : m_inheritedBy)
1825 {
1826 const ClassDef *icd=ibcd.classDef;
1827 if ( icd->isVisibleInHierarchy()) count++;
1828 }
1829 return count;
1830}
virtual bool isVisibleInHierarchy() const =0
the class is visible in a class diagram, or class hierarchy
BaseClassList m_inheritedBy
Definition classdef.cpp:452

References ClassDef::isVisibleInHierarchy(), and m_inheritedBy.

Referenced by countInheritanceNodes(), and writeInheritanceGraph().

◆ countInheritedDecMembers()

int ClassDefImpl::countInheritedDecMembers ( MemberListType lt,
const ClassDef * inheritedFrom,
bool invert,
bool showAlways,
ClassDefSet & visitedClasses ) const
private

Definition at line 4730 of file classdef.cpp.

4733{
4734 int inhCount = 0;
4735 int count = countMembersIncludingGrouped(lt,inheritedFrom,false);
4736 bool process = count>0;
4737 //printf("%s: countInheritedDecMembers: lt=%s process=%d count=%d invert=%d\n",
4738 // qPrint(name()),lt.to_string(),process,count,invert);
4739 if ((process^invert) || showAlways)
4740 {
4741 for (const auto &ibcd : m_inherits)
4742 {
4743 ClassDefMutable *icd = toClassDefMutable(ibcd.classDef);
4744 MemberListType lt1 = MemberListType::Invalid();
4745 MemberListType lt2 = MemberListType::Invalid();
4746 if (icd && icd->isLinkable())
4747 {
4748 convertProtectionLevel(lt,ibcd.prot,&lt1,&lt2);
4749 //printf("%s: convert %s->(%s,%s) prot=%d\n",
4750 // qPrint(icd->name()),lt.to_string(),lt1.to_string(),lt2.to_string(),ibcd.prot);
4751 if (visitedClasses.find(icd)==visitedClasses.end())
4752 {
4753 visitedClasses.insert(icd); // guard for multiple virtual inheritance
4754 if (!lt1.isInvalid())
4755 {
4756 inhCount+=icd->countMemberDeclarations(lt1,inheritedFrom,lt2,false,true,visitedClasses);
4757 }
4758 }
4759 }
4760 }
4761 }
4762 //printf("%s: count=%d\n",qPrint(name()),inhCount);
4763 return inhCount;
4764}
virtual int countMemberDeclarations(MemberListType lt, const ClassDef *inheritedFrom, MemberListType lt2, bool invert, bool showAlways, ClassDefSet &visitedClasses) const =0
int countMembersIncludingGrouped(MemberListType lt, const ClassDef *inheritedFrom, bool additional) const override
virtual bool isLinkable() const =0
constexpr bool isInvalid() const noexcept
Definition types.h:372
static constexpr MemberListType Invalid() noexcept
Definition types.h:371
void convertProtectionLevel(MemberListType inListType, Protection inProt, MemberListType *outListType1, MemberListType *outListType2)
Computes for a given list type inListType, which are the the corresponding list type(s) in the base c...
Definition util.cpp:4904

References convertProtectionLevel(), ClassDef::countMemberDeclarations(), countMembersIncludingGrouped(), MemberListType::Invalid(), MemberListType::isInvalid(), Definition::isLinkable(), m_inherits, and toClassDefMutable().

Referenced by countAdditionalInheritedMembers(), and countMemberDeclarations().

◆ countInheritsNodes()

int ClassDefImpl::countInheritsNodes ( ) const
private

Definition at line 1832 of file classdef.cpp.

1833{
1834 int count=0;
1835 for (const auto &ibcd : m_inherits)
1836 {
1837 const ClassDef *icd=ibcd.classDef;
1838 if ( icd->isVisibleInHierarchy()) count++;
1839 }
1840 return count;
1841}

References ClassDef::isVisibleInHierarchy(), and m_inherits.

Referenced by countInheritanceNodes(), and writeInheritanceGraph().

◆ countMemberDeclarations()

int ClassDefImpl::countMemberDeclarations ( MemberListType lt,
const ClassDef * inheritedFrom,
MemberListType lt2,
bool invert,
bool showAlways,
ClassDefSet & visitedClasses ) const
overridevirtual

Implements ClassDef.

Definition at line 4652 of file classdef.cpp.

4654{
4655 //printf("%s: countMemberDeclarations for %s and %s\n",qPrint(name()),lt.to_string(),lt2.to_string());
4656 int count=0;
4657 MemberList * ml = getMemberList(lt);
4658 MemberList * ml2 = getMemberList(lt2);
4659 if (getLanguage()!=SrcLangExt::VHDL) // use specific declarations function
4660 {
4661 if (ml)
4662 {
4663 count+=ml->numDecMembers(inheritedFrom);
4664 //printf("-> ml=%d\n",ml->numDecMembers());
4665 }
4666 if (ml2)
4667 {
4668 count+=ml2->numDecMembers(inheritedFrom);
4669 //printf("-> ml2=%d\n",ml2->numDecMembers());
4670 }
4671 // also include grouped members that have their own section in the class (see bug 722759)
4672 if (inheritedFrom)
4673 {
4674 for (const auto &mg : m_memberGroups)
4675 {
4676 count+=mg->countGroupedInheritedMembers(lt);
4677 if (!lt2.isInvalid()) count+=mg->countGroupedInheritedMembers(lt2);
4678 }
4679 }
4680 bool inlineInheritedMembers = Config_getBool(INLINE_INHERITED_MEMB);
4681 if (!inlineInheritedMembers) // show inherited members as separate lists
4682 {
4683 count+=countInheritedDecMembers(lt,inheritedFrom,invert,showAlways,visitedClasses);
4684 }
4685 }
4686 //printf("-> %d\n",count);
4687 return count;
4688}
MemberList * getMemberList(MemberListType lt) const override
Returns the members in the list identified by lt.
int numDecMembers(const ClassDef *inheritedFrom) const
Definition memberlist.h:134

References Config_getBool, countInheritedDecMembers(), DefinitionMixin< ClassDefMutable >::getLanguage(), getMemberList(), MemberListType::isInvalid(), m_memberGroups, and MemberList::numDecMembers().

◆ countMembers()

void ClassDefImpl::countMembers ( )
overridevirtual

Implements ClassDefMutable.

Definition at line 4716 of file classdef.cpp.

4717{
4718 for (auto &ml : m_memberLists)
4719 {
4720 ml->countDecMembers();
4721 ml->countDocMembers();
4722 }
4723 for (const auto &mg : m_memberGroups)
4724 {
4725 mg->countDecMembers();
4726 mg->countDocMembers();
4727 }
4728}

References m_memberGroups, and m_memberLists.

◆ countMembersIncludingGrouped()

int ClassDefImpl::countMembersIncludingGrouped ( MemberListType lt,
const ClassDef * inheritedFrom,
bool additional ) const
overridevirtual

Implements ClassDef.

Definition at line 4823 of file classdef.cpp.

4825{
4826 int count=0;
4827 MemberList *ml = getMemberList(lt);
4828 if (ml)
4829 {
4830 count=ml->countInheritableMembers(inheritedFrom);
4831 }
4832 //printf("%s:countMembersIncludingGrouped: count=%d\n",qPrint(name()),count);
4833 for (const auto &mg : m_memberGroups)
4834 {
4835 bool hasOwnSection = !mg->allMembersInSameSection() ||
4836 !m_subGrouping; // group is in its own section
4837 if ((additional && hasOwnSection) || (!additional && !hasOwnSection))
4838 {
4839 count+=mg->countGroupedInheritedMembers(lt);
4840 }
4841 }
4842 //printf("%s:countMembersIncludingGrouped(lt=%s,%s)=%d\n",
4843 // qPrint(name()),qPrint(lt.to_string()),ml?qPrint(ml->listType().to_string()):"<none>",count);
4844 return count;
4845}
int countInheritableMembers(const ClassDef *inheritedFrom) const

References MemberList::countInheritableMembers(), getMemberList(), m_memberGroups, and m_subGrouping.

Referenced by countInheritedDecMembers(), and writeInheritedMemberDeclarations().

◆ deepCopy()

std::unique_ptr< ClassDef > ClassDefImpl::deepCopy ( const DString & name) const
overridevirtual

Implements ClassDef.

Definition at line 877 of file classdef.cpp.

878{
879 AUTO_TRACE("name='{}'",name);
880 auto result = std::make_unique<ClassDefImpl>(
882 std::string(),std::string(),true,m_isJavaEnum);
883 result->setBriefDescription(briefDescription(),briefFile(),briefLine());
884 result->setDocumentation(documentation(),docFile(),docLine());
885 result->setInbodyDocumentation(inbodyDocumentation(),inbodyFile(),inbodyLine());
886 result->setBodySegment(getStartDefLine(),getStartBodyLine(),getEndBodyLine());
887 result->setBodyDef(getBodyDef());
888 result->setLanguage(getLanguage());
889
890 // copy other members
891 result->m_memberListFileName = m_memberListFileName;
892 result->m_collabFileName = m_collabFileName;
893 result->m_inheritFileName = m_inheritFileName;
894 if (m_incInfo)
895 {
896 result->m_incInfo = std::make_unique<IncludeInfo>();
897 *(result->m_incInfo) = *m_incInfo;
898 }
899 result->m_inherits = m_inherits;
900 result->m_inheritedBy = m_inheritedBy;
901 result->m_fileDef = m_fileDef;
902 result->m_moduleDef = m_moduleDef;
903 result->m_tempArgs = m_tempArgs;
904 result->m_typeConstraints = m_typeConstraints;
905 result->m_files = m_files;
906 result->m_examples = m_examples;
907 result->m_compType = m_compType;
908 result->m_prot = m_prot;
909 result->m_usesImplClassList = m_usesImplClassList;
910 result->m_usedByImplClassList = m_usedByImplClassList;
911 result->m_constraintClassList = m_constraintClassList;
912 result->m_templateInstances = m_templateInstances;
913 result->m_templBaseClassNames = m_templBaseClassNames;
914 result->m_templateMaster = m_templateMaster;
915 result->m_className = m_className;
916 result->m_categoryOf = m_categoryOf;
917 result->m_isAbstract = m_isAbstract;
918 result->m_isStatic = m_isStatic;
919 result->m_membersMerged = m_membersMerged;
920 result->m_isLocal = m_isLocal;
921 result->m_isTemplArg = m_isTemplArg;
922 result->m_subGrouping = m_subGrouping;
923 result->m_usedOnly = m_usedOnly;
924 result->m_vhdlSummaryTitles = m_vhdlSummaryTitles;
925 result->m_isSimple = m_isSimple;
926 result->m_arrowOperator = m_arrowOperator;
927 result->m_tagLessRef = m_tagLessRef;
928 result->m_isJavaEnum = m_isJavaEnum;
929 result->m_spec = m_spec;
930 result->m_metaData = m_metaData;
931 result->m_requiresClause = m_requiresClause;
932 result->m_qualifiers = m_qualifiers;
933 result->m_hasCollaborationGraph = m_hasCollaborationGraph;
934 result->m_typeInheritanceGraph = m_typeInheritanceGraph;
935
936 // set new file name
937 DString compTypeString = getCompoundTypeString(getLanguage(),m_compType,m_isJavaEnum);
938 result->m_fileName = compTypeString+name;
939 result->m_memberListFileName = convertNameToFile(compTypeString+name+"-members");
940 result->m_collabFileName = convertNameToFile(result->m_fileName+"_coll_graph");
941 result->m_inheritFileName = convertNameToFile(result->m_fileName+"_inherit_graph");
942 result->m_fileName = convertNameToFile(result->m_fileName);
943
944 // deep copy nested classes
945 for (const auto &innerCd : m_innerClasses)
946 {
947 DString innerName = name+"::"+innerCd->localName();
948 if (Doxygen::classLinkedMap->find(innerName)==nullptr)
949 {
950 auto cd = Doxygen::classLinkedMap->add(innerName,innerCd->deepCopy(innerName));
951 result->addInnerCompound(cd);
952 ClassDefMutable *cdm = toClassDefMutable(cd);
953 if (cdm)
954 {
955 cdm->setOuterScope(result.get());
956 }
957 }
958 }
959
960 // copy all member list (and make deep copies of members)
961 for (auto &mni : m_allMemberNameInfoLinkedMap)
962 {
963 for (auto &mi : *mni)
964 {
965 const MemberDef *md=mi->memberDef();
966 auto newMd = md->deepCopy();
967 if (newMd)
968 {
969 AUTO_TRACE_ADD("Copying member {}",newMd->name());
970 auto mmd = toMemberDefMutable(newMd.get());
971 if (mmd)
972 {
973 mmd->moveTo(result.get());
974 }
975
976 result->internalInsertMember(newMd.get(),newMd->protection(),true);
977
978 // also add to the global list (which will own newMd)
979 MemberName *mn = Doxygen::memberNameLinkedMap->add(newMd->name());
980 mn->push_back(std::move(newMd));
981 }
982 }
983 }
984
985 return result;
986}
TemplateInstanceList m_templateInstances
Definition classdef.cpp:503
ArgumentList m_typeConstraints
Definition classdef.cpp:472
StringSet m_vhdlSummaryTitles
List of titles to use for the summary.
Definition classdef.cpp:547
FileList m_files
Definition classdef.cpp:475
TemplateNameMap m_templBaseClassNames
Definition classdef.cpp:505
std::unique_ptr< IncludeInfo > m_incInfo
Definition classdef.cpp:443
DString m_metaData
Definition classdef.cpp:562
DString m_requiresClause
C++20 requires clause.
Definition classdef.cpp:565
DString docFile() const override
DString briefFile() const override
DString briefDescription(bool abbreviate=false) const override
DString inbodyFile() const override
DString documentation() const override
const FileDef * getBodyDef() const override
DString inbodyDocumentation() const override
int getStartBodyLine() const override
virtual void setOuterScope(Definition *d)=0
static ClassLinkedMap * classLinkedMap
Definition doxygen.h:88
virtual std::unique_ptr< MemberDef > deepCopy() const =0
#define AUTO_TRACE_ADD(...)
Definition docnode.cpp:54

References LinkedMap< T, Hash, KeyEqual, Map >::add(), AUTO_TRACE, AUTO_TRACE_ADD, DefinitionMixin< ClassDefMutable >::briefDescription(), DefinitionMixin< ClassDefMutable >::briefFile(), DefinitionMixin< ClassDefMutable >::briefLine(), Doxygen::classLinkedMap, compoundType(), convertNameToFile(), MemberDef::deepCopy(), DefinitionMixin< ClassDefMutable >::docFile(), DefinitionMixin< ClassDefMutable >::docLine(), DefinitionMixin< ClassDefMutable >::documentation(), DefinitionMixin< ClassDefMutable >::getBodyDef(), getCompoundTypeString(), DefinitionMixin< ClassDefMutable >::getDefColumn(), DefinitionMixin< ClassDefMutable >::getDefFileName(), DefinitionMixin< ClassDefMutable >::getDefLine(), DefinitionMixin< ClassDefMutable >::getEndBodyLine(), DefinitionMixin< ClassDefMutable >::getLanguage(), DefinitionMixin< ClassDefMutable >::getStartBodyLine(), DefinitionMixin< ClassDefMutable >::getStartDefLine(), DefinitionMixin< ClassDefMutable >::inbodyDocumentation(), DefinitionMixin< ClassDefMutable >::inbodyFile(), DefinitionMixin< ClassDefMutable >::inbodyLine(), m_allMemberNameInfoLinkedMap, m_arrowOperator, m_categoryOf, m_className, m_collabFileName, m_compType, m_constraintClassList, m_examples, m_fileDef, m_files, m_hasCollaborationGraph, m_incInfo, m_inheritedBy, m_inheritFileName, m_inherits, m_innerClasses, m_isAbstract, m_isJavaEnum, m_isLocal, m_isSimple, m_isStatic, m_isTemplArg, m_memberListFileName, m_membersMerged, m_metaData, m_moduleDef, m_prot, m_qualifiers, m_requiresClause, m_spec, m_subGrouping, m_tagLessRef, m_tempArgs, m_templateInstances, m_templateMaster, m_templBaseClassNames, m_typeConstraints, m_typeInheritanceGraph, m_usedByImplClassList, m_usedOnly, m_usesImplClassList, m_vhdlSummaryTitles, Doxygen::memberNameLinkedMap, DefinitionMixin< ClassDefMutable >::name(), MemberName::push_back(), DefinitionMutable::setOuterScope(), toClassDefMutable(), and toMemberDefMutable().

◆ definitionType()

DefType ClassDefImpl::definitionType ( ) const
inlineoverridevirtual

Use this for dynamic inspection of the type of the derived class

Implements Definition.

Definition at line 208 of file classdef.cpp.

208{ return TypeClass; }

References Definition::TypeClass.

◆ displayName()

DString ClassDefImpl::displayName ( bool includeScope = true) const
overridevirtual

Returns the name of the definition as it appears in the output

Implements Definition.

Definition at line 1007 of file classdef.cpp.

1008{
1009 return makeDisplayName(this,includeScope);
1010}
static DString makeDisplayName(const ClassDef *cd, bool includeScope)
Definition classdef.cpp:111

References makeDisplayName().

Referenced by addListReferences(), title(), writeCollaborationGraph(), writeDeclarationLink(), writeDocumentation(), writeInheritanceGraph(), writeMemberDocumentation(), writeMemberList(), writeMemberPages(), and writeTagFile().

◆ distributeMemberGroupDocumentation()

void ClassDefImpl::distributeMemberGroupDocumentation ( )
overridevirtual

Implements ClassDefMutable.

Definition at line 1382 of file classdef.cpp.

1383{
1384 for (const auto &mg : m_memberGroups)
1385 {
1386 mg->distributeMemberGroupDocumentation();
1387 }
1388}

References m_memberGroups.

◆ endMemberDeclarations()

void ClassDefImpl::endMemberDeclarations ( OutputList & ol) const
private

Definition at line 2238 of file classdef.cpp.

2239{
2240 //printf("%s: ClassDefImpl::endMemberDeclarations()\n",qPrint(name()));
2241 bool inlineInheritedMembers = Config_getBool(INLINE_INHERITED_MEMB);
2242 if (!inlineInheritedMembers && countAdditionalInheritedMembers()>0)
2243 {
2244 ol.startMemberHeader("inherited");
2246 ol.endMemberHeader();
2248 }
2249 ol.endMemberSections();
2250}
int countAdditionalInheritedMembers() const
void writeAdditionalInheritedMembers(OutputList &ol) const
void parseText(const DString &textStr)
void startMemberHeader(const DString &anchor, int typ=2)
Definition outputlist.h:465
void endMemberHeader()
Definition outputlist.h:467
void endMemberSections()
Definition outputlist.h:459
virtual DString trAdditionalInheritedMembers()=0

References Config_getBool, countAdditionalInheritedMembers(), OutputList::endMemberHeader(), OutputList::endMemberSections(), OutputList::parseText(), OutputList::startMemberHeader(), theTranslator, Translator::trAdditionalInheritedMembers(), and writeAdditionalInheritedMembers().

Referenced by writeDocumentationContents(), and writeInlineDocumentation().

◆ endMemberDocumentation()

void ClassDefImpl::endMemberDocumentation ( OutputList & ol) const
private

Definition at line 2222 of file classdef.cpp.

2223{
2224 //printf("%s: ClassDefImpl::endMemberDocumentation()\n",qPrint(name()));
2225 if (Config_getBool(SEPARATE_MEMBER_PAGES))
2226 {
2229 }
2230}
static bool suppressDocWarnings
Definition doxygen.h:123
void enable(OutputType o)

References Config_getBool, OutputList::enable(), Html, and Doxygen::suppressDocWarnings.

Referenced by writeDocumentationContents(), and writeInlineDocumentation().

◆ findInnerCompound()

const Definition * ClassDefImpl::findInnerCompound ( const DString & name) const
overridevirtual

◆ findSectionsInDocumentation()

void ClassDefImpl::findSectionsInDocumentation ( )
overridevirtual

Implements ClassDefMutable.

Definition at line 1390 of file classdef.cpp.

1391{
1395 for (const auto &mg : m_memberGroups)
1396 {
1397 mg->findSectionsInDocumentation(this);
1398 }
1399 for (auto &ml : m_memberLists)
1400 {
1401 if (!ml->listType().isDetailed())
1402 {
1403 ml->findSectionsInDocumentation(this);
1404 }
1405 }
1406}
void docFindSections(const DString &input, const Definition *d, const DString &fileName)

References DefinitionMixin< ClassDefMutable >::briefDescription(), DefinitionMixin< ClassDefMutable >::docFile(), docFindSections(), DefinitionMixin< ClassDefMutable >::documentation(), DefinitionMixin< ClassDefMutable >::inbodyDocumentation(), m_memberGroups, and m_memberLists.

◆ generatedFromFiles()

DString ClassDefImpl::generatedFromFiles ( ) const
overridevirtual

Implements ClassDef.

Definition at line 1711 of file classdef.cpp.

1712{
1713 DString result;
1714 SrcLangExt lang = getLanguage();
1715 size_t numFiles = m_files.size();
1716 if (lang==SrcLangExt::Fortran)
1717 {
1719 getLanguage()==SrcLangExt::ObjC && m_compType==Interface ? Class : m_compType,
1720 numFiles==1);
1721 }
1722 else if (isJavaEnum())
1723 {
1724 result = theTranslator->trEnumGeneratedFromFiles(numFiles==1);
1725 }
1726 else if (m_compType==Service)
1727 {
1728 result = theTranslator->trServiceGeneratedFromFiles(numFiles==1);
1729 }
1730 else if (m_compType==Singleton)
1731 {
1732 result = theTranslator->trSingletonGeneratedFromFiles(numFiles==1);
1733 }
1734 else
1735 {
1737 getLanguage()==SrcLangExt::ObjC && m_compType==Interface ? Class : m_compType,
1738 numFiles==1);
1739 }
1740 return result;
1741}
virtual DString trServiceGeneratedFromFiles(bool single)=0
virtual DString trEnumGeneratedFromFiles(bool single)=0
virtual DString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single)=0
virtual DString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single)=0
virtual DString trSingletonGeneratedFromFiles(bool single)=0

References ClassDef::Class, DefinitionMixin< ClassDefMutable >::getLanguage(), ClassDef::Interface, isJavaEnum(), m_compType, m_files, ClassDef::Service, ClassDef::Singleton, theTranslator, Translator::trEnumGeneratedFromFiles(), Translator::trGeneratedFromFiles(), Translator::trGeneratedFromFilesFortran(), Translator::trServiceGeneratedFromFiles(), and Translator::trSingletonGeneratedFromFiles().

Referenced by showUsedFiles().

◆ getClasses()

ClassLinkedRefMap ClassDefImpl::getClasses ( ) const
overridevirtual

returns the classes nested into this class

Implements ClassDef.

Definition at line 4982 of file classdef.cpp.

4983{
4984 return m_innerClasses;
4985}

References m_innerClasses.

◆ getExamples()

const ExampleList & ClassDefImpl::getExamples ( ) const
overridevirtual

Implements ClassDef.

Definition at line 5381 of file classdef.cpp.

5382{
5383 return m_examples;
5384}

References m_examples.

◆ getFileDef()

FileDef * ClassDefImpl::getFileDef ( ) const
overridevirtual

Returns the file in which this compound's definition can be found.

Should not return 0 (but it might be a good idea to check anyway).

Implements ClassDef.

Definition at line 5037 of file classdef.cpp.

5038{
5039 return m_fileDef;
5040}

References m_fileDef.

Referenced by addTypeConstraint(), getOutputFileBase(), isEmbeddedInOuterScope(), and writeTemplateSpec().

◆ getInstanceOutputFileBase()

DString ClassDefImpl::getInstanceOutputFileBase ( ) const
overridevirtual

Implements ClassDef.

Definition at line 4284 of file classdef.cpp.

4285{
4286 return m_fileName;
4287}

References m_fileName.

◆ getMemberByName()

const MemberDef * ClassDefImpl::getMemberByName ( const DString & ) const
overridevirtual

Returns the member with the given name.

Implements ClassDef.

Definition at line 4571 of file classdef.cpp.

4572{
4573 const MemberDef *xmd = nullptr;
4574 const MemberNameInfo *mni = m_allMemberNameInfoLinkedMap.find(name);
4575 if (mni)
4576 {
4577 const int maxInheritanceDepth = 100000;
4578 int mdist=maxInheritanceDepth;
4579 for (auto &mi : *mni)
4580 {
4581 const ClassDef *mcd=mi->memberDef()->getClassDef();
4582 int m=minClassDistance(this,mcd);
4583 //printf("found member in %s linkable=%d m=%d\n",
4584 // qPrint(mcd->name()),mcd->isLinkable(),m);
4585 if (m<mdist)
4586 {
4587 mdist=m;
4588 xmd=mi->memberDef();
4589 }
4590 }
4591 }
4592 //printf("getMemberByName(%s)=%p\n",qPrint(name),xmd);
4593 return xmd;
4594}
int minClassDistance(const ClassDef *cd, const ClassDef *bcd, int level)

References LinkedMap< T, Hash, KeyEqual, Map >::find(), m_allMemberNameInfoLinkedMap, minClassDistance(), and DefinitionMixin< ClassDefMutable >::name().

◆ getMemberGroups()

const MemberGroupList & ClassDefImpl::getMemberGroups ( ) const
overridevirtual

Returns the member groups defined for this class.

Implements ClassDef.

Definition at line 5152 of file classdef.cpp.

5153{
5154 return m_memberGroups;
5155}

References m_memberGroups.

◆ getMemberList()

MemberList * ClassDefImpl::getMemberList ( MemberListType lt) const
overridevirtual

Returns the members in the list identified by lt.

Implements ClassDef.

Definition at line 4601 of file classdef.cpp.

4602{
4603 for (auto &ml : m_memberLists)
4604 {
4605 if (ml->listType()==lt)
4606 {
4607 return ml.get();
4608 }
4609 }
4610 return nullptr;
4611}

References m_memberLists.

Referenced by countMemberDeclarations(), countMembersIncludingGrouped(), setAnonymousEnumType(), writeMemberDeclarations(), writeMemberDocumentation(), writePlainMemberDeclaration(), writeSimpleMemberDocumentation(), writeSummaryLinks(), and writeTagFile().

◆ getMemberListFileName()

DString ClassDefImpl::getMemberListFileName ( ) const
overridevirtual

Implements ClassDef.

Definition at line 1002 of file classdef.cpp.

1003{
1004 return m_memberListFileName;
1005}

References m_memberListFileName.

Referenced by writeDocumentation(), writeMemberList(), and writeSummaryLinks().

◆ getMemberLists()

const MemberLists & ClassDefImpl::getMemberLists ( ) const
overridevirtual

Returns the list containing the list of members sorted per type.

Implements ClassDef.

Definition at line 5147 of file classdef.cpp.

5148{
5149 return m_memberLists;
5150}

References m_memberLists.

◆ getModuleDef()

ModuleDef * ClassDefImpl::getModuleDef ( ) const
overridevirtual

Returns the C++20 module in which this compound's definition can be found.

Implements ClassDef.

Definition at line 5042 of file classdef.cpp.

5043{
5044 return m_moduleDef;
5045}

References m_moduleDef.

◆ getOutputFileBase()

DString ClassDefImpl::getOutputFileBase ( ) const
overridevirtual

Returns the base file name (without extension) of this definition. as it is referenced to/written to disk.

Implements Definition.

Definition at line 4246 of file classdef.cpp.

4247{
4248 bool inlineGroupedClasses = Config_getBool(INLINE_GROUPED_CLASSES);
4249 bool inlineSimpleClasses = Config_getBool(INLINE_SIMPLE_STRUCTS);
4251 {
4252 Definition *scope=nullptr;
4253 if (inlineGroupedClasses && !partOfGroups().empty())
4254 {
4255 // point to the group that embeds this class
4256 return partOfGroups().front()->getOutputFileBase();
4257 }
4258 else if (inlineSimpleClasses && m_isSimple && !partOfGroups().empty())
4259 {
4260 // point to simple struct inside a group
4261 return partOfGroups().front()->getOutputFileBase();
4262 }
4263 else if (inlineSimpleClasses && m_isSimple && (scope=getOuterScope()))
4264 {
4265 if (scope==Doxygen::globalScope && getFileDef() && getFileDef()->isLinkableInProject()) // simple struct embedded in file
4266 {
4267 return getFileDef()->getOutputFileBase();
4268 }
4269 else if (scope->isLinkableInProject()) // simple struct embedded in other container (namespace/group/class)
4270 {
4271 return getOuterScope()->getOutputFileBase();
4272 }
4273 }
4274 }
4275 AUTO_TRACE("name='{}' m_templateMaster={} m_implicitTemplateInstance={}",name(),(void*)m_templateMaster,m_implicitTemplateInstance);
4277 {
4278 // point to the template of which this class is an instance
4280 }
4281 return m_fileName;
4282}
virtual bool isLinkableInProject() const =0
Definition * getOuterScope() const override
const GroupList & partOfGroups() const override
static NamespaceDefMutable * globalScope
Definition doxygen.h:114

References AUTO_TRACE, Config_getBool, Doxygen::generatingXmlOutput, getFileDef(), DefinitionMixin< ClassDefMutable >::getOuterScope(), Definition::getOutputFileBase(), Doxygen::globalScope, isLinkableInProject(), Definition::isLinkableInProject(), m_fileName, m_implicitTemplateInstance, m_isSimple, m_templateMaster, DefinitionMixin< ClassDefMutable >::name(), and DefinitionMixin< ClassDefMutable >::partOfGroups().

Referenced by addListReferences(), writeDeclarationLink(), writeDetailedDescription(), writeDocumentation(), writeInheritanceGraph(), writeInlineDocumentation(), writeMemberList(), writeMoreLink(), and writeTagFile().

◆ getQualifiers()

StringVector ClassDefImpl::getQualifiers ( ) const
overridevirtual

Implements ClassDef.

Definition at line 5330 of file classdef.cpp.

5331{
5332 return m_qualifiers;
5333}

References m_qualifiers.

◆ getReference()

DString ClassDefImpl::getReference ( ) const
overridevirtual

If this definition was imported via a tag file, this function returns the tagfile for the external project. This can be translated into an external link target via Doxygen::tagDestinationDict

Implements Definition.

Definition at line 4467 of file classdef.cpp.

4468{
4470 {
4472 }
4473 else
4474 {
4476 }
4477}
virtual DString getReference() const =0
DString getReference() const override

References Definition::getReference(), DefinitionMixin< Base >::getReference(), m_implicitTemplateInstance, and m_templateMaster.

Referenced by writeDeclarationLink(), and writeMemberList().

◆ getSourceFileBase()

DString ClassDefImpl::getSourceFileBase ( ) const
overridevirtual

Returns the name of the source listing of this definition.

Implements Definition.

Definition at line 4289 of file classdef.cpp.

4290{
4292 {
4294 }
4295 else
4296 {
4298 }
4299}
virtual DString getSourceFileBase() const =0
DString getSourceFileBase() const override

References Definition::getSourceFileBase(), DefinitionMixin< Base >::getSourceFileBase(), m_implicitTemplateInstance, and m_templateMaster.

◆ getTemplateBaseClassNames()

const TemplateNameMap & ClassDefImpl::getTemplateBaseClassNames ( ) const
overridevirtual

Implements ClassDef.

Definition at line 4410 of file classdef.cpp.

4411{
4412 return m_templBaseClassNames;
4413}

References m_templBaseClassNames.

◆ getTemplateInstances()

const TemplateInstanceList & ClassDefImpl::getTemplateInstances ( ) const
overridevirtual

Returns a sorted dictionary with all template instances found for this template class.

Returns 0 if not a template or no instances.

Implements ClassDef.

Definition at line 5047 of file classdef.cpp.

5048{
5049 return m_templateInstances;
5050}

References m_templateInstances.

Referenced by internalInsertMember().

◆ getTemplateParameterLists()

ArgumentLists ClassDefImpl::getTemplateParameterLists ( ) const
overridevirtual

Returns the template parameter lists that form the template declaration of this class.

Example: template<class T> class TC {} = 0; will return a list with one ArgumentList containing one argument with type="class" and name="T".

Implements ClassDef.

Definition at line 4491 of file classdef.cpp.

4492{
4493 ArgumentLists result;
4494 Definition *d=getOuterScope();
4495 while (d && d->definitionType()==Definition::TypeClass)
4496 {
4497 result.insert(result.begin(),toClassDef(d)->templateArguments());
4498 d = d->getOuterScope();
4499 }
4500 if (!templateArguments().empty())
4501 {
4502 result.push_back(templateArguments());
4503 }
4504 return result;
4505}

References Definition::definitionType(), Definition::getOuterScope(), DefinitionMixin< ClassDefMutable >::getOuterScope(), templateArguments(), toClassDef(), and Definition::TypeClass.

◆ getTitleForMemberListType()

void ClassDefImpl::getTitleForMemberListType ( MemberListType type,
DString & title,
DString & subtitle ) const
private

Definition at line 4766 of file classdef.cpp.

4768{
4769 SrcLangExt lang = getLanguage();
4770 for (const auto &lde : LayoutDocManager::instance().docEntries(LayoutDocManager::Class))
4771 {
4772 if (lde->kind()==LayoutDocEntry::MemberDecl)
4773 {
4774 const LayoutDocEntryMemberDecl *lmd = dynamic_cast<const LayoutDocEntryMemberDecl*>(lde.get());
4775 if (lmd && lmd->type==type)
4776 {
4777 title = lmd->title(lang);
4778 subtitle = lmd->subtitle(lang);
4779 return;
4780 }
4781 }
4782 }
4783 title="";
4784 subtitle="";
4785}
DString title() const override
DString subtitle(SrcLangExt lang) const
Definition layout.cpp:1793
DString title(SrcLangExt lang) const
Definition layout.cpp:1788

References DefinitionMixin< ClassDefMutable >::getLanguage(), LayoutDocManager::instance(), LayoutDocEntryMemberDecl::subtitle(), title(), LayoutDocEntryMemberDecl::title(), and LayoutDocEntryMemberDecl::type.

◆ hasCollaborationGraph()

bool ClassDefImpl::hasCollaborationGraph ( ) const
overridevirtual

Implements ClassDefMutable.

Definition at line 5443 of file classdef.cpp.

5444{
5446}

References m_hasCollaborationGraph.

◆ hasDetailedDescription()

bool ClassDefImpl::hasDetailedDescription ( ) const
overridevirtual

returns true if this class has a non-empty detailed description

Implements ClassDef.

Definition at line 1664 of file classdef.cpp.

1665{
1666 bool repeatBrief = Config_getBool(REPEAT_BRIEF);
1667 bool sourceBrowser = Config_getBool(SOURCE_BROWSER);
1668 return ((!briefDescription().empty() && repeatBrief) ||
1670 (sourceBrowser && getStartBodyLine()!=-1 && getBodyDef()) ||
1672}
bool hasTemplateDocumentation() const
Definition arguments.cpp:34
virtual int getStartBodyLine() const =0
bool hasRequirementRefs() const override

References DefinitionMixin< ClassDefMutable >::briefDescription(), Config_getBool, DefinitionMixin< ClassDefMutable >::documentation(), DefinitionMixin< ClassDefMutable >::getBodyDef(), DefinitionMixin< ClassDefMutable >::getStartBodyLine(), DefinitionMixin< ClassDefMutable >::hasRequirementRefs(), ArgumentList::hasTemplateDocumentation(), and m_tempArgs.

Referenced by writeBriefDescription(), and writeDetailedDescription().

◆ hasDocumentation()

bool ClassDefImpl::hasDocumentation ( ) const
overridevirtual

Returns true iff the definition is documented (which could be generated documentation)

See also
hasUserDocumentation()

Implements Definition.

Definition at line 3654 of file classdef.cpp.

3655{
3657}
bool hasDocumentation() const override

References DefinitionMixin< Base >::hasDocumentation().

Referenced by isLinkableInProject(), and isVisibleInHierarchy().

◆ hasExamples()

bool ClassDefImpl::hasExamples ( ) const
overridevirtual

Implements ClassDef.

Definition at line 3437 of file classdef.cpp.

3438{
3439 return !m_examples.empty();
3440}

References m_examples.

Referenced by writeDetailedDocumentationBody(), and writeDocumentationContents().

◆ hasInheritanceGraph()

CLASS_GRAPH_t ClassDefImpl::hasInheritanceGraph ( ) const
overridevirtual

Implements ClassDefMutable.

Definition at line 5416 of file classdef.cpp.

5417{
5419}

References m_typeInheritanceGraph.

◆ hasNonReferenceSuperClass()

bool ClassDefImpl::hasNonReferenceSuperClass ( ) const
overridevirtual

Returns true iff this class or a class inheriting from this class is not defined in an external tag file.

Implements ClassDef.

Definition at line 3554 of file classdef.cpp.

3555{
3556 return hasNonReferenceSuperClassRec(this,0);
3557}
static bool hasNonReferenceSuperClassRec(const ClassDef *cd, int level)

References hasNonReferenceSuperClassRec().

Referenced by isVisibleInHierarchy().

◆ hideDerivedVariablesInPython()

void ClassDefImpl::hideDerivedVariablesInPython ( ClassDefMutable * cls)
private

Definition at line 3965 of file classdef.cpp.

3966{
3967 //printf("hideDerivedVariableInPython()\n");
3968 if (bClass)
3969 {
3970 const MemberNameInfoLinkedMap &srcMnd = bClass->memberNameInfoLinkedMap();
3971 MemberNameInfoLinkedMap &dstMnd = m_allMemberNameInfoLinkedMap;
3972
3973 // recurse up the inheritance hierarchy
3974 for (const auto &bcd : bClass->baseClasses())
3975 {
3977 }
3978
3979 for (auto &srcMni : srcMnd) // for each member in a base class
3980 {
3981 //printf(" candidate(%s)\n",qPrint(srcMni->memberName()));
3982 MemberNameInfo *dstMni=dstMnd.find(srcMni->memberName());
3983 if (dstMni) // that is also in this class
3984 {
3986 //printf("%s member in %s and %s\n",qPrint(name()),qPrint(bClass->name()),qPrint(name()));
3987 for (it=dstMni->begin();it!=dstMni->end();)
3988 {
3989 MemberDefMutable *dstMd = toMemberDefMutable((*it)->memberDef());
3990 if (dstMd && dstMd->isVariable() && !dstMd->name().startsWith("__"))
3991 {
3992 //printf(" hiding member %s\n",qPrint(dstMd->name()));
3993 // hide a member variable if it is already defined in a base class, unless
3994 // it is a __private variable
3995 removeMemberFromLists(dstMd);
3996 it = dstMni->erase(it);
3997 }
3998 else
3999 {
4000 ++it;
4001 }
4002 }
4003 if (dstMni->empty()) // if the list has become empty, remove the entry from the dictionary
4004 {
4005 dstMnd.del(srcMni->memberName());
4006 }
4007 }
4008 }
4009 }
4010}
void hideDerivedVariablesInPython(ClassDefMutable *cls)
void removeMemberFromLists(MemberDef *md) override
bool startsWith(const char *s) const
Definition dstring.h:600
bool del(const DString &key)
Definition linkedmap.h:183
virtual bool isVariable() const =0
bool empty() const
Definition membername.h:133
iterator begin()
Definition membername.h:129
iterator end()
Definition membername.h:130
typename Vec::iterator iterator
Definition membername.h:123
iterator erase(iterator pos)
Definition membername.h:140

References ClassDef::baseClasses(), MemberNameInfo::begin(), LinkedMap< T, Hash, KeyEqual, Map >::del(), MemberNameInfo::empty(), MemberNameInfo::end(), MemberNameInfo::erase(), LinkedMap< T, Hash, KeyEqual, Map >::find(), hideDerivedVariablesInPython(), MemberDef::isVariable(), m_allMemberNameInfoLinkedMap, ClassDef::memberNameInfoLinkedMap(), Definition::name(), removeMemberFromLists(), DString::startsWith(), toClassDefMutable(), and toMemberDefMutable().

Referenced by hideDerivedVariablesInPython(), and mergeMembers().

◆ includeInfo()

const IncludeInfo * ClassDefImpl::includeInfo ( ) const
overridevirtual

Implements ClassDef.

Definition at line 5072 of file classdef.cpp.

5073{
5074 return m_incInfo.get();
5075}

References m_incInfo.

◆ inheritanceGraphFileName()

DString ClassDefImpl::inheritanceGraphFileName ( ) const
overridevirtual

returns the file name to use for the inheritance graph

Implements ClassDef.

Definition at line 5406 of file classdef.cpp.

5407{
5408 return m_inheritFileName;
5409}

References m_inheritFileName.

◆ insertBaseClass()

void ClassDefImpl::insertBaseClass ( ClassDef * cd,
const DString & name,
Protection p,
Specifier s,
const DString & t = DString() )
overridevirtual

Implements ClassDefMutable.

Definition at line 1013 of file classdef.cpp.

1015{
1016 //printf("*** insert base class %s into %s\n",qPrint(cd->name()),qPrint(name()));
1017 m_inherits.emplace_back(cd,n,p,s,t);
1018 m_isSimple = false;
1019}

References m_inherits, and m_isSimple.

Referenced by mergeCategory().

◆ insertExplicitTemplateInstance()

void ClassDefImpl::insertExplicitTemplateInstance ( ClassDef * instance,
const DString & spec )
overridevirtual

Implements ClassDefMutable.

Definition at line 4399 of file classdef.cpp.

4400{
4401 AUTO_TRACE("this={} cd={} templSpec={}",name(),templateClass->name(),templSpec);
4402 m_templateInstances.emplace_back(templSpec,templateClass);
4403}

References AUTO_TRACE, m_templateInstances, Definition::name(), and DefinitionMixin< ClassDefMutable >::name().

◆ insertMember()

void ClassDefImpl::insertMember ( MemberDef * md)
overridevirtual

Implements ClassDefMutable.

Definition at line 1360 of file classdef.cpp.

1361{
1362 internalInsertMember(md,md->protection(),true);
1363}
void internalInsertMember(MemberDef *md, Protection prot, bool addToAllList)
virtual Protection protection() const =0

References internalInsertMember(), and MemberDef::protection().

Referenced by addMemberToTemplateInstance(), mergeMembersFromBaseClasses(), and reclassifyMember().

◆ insertSubClass()

void ClassDefImpl::insertSubClass ( ClassDef * cd,
Protection p,
Specifier s,
const DString & t = DString() )
overridevirtual

Implements ClassDefMutable.

Definition at line 1022 of file classdef.cpp.

1024{
1025 //printf("*** insert sub class %s into %s\n",qPrint(cd->name()),qPrint(name()));
1026 bool extractPrivate = Config_getBool(EXTRACT_PRIVATE);
1027 if (!extractPrivate && cd->protection()==Protection::Private) return;
1028 m_inheritedBy.emplace_back(cd,DString(),p,s,t);
1029 m_isSimple = false;
1030}
virtual Protection protection() const =0
Return the protection level (Public,Protected,Private) in which this compound was found.

References Config_getBool, m_inheritedBy, m_isSimple, and ClassDef::protection().

◆ insertTemplateInstance()

ClassDef * ClassDefImpl::insertTemplateInstance ( const DString & fileName,
int startLine,
size_t startColumn,
const DString & templSpec,
bool & freshInstance )
overridevirtual

Implements ClassDefMutable.

Definition at line 4336 of file classdef.cpp.

4338{
4339 freshInstance = false;
4340 auto it = std::find_if(m_templateInstances.begin(),
4341 m_templateInstances.end(),
4342 [&templSpec](const auto &ti) { return templSpec==ti.templSpec; });
4343 ClassDefMutable *templateClass=nullptr;
4344 if (it!=m_templateInstances.end())
4345 {
4346 templateClass = toClassDefMutable((*it).classDef);
4347 }
4348 if (templateClass==nullptr)
4349 {
4350 DString tcname = removeRedundantWhiteSpace(name()+templSpec);
4351 AUTO_TRACE("New template instance class name='{}' templSpec='{}' inside '{}' hidden={}",
4352 name(),templSpec,name(),isHidden());
4353
4354 ClassDef *foundCd = Doxygen::classLinkedMap->find(tcname);
4355 if (foundCd)
4356 {
4357 return foundCd;
4358 }
4359 templateClass =
4361 Doxygen::classLinkedMap->add(tcname,
4362 std::unique_ptr<ClassDef>(
4363 new ClassDefImpl(fileName,startLine,startColumn,tcname,ClassDef::Class))));
4364 if (templateClass)
4365 {
4366 templateClass->setTemplateMaster(this);
4367 ArgumentList tal = *stringToArgumentList(getLanguage(),templSpec);
4368 templateClass->setTemplateArguments(tal);
4369 templateClass->setOuterScope(getOuterScope());
4370 templateClass->setHidden(isHidden());
4371 templateClass->setArtificial(isArtificial());
4372 templateClass->setImplicitTemplateInstance(true);
4373 m_templateInstances.emplace_back(templSpec,templateClass);
4374
4375 // also add nested classes
4376 for (const auto &innerCd : m_innerClasses)
4377 {
4378 DString innerName = tcname+"::"+innerCd->localName();
4379 ClassDefMutable *innerClass =
4381 Doxygen::classLinkedMap->add(innerName,
4382 std::unique_ptr<ClassDef>(
4383 new ClassDefImpl(fileName,startLine,startColumn,innerName,ClassDef::Class))));
4384 if (innerClass)
4385 {
4386 templateClass->addInnerCompound(innerClass);
4387 innerClass->setOuterScope(templateClass);
4388 innerClass->setHidden(isHidden());
4389 innerClass->setArtificial(true);
4390 innerClass->setImplicitTemplateInstance(true);
4391 }
4392 }
4393 freshInstance=true;
4394 }
4395 }
4396 return templateClass;
4397}
virtual void setTemplateArguments(const ArgumentList &al)=0
virtual void setTemplateMaster(const ClassDef *tm)=0
virtual void setImplicitTemplateInstance(bool b)=0
virtual void setHidden(bool b)=0
virtual void addInnerCompound(Definition *d)=0
virtual void setArtificial(bool b)=0

References DefinitionMutable::addInnerCompound(), AUTO_TRACE, ClassDef::Class, ClassDefImpl(), Doxygen::classLinkedMap, LinkedMap< T, Hash, KeyEqual, Map >::find(), DefinitionMixin< ClassDefMutable >::getLanguage(), DefinitionMixin< ClassDefMutable >::getOuterScope(), DefinitionMixin< ClassDefMutable >::isArtificial(), DefinitionMixin< ClassDefMutable >::isHidden(), m_innerClasses, m_templateInstances, DefinitionMixin< ClassDefMutable >::name(), removeRedundantWhiteSpace(), DefinitionMutable::setArtificial(), DefinitionMutable::setHidden(), ClassDefMutable::setImplicitTemplateInstance(), DefinitionMutable::setOuterScope(), ClassDefMutable::setTemplateArguments(), ClassDefMutable::setTemplateMaster(), stringToArgumentList(), and toClassDefMutable().

◆ insertUsedFile()

void ClassDefImpl::insertUsedFile ( const FileDef * fd)
overridevirtual

Implements ClassDefMutable.

Definition at line 1410 of file classdef.cpp.

1411{
1412 if (fd == nullptr) return;
1413
1414 if (std::find(m_files.begin(), m_files.end(), fd) == m_files.end()) m_files.push_back(fd);
1415
1416 for (const auto &ti : m_templateInstances)
1417 {
1418 if (ClassDefMutable *cdm = toClassDefMutable(ti.classDef)) cdm->insertUsedFile(fd);
1419 }
1420}

References m_files, m_templateInstances, and toClassDefMutable().

◆ internalInsertMember()

void ClassDefImpl::internalInsertMember ( MemberDef * md,
Protection prot,
bool addToAllList )
private

isReference()

Definition at line 1054 of file classdef.cpp.

1058{
1059 AUTO_TRACE("{} name={} isHidden={}",name(),md->name(),md->isHidden());
1060 if (md->isHidden()) return;
1061
1062 if (getLanguage()==SrcLangExt::VHDL)
1063 {
1064 DString title=theTranslator->trVhdlType(md->getVhdlSpecifiers(),false);
1065 m_vhdlSummaryTitles.insert(title.str());
1066 }
1067
1068 if (1 /*!isReference()*/) // changed to 1 for showing members of external
1069 // classes when HAVE_DOT and UML_LOOK are enabled.
1070 {
1071 bool isSimple=false;
1072
1073 /********************************************/
1074 /* insert member in the declaration section */
1075 /********************************************/
1076 if (md->isRelated() && protectionLevelVisible(prot))
1077 {
1078 addMemberToList(MemberListType::Related(),md,true);
1079 }
1080 else if (md->isFriend())
1081 {
1082 addMemberToList(MemberListType::Friends(),md,true);
1083 }
1084 else
1085 {
1086 switch (md->memberType())
1087 {
1088 case MemberType::Service: // UNO IDL
1089 addMemberToList(MemberListType::Services(),md,true);
1090 break;
1091 case MemberType::Interface: // UNO IDL
1092 addMemberToList(MemberListType::Interfaces(),md,true);
1093 break;
1094 case MemberType::Signal: // Qt specific
1095 addMemberToList(MemberListType::Signals(),md,true);
1096 break;
1097 case MemberType::DCOP: // KDE2 specific
1098 addMemberToList(MemberListType::DcopMethods(),md,true);
1099 break;
1100 case MemberType::Property:
1101 addMemberToList(MemberListType::Properties(),md,true);
1102 break;
1103 case MemberType::Event:
1104 addMemberToList(MemberListType::Events(),md,true);
1105 break;
1106 case MemberType::Slot: // Qt specific
1107 switch (prot)
1108 {
1109 case Protection::Protected:
1110 case Protection::Package: // slots in packages are not possible!
1111 addMemberToList(MemberListType::ProSlots(),md,true);
1112 break;
1113 case Protection::Public:
1114 addMemberToList(MemberListType::PubSlots(),md,true);
1115 break;
1116 case Protection::Private:
1117 addMemberToList(MemberListType::PriSlots(),md,true);
1118 break;
1119 }
1120 break;
1121 default: // any of the other members
1122 if (md->isStatic())
1123 {
1124 if (md->isVariable())
1125 {
1126 switch (prot)
1127 {
1128 case Protection::Protected:
1129 addMemberToList(MemberListType::ProStaticAttribs(),md,true);
1130 break;
1131 case Protection::Package:
1132 addMemberToList(MemberListType::PacStaticAttribs(),md,true);
1133 break;
1134 case Protection::Public:
1135 addMemberToList(MemberListType::PubStaticAttribs(),md,true);
1136 break;
1137 case Protection::Private:
1138 addMemberToList(MemberListType::PriStaticAttribs(),md,true);
1139 break;
1140 }
1141 }
1142 else // function
1143 {
1144 switch (prot)
1145 {
1146 case Protection::Protected:
1147 addMemberToList(MemberListType::ProStaticMethods(),md,true);
1148 break;
1149 case Protection::Package:
1150 addMemberToList(MemberListType::PacStaticMethods(),md,true);
1151 break;
1152 case Protection::Public:
1153 addMemberToList(MemberListType::PubStaticMethods(),md,true);
1154 break;
1155 case Protection::Private:
1156 addMemberToList(MemberListType::PriStaticMethods(),md,true);
1157 break;
1158 }
1159 }
1160 }
1161 else // not static
1162 {
1163 if (md->isVariable())
1164 {
1165 switch (prot)
1166 {
1167 case Protection::Protected:
1168 addMemberToList(MemberListType::ProAttribs(),md,true);
1169 break;
1170 case Protection::Package:
1171 addMemberToList(MemberListType::PacAttribs(),md,true);
1172 break;
1173 case Protection::Public:
1174 {
1175 addMemberToList(MemberListType::PubAttribs(),md,true);
1176 const int MAX_CELL_SIZE=60;
1177 size_t typeLen = removeAnonymousScopes(md->typeString()).length();
1178 isSimple = typeLen + md->name().length() + md->argsString().length() <= MAX_CELL_SIZE;
1179 }
1180 break;
1181 case Protection::Private:
1182 addMemberToList(MemberListType::PriAttribs(),md,true);
1183 break;
1184 }
1185 }
1186 else if (md->isTypedef() || md->isEnumerate() || md->isEnumValue())
1187 {
1188 switch (prot)
1189 {
1190 case Protection::Protected:
1191 addMemberToList(MemberListType::ProTypes(),md,true);
1192 break;
1193 case Protection::Package:
1194 addMemberToList(MemberListType::PacTypes(),md,true);
1195 break;
1196 case Protection::Public:
1197 addMemberToList(MemberListType::PubTypes(),md,true);
1198 isSimple=!md->isEnumerate() &&
1199 !md->isEnumValue() &&
1200 md->typeString().find(")(")==DString::npos; // func ptr typedef
1201 break;
1202 case Protection::Private:
1203 addMemberToList(MemberListType::PriTypes(),md,true);
1204 break;
1205 }
1206 }
1207 else // member function
1208 {
1209 switch (prot)
1210 {
1211 case Protection::Protected:
1212 addMemberToList(MemberListType::ProMethods(),md,true);
1213 break;
1214 case Protection::Package:
1215 addMemberToList(MemberListType::PacMethods(),md,true);
1216 break;
1217 case Protection::Public:
1218 addMemberToList(MemberListType::PubMethods(),md,true);
1219 break;
1220 case Protection::Private:
1221 addMemberToList(MemberListType::PriMethods(),md,true);
1222 break;
1223 }
1224 }
1225 }
1226 break;
1227 }
1228 }
1229 if (!isSimple) // not a simple field -> not a simple struct
1230 {
1231 m_isSimple = false;
1232 }
1233 //printf("adding %s simple=%d total_simple=%d\n",qPrint(md->qualifiedName()),isSimple,m_isSimple);
1234
1235 /*******************************************************/
1236 /* insert member in the detailed documentation section */
1237 /*******************************************************/
1238 if ((md->isRelated() && protectionLevelVisible(prot)) || md->isFriend())
1239 {
1240 addMemberToList(MemberListType::RelatedMembers(),md,false);
1241 }
1242 else if (md->isFunction() &&
1243 md->protection()==Protection::Private &&
1244 (md->virtualness()!=Specifier::Normal || md->isOverride() || md->isFinal()) &&
1245 Config_getBool(EXTRACT_PRIV_VIRTUAL))
1246 {
1247 addMemberToList(MemberListType::FunctionMembers(),md,false);
1248 }
1249 else
1250 {
1251 switch (md->memberType())
1252 {
1253 case MemberType::Service: // UNO IDL
1254 addMemberToList(MemberListType::ServiceMembers(),md,false);
1255 break;
1256 case MemberType::Interface: // UNO IDL
1257 addMemberToList(MemberListType::InterfaceMembers(),md,false);
1258 break;
1259 case MemberType::Property:
1260 addMemberToList(MemberListType::PropertyMembers(),md,false);
1261 break;
1262 case MemberType::Event:
1263 addMemberToList(MemberListType::EventMembers(),md,false);
1264 break;
1265 case MemberType::Signal: // fall through
1266 case MemberType::DCOP:
1267 addMemberToList(MemberListType::FunctionMembers(),md,false);
1268 break;
1269 case MemberType::Slot:
1270 if (protectionLevelVisible(prot))
1271 {
1272 addMemberToList(MemberListType::FunctionMembers(),md,false);
1273 }
1274 break;
1275 default: // any of the other members
1276 if (protectionLevelVisible(prot))
1277 {
1278 switch (md->memberType())
1279 {
1280 case MemberType::Typedef:
1281 addMemberToList(MemberListType::TypedefMembers(),md,false);
1282 break;
1283 case MemberType::Enumeration:
1284 addMemberToList(MemberListType::EnumMembers(),md,false);
1285 break;
1286 case MemberType::EnumValue:
1287 addMemberToList(MemberListType::EnumValMembers(),md,false);
1288 break;
1289 case MemberType::Function:
1290 if (md->isConstructor() || md->isDestructor())
1291 {
1292 m_memberLists.get(MemberListType::Constructors(),MemberListContainer::Class)->push_back(md);
1293 }
1294 else
1295 {
1296 addMemberToList(MemberListType::FunctionMembers(),md,false);
1297 }
1298 break;
1299 case MemberType::Variable:
1300 addMemberToList(MemberListType::VariableMembers(),md,false);
1301 break;
1302 case MemberType::Define:
1303 warn(md->getDefFileName(),md->getDefLine()-1,"A define ({}) cannot be made a member of {}",
1304 md->name(), this->name());
1305 break;
1306 default:
1307 err("Unexpected member type '{}' found!\n",md->memberTypeName());
1308 }
1309 }
1310 break;
1311 }
1312 }
1313
1314 /*************************************************/
1315 /* insert member in the appropriate member group */
1316 /*************************************************/
1317 // Note: this must be done AFTER inserting the member in the
1318 // regular groups
1319 //addMemberToGroup(md,groupId);
1320
1321 }
1322
1323 if (md->virtualness()==Specifier::Pure)
1324 {
1325 m_isAbstract=true;
1326 }
1327
1328 if (md->name()=="operator->")
1329 {
1330 m_arrowOperator=md;
1331 }
1332
1333 if (addToAllList &&
1334 !(Config_getBool(HIDE_FRIEND_COMPOUNDS) &&
1335 md->isFriend() &&
1336 (md->typeString()=="friend class" ||
1337 md->typeString()=="friend struct" ||
1338 md->typeString()=="friend union")))
1339 {
1340 //printf("=======> adding member %s to class %s\n",qPrint(md->name()),qPrint(name()));
1341
1342 MemberNameInfo *mni = m_allMemberNameInfoLinkedMap.add(md->name());
1343 mni->push_back(std::make_unique<MemberInfo>(md,prot,md->virtualness(),false,false));
1344 }
1345
1346 // if we already created template instances before inserting this member (i.e. due to a typedef or using statement)
1347 // then we also need to insert the member in the template instance.
1348 for (const auto &ti : getTemplateInstances())
1349 {
1350 AUTO_TRACE_ADD("member {} of class {} with template instance {}\n",md->name(),name(),ti.templSpec);
1351 ClassDefMutable *cdm = toClassDefMutable(ti.classDef);
1352 if (cdm)
1353 {
1354 cdm->addMemberToTemplateInstance(md,templateArguments(),ti.templSpec);
1355 }
1356 }
1357
1358}
void addMemberToList(MemberListType lt, MemberDef *md, bool isBrief)
const TemplateInstanceList & getTemplateInstances() const override
Returns a sorted dictionary with all template instances found for this template class.
bool isSimple() const override
virtual void addMemberToTemplateInstance(const MemberDef *md, const ArgumentList &templateArguments, const DString &templSpec)=0
size_t find(char c, size_t pos=0) const
Definition dstring.h:239
const std::string & str() const
Definition dstring.h:645
size_t length() const
Returns the length of the string, not counting the 0-terminator.
Definition dstring.h:151
virtual DString getDefFileName() const =0
virtual int getDefLine() const =0
virtual bool isHidden() const =0
virtual bool isDestructor() const =0
virtual bool isConstructor() const =0
virtual bool isFriend() const =0
virtual DString argsString() const =0
virtual bool isRelated() const =0
virtual bool isOverride() const =0
virtual bool isTypedef() const =0
virtual VhdlSpecifier getVhdlSpecifiers() const =0
virtual bool isFunction() const =0
virtual bool isStatic() const =0
virtual bool isEnumerate() const =0
virtual MemberType memberType() const =0
virtual Specifier virtualness(int count=0) const =0
virtual bool isFinal() const =0
virtual DString memberTypeName() const =0
virtual bool isEnumValue() const =0
void push_back(Ptr &&p)
Definition membername.h:139
virtual DString trVhdlType(VhdlSpecifier type, bool single)=0
#define warn(file, line, fmt,...)
Definition message.h:97
#define err(fmt,...)
Definition message.h:127
bool protectionLevelVisible(Protection prot)
Definition util.cpp:4671
DString removeAnonymousScopes(const DString &str)
Definition util.cpp:98

References LinkedMap< T, Hash, KeyEqual, Map >::add(), addMemberToList(), ClassDefMutable::addMemberToTemplateInstance(), MemberDef::argsString(), AUTO_TRACE, AUTO_TRACE_ADD, Class, Config_getBool, err, DString::find(), MemberLists::get(), Definition::getDefFileName(), Definition::getDefLine(), DefinitionMixin< ClassDefMutable >::getLanguage(), getTemplateInstances(), MemberDef::getVhdlSpecifiers(), MemberDef::isConstructor(), MemberDef::isDestructor(), MemberDef::isEnumerate(), MemberDef::isEnumValue(), MemberDef::isFinal(), MemberDef::isFriend(), MemberDef::isFunction(), Definition::isHidden(), MemberDef::isOverride(), MemberDef::isRelated(), isSimple(), MemberDef::isStatic(), MemberDef::isTypedef(), MemberDef::isVariable(), DString::length(), m_allMemberNameInfoLinkedMap, m_arrowOperator, m_isAbstract, m_isSimple, m_memberLists, m_vhdlSummaryTitles, MemberDef::memberType(), MemberDef::memberTypeName(), Definition::name(), DefinitionMixin< ClassDefMutable >::name(), DString::npos, MemberDef::protection(), protectionLevelVisible(), MemberNameInfo::push_back(), removeAnonymousScopes(), DString::str(), templateArguments(), theTranslator, title(), toClassDefMutable(), Translator::trVhdlType(), MemberDef::typeString(), MemberDef::virtualness(), and warn.

Referenced by insertMember(), mergeCategory(), and mergeMembersFromBaseClasses().

◆ isAbstract()

bool ClassDefImpl::isAbstract ( ) const
overridevirtual

Returns true if there is at least one pure virtual member in this class.

Implements ClassDef.

Definition at line 5097 of file classdef.cpp.

5098{
5099 return m_isAbstract || m_spec.isAbstract();
5100}

References m_isAbstract, and m_spec.

Referenced by addClassAttributes().

◆ isAccessibleMember()

bool ClassDefImpl::isAccessibleMember ( const MemberDef * md) const
overridevirtual

returns true iff md is a member of this class or of the the public/protected members of a base class

Implements ClassDef.

Definition at line 4596 of file classdef.cpp.

4597{
4598 return md->getClassDef() && isBaseClass(md->getClassDef(),true,DString());
4599}
int isBaseClass(const ClassDef *bcd, bool followInstances, const DString &templSpec) const override
Returns true iff bcd is a direct or indirect base class of this class.
virtual const ClassDef * getClassDef() const =0

References MemberDef::getClassDef(), and isBaseClass().

◆ isBaseClass()

int ClassDefImpl::isBaseClass ( const ClassDef * bcd,
bool followInstances,
const DString & templSpec ) const
overridevirtual

Returns true iff bcd is a direct or indirect base class of this class.

This function will recursively traverse all branches of the inheritance tree.

Implements ClassDef.

Definition at line 3664 of file classdef.cpp.

3665{
3666 int distance=0;
3667 //printf("isBaseClass(cd=%s) looking for %s templSpec=%s\n",qPrint(name()),qPrint(bcd->name()),qPrint(templSpec));
3668 for (const auto &bclass : baseClasses())
3669 {
3670 const ClassDef *ccd = bclass.classDef;
3671 if (!followInstances && ccd->templateMaster())
3672 {
3673 ccd=ccd->templateMaster();
3674 }
3675 if (ccd==bcd && (templSpec.empty() || templSpec==bclass.templSpecifiers))
3676 {
3677 distance=1;
3678 break; // no shorter path possible
3679 }
3680 else
3681 {
3682 int d = ccd->isBaseClass(bcd,followInstances,templSpec);
3683 if (d>256)
3684 {
3685 err("Possible recursive class relation while inside {} and looking for base class {}\n",name(),bcd->name());
3686 return 0;
3687 }
3688 else if (d>0) // path found
3689 {
3690 if (distance==0 || d+1<distance) // update if no path found yet or shorter path found
3691 {
3692 distance=d+1;
3693 }
3694 }
3695 }
3696 }
3697 return distance;
3698}
virtual int isBaseClass(const ClassDef *bcd, bool followInstances, const DString &templSpec=DString()) const =0
Returns true iff bcd is a direct or indirect base class of this class.
virtual const ClassDef * templateMaster() const =0
Returns the template master of which this class is an instance.
const BaseClassList & baseClasses() const override
Returns the list of base classes from which this class directly inherits.

References baseClasses(), DString::empty(), err, ClassDef::isBaseClass(), Definition::name(), DefinitionMixin< ClassDefMutable >::name(), and ClassDef::templateMaster().

Referenced by isAccessibleMember().

◆ isCSharp()

bool ClassDefImpl::isCSharp ( ) const
overridevirtual

Returns true if this class is implemented in C#.

Implements ClassDef.

Definition at line 5137 of file classdef.cpp.

5138{
5139 return getLanguage()==SrcLangExt::CSharp;
5140}

References DefinitionMixin< ClassDefMutable >::getLanguage().

◆ isEmbeddedInOuterScope()

bool ClassDefImpl::isEmbeddedInOuterScope ( ) const
overridevirtual

Implements ClassDef.

Definition at line 5255 of file classdef.cpp.

5256{
5257 bool inlineGroupedClasses = Config_getBool(INLINE_GROUPED_CLASSES);
5258 bool inlineSimpleClasses = Config_getBool(INLINE_SIMPLE_STRUCTS);
5259
5260 Definition *container = getOuterScope();
5261
5262 bool containerLinkable =
5263 container &&
5264 (
5265 (container==Doxygen::globalScope && getFileDef() && getFileDef()->isLinkableInProject()) || // global class in documented file
5266 container->isLinkableInProject() // class in documented scope
5267 );
5268
5269 if (isAnonymous())
5270 {
5271 return false; // don't inline an anonymous class
5272 }
5273
5274 // inline because of INLINE_GROUPED_CLASSES=YES ?
5275 bool b1 = (inlineGroupedClasses && !partOfGroups().empty()); // a grouped class
5276 // inline because of INLINE_SIMPLE_STRUCTS=YES ?
5277 bool b2 = (inlineSimpleClasses && m_isSimple && // a simple class
5278 (containerLinkable || // in a documented container
5279 !partOfGroups().empty() // or part of a group
5280 )
5281 );
5282 //printf("%s::isEmbeddedInOuterScope(): inlineGroupedClasses=%d "
5283 // "inlineSimpleClasses=%d partOfGroups()=%d m_isSimple=%d "
5284 // "getOuterScope()=%s b1=%d b2=%d\n",
5285 // qPrint(name()),inlineGroupedClasses,inlineSimpleClasses,
5286 // !partOfGroups().empty(),m_isSimple,getOuterScope()?qPrint(getOuterScope()->name()):"<none>",b1,b2);
5287 return b1 || b2; // either reason will do
5288}

References Config_getBool, getFileDef(), DefinitionMixin< ClassDefMutable >::getOuterScope(), Doxygen::globalScope, DefinitionMixin< ClassDefMutable >::isAnonymous(), Definition::isLinkableInProject(), m_isSimple, and DefinitionMixin< ClassDefMutable >::partOfGroups().

Referenced by anchor().

◆ isExtension()

bool ClassDefImpl::isExtension ( ) const
overridevirtual

Returns true if this class represents an Objective-C 2.0 extension (nameless category).

Implements ClassDef.

Definition at line 5362 of file classdef.cpp.

5363{
5364 DString n = name();
5365 size_t si = n.find('(');
5366 size_t ei = n.find(')');
5367 bool b = si!=DString::npos && ei!=DString::npos && ei>si && n.mid(si+1,ei-si-1).stripWhiteSpace().empty();
5368 return b;
5369}

References DString::empty(), DString::find(), DString::mid(), DefinitionMixin< ClassDefMutable >::name(), DString::npos, and DString::stripWhiteSpace().

Referenced by mergeCategory(), and visibleInParentsDeclList().

◆ isFinal()

bool ClassDefImpl::isFinal ( ) const
overridevirtual

Returns true if this class is marked as final.

Implements ClassDef.

Definition at line 5102 of file classdef.cpp.

5103{
5104 return m_spec.isFinal();
5105}

References m_spec.

Referenced by addClassAttributes().

◆ isFortran()

bool ClassDefImpl::isFortran ( ) const
overridevirtual

Returns true if this class is implemented in Fortran.

Implements ClassDef.

Definition at line 5132 of file classdef.cpp.

5133{
5134 return getLanguage()==SrcLangExt::Fortran;
5135}

References DefinitionMixin< ClassDefMutable >::getLanguage().

Referenced by writeTagFile().

◆ isForwardDeclared()

bool ClassDefImpl::isForwardDeclared ( ) const
overridevirtual

Returns true if this class represents a forward declaration of a template class.

Implements ClassDef.

Definition at line 5117 of file classdef.cpp.

5118{
5119 return m_spec.isForwardDecl();
5120}

References m_spec.

◆ isImplicitTemplateInstance()

bool ClassDefImpl::isImplicitTemplateInstance ( ) const
overridevirtual

Implements ClassDef.

Definition at line 5057 of file classdef.cpp.

5058{
5060}

References m_implicitTemplateInstance.

◆ isInterface()

bool ClassDefImpl::isInterface ( ) const
overridevirtual

Returns true if this class represents an interface.

Implements ClassDef.

Definition at line 5122 of file classdef.cpp.

5123{
5124 return m_spec.isInterface();
5125}

References m_spec.

◆ isJavaEnum()

bool ClassDefImpl::isJavaEnum ( ) const
overridevirtual

Implements ClassDef.

Definition at line 5308 of file classdef.cpp.

5309{
5310 return m_isJavaEnum;
5311}

References m_isJavaEnum.

Referenced by ClassDefImpl(), compoundTypeString(), generatedFromFiles(), and title().

◆ isLinkable()

bool ClassDefImpl::isLinkable ( ) const
overridevirtual

Returns true iff it is possible to link to this item. This can be a link to another project imported via a tag file.

Implements Definition.

Definition at line 3607 of file classdef.cpp.

3608{
3610 {
3611 return m_templateMaster->isLinkable();
3612 }
3613 else
3614 {
3615 return isReference() || isLinkableInProject();
3616 }
3617}
bool isReference() const override

References Definition::isLinkable(), isLinkableInProject(), isReference(), m_implicitTemplateInstance, and m_templateMaster.

Referenced by visibleInParentsDeclList(), and writeDeclarationLink().

◆ isLinkableInProject()

bool ClassDefImpl::isLinkableInProject ( ) const
overridevirtual

a link to this class is possible within this project

Implements Definition.

Definition at line 3575 of file classdef.cpp.

3576{
3577 bool extractLocal = Config_getBool(EXTRACT_LOCAL_CLASSES);
3578 bool extractStatic = Config_getBool(EXTRACT_STATIC);
3579 bool hideUndoc = Config_getBool(HIDE_UNDOC_CLASSES);
3581 {
3583 }
3584 else
3585 {
3586 //printf("%s::isLinkableInProject() conditions: artificial=%d hidden=%d anonymous=%d protection=%d local=%d docs=%d static=%d ref=%d\n",
3587 // qPrint(name()),
3588 // !isArtificial(),
3589 // !isHidden(),
3590 // !isAnonymous(),
3591 // protectionLevelVisible(m_prot),
3592 // !m_isLocal || extractLocal,
3593 // hasDocumentation() || m_tempArgs.hasTemplateDocumentation() || !hideUndoc,
3594 // !m_isStatic || extractStatic,
3595 // !isReference());
3596 return
3597 !isArtificial() && !isHidden() && /* not hidden */
3598 !isAnonymous() && /* not anonymous */
3599 protectionLevelVisible(m_prot) && /* private/internal */
3600 (!m_isLocal || extractLocal) && /* local */
3601 (hasDocumentation() || m_tempArgs.hasTemplateDocumentation() || !hideUndoc) && /* documented */
3602 (!m_isStatic || extractStatic) && /* static */
3603 !isReference(); /* not an external reference */
3604 }
3605}
bool hasDocumentation() const override

References Config_getBool, hasDocumentation(), ArgumentList::hasTemplateDocumentation(), DefinitionMixin< ClassDefMutable >::isAnonymous(), DefinitionMixin< ClassDefMutable >::isArtificial(), DefinitionMixin< ClassDefMutable >::isHidden(), Definition::isLinkableInProject(), isReference(), m_implicitTemplateInstance, m_isLocal, m_isStatic, m_prot, m_tempArgs, m_templateMaster, and protectionLevelVisible().

Referenced by addListReferences(), addRequirementReferences(), getOutputFileBase(), isLinkable(), writeDeclarationLink(), and writeTagFile().

◆ isLocal()

bool ClassDefImpl::isLocal ( ) const
overridevirtual

Returns true if this is a local class definition, see EXTRACT_LOCAL_CLASSES.

Implements ClassDef.

Definition at line 4977 of file classdef.cpp.

4978{
4979 return m_isLocal;
4980}

References m_isLocal.

Referenced by visibleInParentsDeclList().

◆ isObjectiveC()

bool ClassDefImpl::isObjectiveC ( ) const
overridevirtual

Returns true if this class is implemented in Objective-C.

Implements ClassDef.

Definition at line 5127 of file classdef.cpp.

5128{
5129 return getLanguage()==SrcLangExt::ObjC;
5130}

References DefinitionMixin< ClassDefMutable >::getLanguage().

Referenced by writeTagFile().

◆ isPublished()

bool ClassDefImpl::isPublished ( ) const
overridevirtual

Returns true if this class is marked as published.

Implements ClassDef.

Definition at line 5112 of file classdef.cpp.

5113{
5114 return m_spec.isPublished();
5115}

References m_spec.

Referenced by addClassAttributes().

◆ isReference()

bool ClassDefImpl::isReference ( ) const
overridevirtual

Returns true if this definition is imported via a tag file.

Implements Definition.

Definition at line 4479 of file classdef.cpp.

4480{
4482 {
4483 return m_templateMaster->isReference();
4484 }
4485 else
4486 {
4488 }
4489}
virtual bool isReference() const =0
bool isReference() const override

References Definition::isReference(), DefinitionMixin< Base >::isReference(), m_implicitTemplateInstance, and m_templateMaster.

Referenced by isLinkable(), isLinkableInProject(), and isVisibleInHierarchy().

◆ isSealed()

bool ClassDefImpl::isSealed ( ) const
overridevirtual

Returns true if this class is marked as sealed.

Implements ClassDef.

Definition at line 5107 of file classdef.cpp.

5108{
5109 return m_spec.isSealed();
5110}

References m_spec.

Referenced by addClassAttributes().

◆ isSimple()

bool ClassDefImpl::isSimple ( ) const
overridevirtual

Implements ClassDef.

Definition at line 5217 of file classdef.cpp.

5218{
5219 return m_isSimple;
5220}

References m_isSimple.

Referenced by internalInsertMember(), and writeInlineDocumentation().

◆ isSliceLocal()

bool ClassDefImpl::isSliceLocal ( ) const
overridevirtual

Implements ClassDef.

Definition at line 5391 of file classdef.cpp.

5392{
5393 return m_spec.isLocal();
5394}

References m_spec.

Referenced by title(), and writeDeclarationLink().

◆ isSmartPointer()

const MemberDef * ClassDefImpl::isSmartPointer ( ) const
overridevirtual

Implements ClassDef.

Definition at line 5222 of file classdef.cpp.

5223{
5224 return m_arrowOperator;
5225}

References m_arrowOperator.

◆ isSubClass()

bool ClassDefImpl::isSubClass ( ClassDef * bcd,
int level = 0 ) const
overridevirtual

Returns true iff bcd is a direct or indirect sub class of this class.

Implements ClassDef.

Definition at line 3702 of file classdef.cpp.

3703{
3704 bool found=false;
3705 if (level>256)
3706 {
3707 err("Possible recursive class relation while inside {} and looking for derived class {}\n",name(),cd->name());
3708 return false;
3709 }
3710 for (const auto &iscd : subClasses())
3711 {
3712 ClassDef *ccd=iscd.classDef;
3713 found = (ccd==cd) || ccd->isSubClass(cd,level+1);
3714 if (found) break;
3715 }
3716 return found;
3717}
virtual bool isSubClass(ClassDef *bcd, int level=0) const =0
Returns true iff bcd is a direct or indirect sub class of this class.
const BaseClassList & subClasses() const override
Returns the list of sub classes that directly derive from this class.

References err, ClassDef::isSubClass(), Definition::name(), DefinitionMixin< ClassDefMutable >::name(), and subClasses().

◆ isTemplate()

bool ClassDefImpl::isTemplate ( ) const
overridevirtual

Returns true if this class is a template.

Implements ClassDef.

Definition at line 5067 of file classdef.cpp.

5068{
5069 return !m_tempArgs.empty();
5070}
bool empty() const
Definition arguments.h:100

References ArgumentList::empty(), and m_tempArgs.

◆ isTemplateArgument()

bool ClassDefImpl::isTemplateArgument ( ) const
overridevirtual

Implements ClassDef.

Definition at line 5092 of file classdef.cpp.

5093{
5094 return m_isTemplArg;
5095}

References m_isTemplArg.

◆ isUsedOnly()

bool ClassDefImpl::isUsedOnly ( ) const
overridevirtual

Implements ClassDef.

Definition at line 5212 of file classdef.cpp.

5213{
5214 return m_usedOnly;
5215}

References m_usedOnly.

◆ isVisibleInHierarchy()

bool ClassDefImpl::isVisibleInHierarchy ( ) const
overridevirtual

the class is visible in a class diagram, or class hierarchy

Implements ClassDef.

Definition at line 3621 of file classdef.cpp.

3622{
3623 bool allExternals = Config_getBool(ALLEXTERNALS);
3624 bool hideUndocClasses = Config_getBool(HIDE_UNDOC_CLASSES);
3625 bool extractStatic = Config_getBool(EXTRACT_STATIC);
3626
3627 //printf("%s: isArtificial=%d isAnonymous=%d protectionLevelVisible=%d hasDocumentation=%d templateInstance=%d static=%d\n",
3628 // qPrint(name()),
3629 // (allExternals && !isArtificial()) || hasNonReferenceSuperClass(),
3630 // !isAnonymous(),
3631 // protectionLevelVisible(m_prot),
3632 // (hasDocumentation() || !hideUndocClasses || (m_templateMaster && m_templateMaster->hasDocumentation()) || isReference()),
3633 // !m_implicitTemplateInstance || !m_inherits.empty() || !m_inheritedBy.empty(),
3634 // !m_isStatic || extractStatic);
3635
3636 return // show all classes or a subclass is visible
3637 ((allExternals && !isArtificial()) || hasNonReferenceSuperClass()) &&
3638 // and not an anonymous compound
3639 !isAnonymous() &&
3640 // and not privately inherited
3642 // documented or shown anyway or documentation is external
3643 (hasDocumentation() ||
3644 !hideUndocClasses ||
3646 isReference()
3647 ) &&
3648 // if this is an implicit template instance then it most be part of the inheritance hierarchy
3649 (!m_implicitTemplateInstance || !m_inherits.empty() || !m_inheritedBy.empty()) &&
3650 // is not part of an unnamed namespace or shown anyway
3651 (!m_isStatic || extractStatic);
3652}
bool hasNonReferenceSuperClass() const override
virtual bool hasDocumentation() const =0

References Config_getBool, hasDocumentation(), Definition::hasDocumentation(), hasNonReferenceSuperClass(), DefinitionMixin< ClassDefMutable >::isAnonymous(), DefinitionMixin< ClassDefMutable >::isArtificial(), isReference(), m_implicitTemplateInstance, m_inheritedBy, m_inherits, m_isStatic, m_prot, m_templateMaster, and protectionLevelVisible().

◆ makeTemplateArgument()

void ClassDefImpl::makeTemplateArgument ( bool b = true)
overridevirtual

Implements ClassDefMutable.

Definition at line 5197 of file classdef.cpp.

5198{
5199 m_isTemplArg = b;
5200}

References m_isTemplArg.

◆ memberNameInfoLinkedMap()

const MemberNameInfoLinkedMap & ClassDefImpl::memberNameInfoLinkedMap ( ) const
overridevirtual

Returns a dictionary of all members.

This includes any inherited members. Members are sorted alphabetically.

Implements ClassDef.

Definition at line 5012 of file classdef.cpp.

5013{
5015}

References m_allMemberNameInfoLinkedMap.

◆ mergeCategory()

void ClassDefImpl::mergeCategory ( ClassDef * cat)
overridevirtual

Merges the members of a Objective-C category into this class.

Implements ClassDefMutable.

Definition at line 4058 of file classdef.cpp.

4059{
4060 AUTO_TRACE();
4061 ClassDefMutable *category = toClassDefMutable(cat);
4062 if (category)
4063 {
4064 bool extractLocalMethods = Config_getBool(EXTRACT_LOCAL_METHODS);
4065 bool makePrivate = category->isLocal();
4066 // in case extract local methods is not enabled we don't add the methods
4067 // of the category in case it is defined in the .m file.
4068 if (makePrivate && !extractLocalMethods) return;
4069 bool isExtension = category->isExtension();
4070
4071 category->setCategoryOf(this);
4072 if (isExtension)
4073 {
4074 category->setArtificial(true);
4075
4076 // copy base classes/protocols from extension
4077 for (const auto &bcd : category->baseClasses())
4078 {
4079 insertBaseClass(bcd.classDef,bcd.usedName,bcd.prot,bcd.virt,bcd.templSpecifiers);
4080 // correct bcd.classDef so that they do no longer derive from
4081 // category, but from this class!
4082 BaseClassList scl = bcd.classDef->subClasses();
4083 for (auto &scd : scl)
4084 {
4085 if (scd.classDef==category)
4086 {
4087 scd.classDef=this;
4088 }
4089 }
4090 bcd.classDef->updateSubClasses(scl);
4091 }
4092 }
4093 // make methods private for categories defined in the .m file
4094 //printf("%s::mergeCategory makePrivate=%d\n",qPrint(name()),makePrivate);
4095
4096 const MemberNameInfoLinkedMap &srcMnd = category->memberNameInfoLinkedMap();
4097 MemberNameInfoLinkedMap &dstMnd = m_allMemberNameInfoLinkedMap;
4098
4099 for (auto &srcMni : srcMnd)
4100 {
4101 MemberNameInfo *dstMni=dstMnd.find(srcMni->memberName());
4102 if (dstMni) // method is already defined in the class
4103 {
4104 AUTO_TRACE_ADD("Existing member {}",srcMni->memberName());
4105 const auto &dstMi = dstMni->front();
4106 const auto &srcMi = srcMni->front();
4107 if (srcMi && dstMi)
4108 {
4109 MemberDefMutable *smdm = toMemberDefMutable(srcMi->memberDef());
4110 MemberDefMutable *dmdm = toMemberDefMutable(dstMi->memberDef());
4111 if (smdm && dmdm)
4112 {
4114 dmdm->setCategory(category);
4115 dmdm->setCategoryRelation(smdm);
4116 smdm->setCategoryRelation(dmdm);
4117 }
4118 }
4119 }
4120 else // new method name
4121 {
4122 AUTO_TRACE_ADD("New member {}",srcMni->memberName());
4123 // create a deep copy of the list
4124 MemberNameInfo *newMni = dstMnd.add(srcMni->memberName());
4125
4126 // copy the member(s) from the category to this class
4127 for (auto &mi : *srcMni)
4128 {
4129 //printf("Adding '%s'\n",qPrint(mi->memberDef->name()));
4130 Protection prot = mi->prot();
4131 //if (makePrivate) prot = Private;
4132 auto newMd = mi->memberDef()->deepCopy();
4133 if (newMd)
4134 {
4135 auto mmd = toMemberDefMutable(newMd.get());
4136 AUTO_TRACE_ADD("Copying member {}",mmd->name());
4137 if (mmd)
4138 {
4139 mmd->moveTo(this);
4140 }
4141
4142 auto newMi=std::make_unique<MemberInfo>(newMd.get(),prot,mi->virt(),mi->inherited(),mi->virtualBaseClass());
4143 newMi->setScopePath(mi->scopePath());
4144 newMi->setAmbigClass(mi->ambigClass());
4145 newMi->setAmbiguityResolutionScope(mi->ambiguityResolutionScope());
4146 newMni->push_back(std::move(newMi));
4147
4148 // also add the newly created member to the global members list
4149
4150 DString name = newMd->name();
4151 MemberName *mn = Doxygen::memberNameLinkedMap->add(name);
4152
4153 if (mmd)
4154 {
4155 mmd->setCategory(category);
4156 mmd->setCategoryRelation(mi->memberDef());
4157 }
4158 auto miMmd = toMemberDefMutable(mi->memberDef());
4159 if (miMmd) miMmd->setCategoryRelation(newMd.get());
4160
4161 if (mmd && (makePrivate || isExtension))
4162 {
4163 mmd->makeImplementationDetail();
4164 }
4165 internalInsertMember(newMd.get(),prot,false);
4166 mn->push_back(std::move(newMd));
4167 }
4168 }
4169 }
4170 }
4171 }
4172}
virtual const BaseClassList & baseClasses() const =0
Returns the list of base classes from which this class directly inherits.
virtual bool isLocal() const =0
Returns true if this is a local class definition, see EXTRACT_LOCAL_CLASSES.
virtual bool isExtension() const =0
Returns true if this class represents an Objective-C 2.0 extension (nameless category).
void insertBaseClass(ClassDef *, const DString &name, Protection p, Specifier s, const DString &t=DString()) override
bool isExtension() const override
Returns true if this class represents an Objective-C 2.0 extension (nameless category).
virtual void setCategoryOf(ClassDef *cd)=0
virtual void setCategory(ClassDef *)=0
virtual void setCategoryRelation(const MemberDef *)=0
std::vector< BaseClassDef > BaseClassList
Definition classdef.h:77
void combineDeclarationAndDefinition(MemberDefMutable *mdec, MemberDefMutable *mdef)
Protection
Definition types.h:32

References LinkedMap< T, Hash, KeyEqual, Map >::add(), AUTO_TRACE, AUTO_TRACE_ADD, ClassDef::baseClasses(), combineDeclarationAndDefinition(), Config_getBool, LinkedMap< T, Hash, KeyEqual, Map >::find(), MemberNameInfo::front(), insertBaseClass(), internalInsertMember(), ClassDef::isExtension(), isExtension(), ClassDef::isLocal(), m_allMemberNameInfoLinkedMap, ClassDef::memberNameInfoLinkedMap(), Doxygen::memberNameLinkedMap, DefinitionMixin< ClassDefMutable >::name(), MemberName::push_back(), MemberNameInfo::push_back(), DefinitionMutable::setArtificial(), MemberDefMutable::setCategory(), ClassDefMutable::setCategoryOf(), MemberDefMutable::setCategoryRelation(), toClassDefMutable(), and toMemberDefMutable().

◆ mergeMembers()

void ClassDefImpl::mergeMembers ( )
overridevirtual

recursively merges the 'all members' lists of a class base with that of this class. Must only be called for classes without subclasses!

Implements ClassDefMutable.

Definition at line 4017 of file classdef.cpp.

4018{
4019 if (m_membersMerged) return;
4020 if (getLanguage()==SrcLangExt::Python)
4021 {
4022 for (const auto &bcd : baseClasses())
4023 {
4024 ClassDefMutable *bClass=toClassDefMutable(bcd.classDef);
4026 }
4027 }
4028
4029 //printf("> %s::mergeMembers()\n",qPrint(name()));
4030
4031 m_membersMerged=true;
4032
4033 // first merge the members of the base class recursively
4034 for (const auto &bcd : baseClasses())
4035 {
4036 ClassDefMutable *bClass=toClassDefMutable(bcd.classDef);
4037 if (bClass)
4038 {
4039 // merge the members in the base class of this inheritance branch first
4040 bClass->mergeMembers();
4041 }
4042 }
4043
4044 // first merge the member that are not inherited via a virtual base class
4045 // (as this can end up reimplemented via multiple paths, see #10717 for examples)
4047 // then process the member that are inherited via a virtual base class to add the
4048 // ones that are not reimplemented via any path
4050
4051 //printf("< %s::mergeMembers()\n",qPrint(name()));
4052}
void mergeMembersFromBaseClasses(bool mergeVirtualBaseClass)
virtual void mergeMembers()=0

References baseClasses(), DefinitionMixin< ClassDefMutable >::getLanguage(), hideDerivedVariablesInPython(), m_membersMerged, ClassDefMutable::mergeMembers(), mergeMembersFromBaseClasses(), and toClassDefMutable().

◆ mergeMembersFromBaseClasses()

void ClassDefImpl::mergeMembersFromBaseClasses ( bool mergeVirtualBaseClass)
private

Definition at line 3728 of file classdef.cpp.

3729{
3730 SrcLangExt lang = getLanguage();
3731 DString sep=getLanguageSpecificSeparator(lang,true);
3732 size_t sepLen = sep.length();
3733 bool inlineInheritedMembers = Config_getBool(INLINE_INHERITED_MEMB);
3734 bool extractPrivate = Config_getBool(EXTRACT_PRIVATE);
3735
3736 auto insertMember = [&](const ClassDef *cd,MemberDef *md,Protection prot)
3737 {
3738 if (inlineInheritedMembers && !isStandardFunc(md))
3739 {
3740 //printf(" %s::insertMember(%s)\n",qPrint(name()),qPrint(srcMd->name()));
3741 internalInsertMember(md,prot,false);
3742 if (!cd->isLinkable()) // if the base is not linkable then move the member to this class
3743 {
3744 MemberDefMutable *mdm = toMemberDefMutable(md);
3745 mdm->moveTo(this);
3746 mdm->setExplicitInherited(true);
3747 }
3748 }
3749 };
3750
3751 //printf(" mergeMembers for %s mergeVirtualBaseClass=%d\n",qPrint(name()),mergeVirtualBaseClass);
3752 // the merge the base members with this class' members
3753 for (const auto &bcd : baseClasses())
3754 {
3755 ClassDefMutable *bClass=toClassDefMutable(bcd.classDef);
3756 if (bClass)
3757 {
3758 const MemberNameInfoLinkedMap &srcMnd = bClass->memberNameInfoLinkedMap();
3759 MemberNameInfoLinkedMap &dstMnd = m_allMemberNameInfoLinkedMap;
3760
3761 for (auto &srcMni : srcMnd)
3762 {
3763 MemberNameInfo *dstMni=dstMnd.find(srcMni->memberName());
3764 if (dstMni)
3765 // a member with that name is already in the class.
3766 // the member may hide or reimplement the one in the sub class
3767 // or there may be another path to the base class that is already
3768 // visited via another branch in the class hierarchy.
3769 {
3770 //printf(" %s hides member name %s\n",qPrint(bClass->name()),qPrint(srcMni->memberName()));
3771 for (auto &srcMi : *srcMni)
3772 {
3773 MemberDef *srcMd = srcMi->memberDef();
3774 bool found=false;
3775 bool ambiguous=false;
3776 bool hidden=false;
3777 const ClassDef *srcCd = srcMd->getClassDef();
3778 for (auto &dstMi : *dstMni)
3779 {
3780 const MemberDef *dstMd = dstMi->memberDef();
3781 if (srcMd!=dstMd) // different members
3782 {
3783 const ClassDef *dstCd = dstMd->getClassDef();
3784 //printf(" Is %s a base class of %s?\n",qPrint(srcCd->name()),qPrint(dstCd->name()));
3785 if (srcCd==dstCd || dstCd->isBaseClass(srcCd,true))
3786 // member is in the same or a base class
3787 {
3788 const ArgumentList &srcAl = srcMd->argumentList();
3789 const ArgumentList &dstAl = dstMd->argumentList();
3790 found=matchArguments2(
3791 srcMd->getOuterScope(),srcMd->getFileDef(),srcMd->typeString(),&srcAl,
3792 dstMd->getOuterScope(),dstMd->getFileDef(),dstMd->typeString(),&dstAl,
3793 true,lang
3794 );
3795 //printf(" Yes, matching (%s<->%s): %d\n",
3796 // qPrint(argListToString(srcMd->argumentList())),
3797 // qPrint(argListToString(dstMd->argumentList())),
3798 // found);
3799 hidden = hidden || !found;
3800 }
3801 else // member is in a non base class => multiple inheritance
3802 // using the same base class.
3803 {
3804 //printf(" $$ Existing member %s %s add scope %s\n",
3805 // qPrint(dstMi->ambiguityResolutionScope()),
3806 // qPrint(dstMd->name()),
3807 // qPrint(dstMi->scopePath().left(dstMi->scopePath().find("::")+2)));
3808
3809 size_t scopeSepPos = dstMi->scopePath().find(sep);
3810 DString scope = dstMi->scopePath().left(scopeSepPos!=DString::npos ? scopeSepPos+sepLen : 0);
3811 if (scope!=dstMi->ambiguityResolutionScope().left(scope.length()))
3812 {
3813 dstMi->setAmbiguityResolutionScope(scope+dstMi->ambiguityResolutionScope());
3814 }
3815 ambiguous=true;
3816 }
3817 }
3818 else // same members
3819 {
3820 // do not add if base class is virtual or
3821 // if scope paths are equal or
3822 // if base class is an interface (and thus implicitly virtual).
3823 //printf(" same member found srcMi->virt=%d dstMi->virt=%d\n",srcMi->virt(),dstMi->virt());
3824 if ((srcMi->virt()!=Specifier::Normal && dstMi->virt()!=Specifier::Normal) ||
3825 bClass->name()+sep+srcMi->scopePath() == dstMi->scopePath() ||
3827 )
3828 {
3829 found=true;
3830 }
3831 else // member can be reached via multiple paths in the
3832 // inheritance tree
3833 {
3834 //printf(" $$ Existing member %s %s add scope %s\n",
3835 // qPrint(dstMi->ambiguityResolutionScope()),
3836 // qPrint(dstMd->name()),
3837 // qPrint(dstMi->scopePath().left(dstMi->scopePath().find("::")+2)));
3838
3839 size_t scopeSepPos = dstMi->scopePath().find(sep);
3840 DString scope = dstMi->scopePath().left(scopeSepPos!=DString::npos ? scopeSepPos+sepLen : 0);
3841 if (scope!=dstMi->ambiguityResolutionScope().left(scope.length()))
3842 {
3843 dstMi->setAmbiguityResolutionScope(dstMi->ambiguityResolutionScope()+scope);
3844 }
3845 ambiguous=true;
3846 }
3847 }
3848 if (found) break;
3849 }
3850 //printf(" member %s::%s hidden %d ambiguous %d srcMi->ambigClass=%p found=%d\n",
3851 // qPrint(srcCd->name()),qPrint(srcMd->name()),hidden,ambiguous,
3852 // (void*)srcMi->ambigClass(),found);
3853
3854 // TODO: fix the case where a member is hidden by inheritance
3855 // of a member with the same name but with another prototype,
3856 // while there is more than one path to the member in the
3857 // base class due to multiple inheritance. In this case
3858 // it seems that the member is not reachable by prefixing a
3859 // scope name either (according to my compiler). Currently,
3860 // this case is shown anyway.
3861 if (!found && srcMd->protection()!=Protection::Private && !srcMd->isFriend() &&
3862 srcMi->virtualBaseClass()==mergeVirtualBaseClass && lang!=SrcLangExt::Python)
3863 {
3864 Protection prot = srcMd->protection();
3865 if (bcd.prot==Protection::Protected && prot==Protection::Public)
3866 {
3867 prot = bcd.prot;
3868 }
3869 else if (bcd.prot==Protection::Private)
3870 {
3871 prot = bcd.prot;
3872 }
3873
3874 insertMember(bClass,srcMd,prot);
3875
3876 Specifier virt=srcMi->virt();
3877 if (virt==Specifier::Normal && bcd.virt!=Specifier::Normal) virt=bcd.virt;
3878 bool virtualBaseClass = bcd.virt!=Specifier::Normal;
3879
3880 auto newMi = std::make_unique<MemberInfo>(srcMd,prot,virt,true,virtualBaseClass);
3881 newMi->setScopePath(bClass->name()+sep+srcMi->scopePath());
3882 if (ambiguous)
3883 {
3884 //printf("$$ New member %s %s add scope %s::\n",
3885 // qPrint(srcMi->ambiguityResolutionScope),
3886 // qPrint(srcMd->name()),
3887 // qPrint(bClass->name()));
3888
3889 DString scope=bClass->name()+sep;
3890 if (scope!=srcMi->ambiguityResolutionScope().left(scope.length()))
3891 {
3892 newMi->setAmbiguityResolutionScope(scope+srcMi->ambiguityResolutionScope());
3893 }
3894 }
3895 if (hidden)
3896 {
3897 if (srcMi->ambigClass()==nullptr)
3898 {
3899 newMi->setAmbigClass(bClass);
3900 newMi->setAmbiguityResolutionScope(bClass->name()+sep);
3901 }
3902 else
3903 {
3904 newMi->setAmbigClass(srcMi->ambigClass());
3905 newMi->setAmbiguityResolutionScope(srcMi->ambigClass()->name()+sep);
3906 }
3907 }
3908 dstMni->push_back(std::move(newMi));
3909 }
3910 }
3911 }
3912 else // base class has a member that is not in the sub class => copy
3913 {
3914 //printf(" %s adds member name %s\n",qPrint(bClass->name()),qPrint(srcMni->memberName()));
3915 // create a deep copy of the list (only the MemberInfo's will be
3916 // copied, not the actual MemberDef's)
3917 MemberNameInfo *newMni = dstMnd.add(srcMni->memberName());
3918
3919 // copy the member(s) from the base to the sub class
3920 for (auto &mi : *srcMni)
3921 {
3922 if (mi->virtualBaseClass()==mergeVirtualBaseClass && !mi->memberDef()->isFriend()) // don't inherit friends
3923 {
3924 Protection prot = mi->prot();
3925 if (bcd.prot==Protection::Protected)
3926 {
3927 if (prot==Protection::Public) prot=Protection::Protected;
3928 }
3929 else if (bcd.prot==Protection::Private)
3930 {
3931 prot=Protection::Private;
3932 }
3933 Specifier virt=mi->virt();
3934 bool virtualBaseClass = bcd.virt!=Specifier::Normal || mi->virtualBaseClass();
3935 if (virt==Specifier::Normal && bcd.virt!=Specifier::Normal) virt=bcd.virt;
3936 //printf(" %s::%s: [mi.prot=%d, bcd.prot=%d => prot=%d], [mi.virt=%d, bcd.virt=%d => virt=%d] virtualBase=%d\n",
3937 // qPrint(name()),qPrint(mi->memberDef()->name()),
3938 // mi->prot(),bcd.prot,prot,
3939 // mi->virt(),bcd.virt,virt,
3940 // virtualBaseClass
3941 // );
3942
3943 if (prot!=Protection::Private || extractPrivate)
3944 {
3945 insertMember(bClass,mi->memberDef(),prot);
3946
3947 //printf("Adding!\n");
3948 std::unique_ptr<MemberInfo> newMi = std::make_unique<MemberInfo>(mi->memberDef(),prot,virt,true,virtualBaseClass);
3949 newMi->setScopePath(bClass->name()+sep+mi->scopePath());
3950 newMi->setAmbigClass(mi->ambigClass());
3951 newMi->setAmbiguityResolutionScope(mi->ambiguityResolutionScope());
3952 newMni->push_back(std::move(newMi));
3953 }
3954 }
3955 }
3956 }
3957 }
3958 }
3959 }
3960}
virtual CompoundType compoundType() const =0
Returns the type of compound this is, i.e. class/struct/union/...
DString left(size_t len) const
Definition dstring.h:306
virtual void moveTo(Definition *)=0
virtual void setExplicitInherited(bool b)=0
static bool isStandardFunc(const MemberDef *md)
Specifier
Definition types.h:80
DString getLanguageSpecificSeparator(SrcLangExt lang, bool classScope)
Definition util.cpp:4629

References LinkedMap< T, Hash, KeyEqual, Map >::add(), MemberDef::argumentList(), baseClasses(), ClassDef::compoundType(), Config_getBool, LinkedMap< T, Hash, KeyEqual, Map >::find(), MemberDef::getClassDef(), MemberDef::getFileDef(), DefinitionMixin< ClassDefMutable >::getLanguage(), getLanguageSpecificSeparator(), Definition::getOuterScope(), insertMember(), ClassDef::Interface, internalInsertMember(), ClassDef::isBaseClass(), MemberDef::isFriend(), Definition::isLinkable(), isStandardFunc(), DString::left(), DString::length(), m_allMemberNameInfoLinkedMap, matchArguments2(), ClassDef::memberNameInfoLinkedMap(), MemberDef::moveTo(), Definition::name(), DString::npos, MemberDef::protection(), MemberNameInfo::push_back(), MemberDefMutable::setExplicitInherited(), toClassDefMutable(), toMemberDefMutable(), and MemberDef::typeString().

Referenced by mergeMembers().

◆ moveTo()

void ClassDefImpl::moveTo ( Definition * scope)
overridevirtual

Implements ClassDef.

Definition at line 988 of file classdef.cpp.

989{
990 //printf("%s::moveTo(%s)\n",qPrint(name()),qPrint(scope->name()));
991 setOuterScope(scope);
993 {
994 m_fileDef = toFileDef(scope);
995 }
996 else if (scope->definitionType()==Definition::TypeModule)
997 {
998 m_moduleDef = toModuleDef(scope);
999 }
1000}
void setOuterScope(Definition *def) override
FileDef * toFileDef(Definition *d)
Definition filedef.cpp:1973
ModuleDef * toModuleDef(Definition *d)

References Definition::definitionType(), m_fileDef, m_moduleDef, DefinitionMixin< ClassDefMutable >::setOuterScope(), toFileDef(), toModuleDef(), Definition::TypeFile, and Definition::TypeModule.

◆ overrideCollaborationGraph()

void ClassDefImpl::overrideCollaborationGraph ( bool e)
overridevirtual

Implements ClassDefMutable.

Definition at line 5438 of file classdef.cpp.

5439{
5441}

References m_hasCollaborationGraph.

◆ overrideInheritanceGraph()

void ClassDefImpl::overrideInheritanceGraph ( CLASS_GRAPH_t e)
overridevirtual

Implements ClassDefMutable.

Definition at line 5411 of file classdef.cpp.

5412{
5414}

References m_typeInheritanceGraph.

◆ protection()

Protection ClassDefImpl::protection ( ) const
overridevirtual

Return the protection level (Public,Protected,Private) in which this compound was found.

Implements ClassDef.

Definition at line 5027 of file classdef.cpp.

5028{
5029 return m_prot;
5030}

References m_prot.

Referenced by visibleInParentsDeclList(), and writeDeclarationLink().

◆ qualifiedNameWithTemplateParameters()

DString ClassDefImpl::qualifiedNameWithTemplateParameters ( const ArgumentLists * actualParams = nullptr,
uint32_t * actualParamIndex = nullptr ) const
overridevirtual

Implements ClassDef.

Definition at line 4507 of file classdef.cpp.

4509{
4510 return makeQualifiedNameWithTemplateParameters(this,actualParams,actualParamIndex);
4511}
static DString makeQualifiedNameWithTemplateParameters(const ClassDef *cd, const ArgumentLists *actualParams, uint32_t *actualParamIndex)
Definition classdef.cpp:60

References makeQualifiedNameWithTemplateParameters().

◆ reclassifyMember()

void ClassDefImpl::reclassifyMember ( MemberDefMutable * md,
MemberType t )
overridevirtual

Implements ClassDefMutable.

Definition at line 5227 of file classdef.cpp.

5228{
5229 md->setMemberType(t);
5230 for (auto &ml : m_memberLists)
5231 {
5232 ml->remove(md);
5233 }
5234 insertMember(md);
5235}
virtual void setMemberType(MemberType t)=0

References insertMember(), m_memberLists, and MemberDefMutable::setMemberType().

◆ removeMemberFromLists()

void ClassDefImpl::removeMemberFromLists ( MemberDef * md)
overridevirtual

Implements ClassDefMutable.

Definition at line 5300 of file classdef.cpp.

5301{
5302 for (auto &ml : m_memberLists)
5303 {
5304 ml->remove(md);
5305 }
5306}

References m_memberLists.

Referenced by hideDerivedVariablesInPython().

◆ requiresClause()

DString ClassDefImpl::requiresClause ( ) const
overridevirtual

Implements ClassDef.

Definition at line 3559 of file classdef.cpp.

3560{
3561 return m_requiresClause;
3562}

References m_requiresClause.

◆ setAnonymousEnumType()

void ClassDefImpl::setAnonymousEnumType ( )
overridevirtual

Implements ClassDefMutable.

Definition at line 4690 of file classdef.cpp.

4691{
4692 for (const auto &lde : LayoutDocManager::instance().docEntries(LayoutDocManager::Class))
4693 {
4694 if (lde->kind()==LayoutDocEntry::MemberDecl)
4695 {
4696 const LayoutDocEntryMemberDecl *lmd = dynamic_cast<const LayoutDocEntryMemberDecl*>(lde.get());
4697 if (lmd)
4698 {
4699 MemberList * ml = getMemberList(lmd->type);
4700 if (ml)
4701 {
4703 }
4704 }
4705 }
4706 else if (lde->kind()==LayoutDocEntry::MemberGroups)
4707 {
4708 for (const auto &mg : m_memberGroups)
4709 {
4710 mg->setAnonymousEnumType();
4711 }
4712 }
4713 }
4714}
void setAnonymousEnumType()

References getMemberList(), LayoutDocManager::instance(), m_memberGroups, MemberList::setAnonymousEnumType(), and LayoutDocEntryMemberDecl::type.

◆ setCategoryOf()

void ClassDefImpl::setCategoryOf ( ClassDef * cd)
overridevirtual

Implements ClassDefMutable.

Definition at line 5202 of file classdef.cpp.

5203{
5204 m_categoryOf = cd;
5205}

References m_categoryOf.

◆ setClassName()

void ClassDefImpl::setClassName ( const DString & name)
overridevirtual

Implements ClassDefMutable.

Definition at line 4524 of file classdef.cpp.

4525{
4526 m_className = name;
4527}

References m_className, and DefinitionMixin< ClassDefMutable >::name().

◆ setClassSpecifier()

void ClassDefImpl::setClassSpecifier ( TypeSpecifier spec)
overridevirtual

Implements ClassDefMutable.

Definition at line 5313 of file classdef.cpp.

5314{
5315 m_spec = spec;
5316}

References m_spec.

◆ setCompoundType()

void ClassDefImpl::setCompoundType ( CompoundType t)
overridevirtual

Implements ClassDefMutable.

Definition at line 5186 of file classdef.cpp.

5187{
5188 m_compType = t;
5189}

References m_compType.

◆ setFileDef()

void ClassDefImpl::setFileDef ( FileDef * fd)
overridevirtual

Implements ClassDefMutable.

Definition at line 5157 of file classdef.cpp.

5158{
5159 m_fileDef = fd;
5160}

References m_fileDef.

◆ setGroupDefForAllMembers()

void ClassDefImpl::setGroupDefForAllMembers ( GroupDef * g,
Grouping::GroupPri_t pri,
const DString & fileName,
int startLine,
bool hasDocs )
overridevirtual

Implements ClassDefMutable.

Definition at line 4301 of file classdef.cpp.

4302{
4303 gd->addClass(this);
4304 //printf("ClassDefImpl::setGroupDefForAllMembers(%s)\n",qPrint(gd->name()));
4305 for (auto &mni : m_allMemberNameInfoLinkedMap)
4306 {
4307 for (auto &mi : *mni)
4308 {
4309 MemberDefMutable *md = toMemberDefMutable(mi->memberDef());
4310 if (md)
4311 {
4312 md->setGroupDef(gd,pri,fileName,startLine,hasDocs);
4313 gd->insertMember(md,true);
4314 ClassDefMutable *innerClass = toClassDefMutable(const_cast<ClassDef*>(md->getClassDefOfAnonymousType()));
4315 if (innerClass) innerClass->setGroupDefForAllMembers(gd,pri,fileName,startLine,hasDocs);
4316 }
4317 }
4318 }
4319}
virtual void setGroupDefForAllMembers(GroupDef *g, Grouping::GroupPri_t pri, const DString &fileName, int startLine, bool hasDocs)=0
virtual const ClassDef * getClassDefOfAnonymousType() const =0
virtual void setGroupDef(GroupDef *gd, Grouping::GroupPri_t pri, const DString &fileName, int startLine, bool hasDocs, MemberDef *member=nullptr)=0

References GroupDef::addClass(), MemberDef::getClassDefOfAnonymousType(), GroupDef::insertMember(), m_allMemberNameInfoLinkedMap, MemberDefMutable::setGroupDef(), ClassDefMutable::setGroupDefForAllMembers(), toClassDefMutable(), and toMemberDefMutable().

◆ setImplicitTemplateInstance()

void ClassDefImpl::setImplicitTemplateInstance ( bool b)
overridevirtual

Implements ClassDefMutable.

Definition at line 5062 of file classdef.cpp.

5063{
5065}

References m_implicitTemplateInstance.

◆ setIncludeFile()

void ClassDefImpl::setIncludeFile ( FileDef * fd,
const DString & incName,
bool local,
bool force )
overridevirtual

Implements ClassDefMutable.

Definition at line 1444 of file classdef.cpp.

1446{
1447 //printf("ClassDefImpl::setIncludeFile(%p,%s,%d,%d)\n",fd,includeName,local,force);
1448 if (!m_incInfo) m_incInfo = std::make_unique<IncludeInfo>();
1449 if ((!includeName.empty() && m_incInfo->includeName.empty()) ||
1450 (fd!=nullptr && m_incInfo->fileDef==nullptr)
1451 )
1452 {
1453 //printf("Setting file info\n");
1454 m_incInfo->fileDef = fd;
1455 m_incInfo->includeName = includeName;
1457 }
1458 if (force && !includeName.empty())
1459 {
1460 m_incInfo->includeName = includeName;
1462 }
1463}
@ IncludeLocal
Definition filedef.h:47
@ IncludeSystem
Definition filedef.h:46

References DString::empty(), IncludeLocal, IncludeSystem, and m_incInfo.

◆ setIsStatic()

void ClassDefImpl::setIsStatic ( bool b)
overridevirtual

Implements ClassDefMutable.

Definition at line 5181 of file classdef.cpp.

5182{
5183 m_isStatic=b;
5184}

References m_isStatic.

◆ setMetaData()

void ClassDefImpl::setMetaData ( const DString & md)
overridevirtual

Implements ClassDefMutable.

Definition at line 5396 of file classdef.cpp.

5397{
5398 m_metaData = md;
5399}

References m_metaData.

◆ setModuleDef()

void ClassDefImpl::setModuleDef ( ModuleDef * mod)
overridevirtual

Implements ClassDefMutable.

Definition at line 5162 of file classdef.cpp.

5163{
5164 m_moduleDef = mod;
5165}

References m_moduleDef.

◆ setPrimaryConstructorParams()

void ClassDefImpl::setPrimaryConstructorParams ( const ArgumentList & list)
overridevirtual

Implements ClassDefMutable.

Definition at line 3569 of file classdef.cpp.

3570{
3572}
ArgumentList m_primaryConstructorParams
Definition classdef.cpp:574

References m_primaryConstructorParams.

◆ setProtection()

void ClassDefImpl::setProtection ( Protection p)
overridevirtual

Implements ClassDefMutable.

Definition at line 5172 of file classdef.cpp.

5173{
5174 m_prot=p;
5175 if (getLanguage()==SrcLangExt::VHDL && VhdlDocGen::convert(p)==VhdlDocGen::ARCHITECTURECLASS)
5176 {
5177 m_className = name();
5178 }
5179}
@ ARCHITECTURECLASS
Definition vhdldocgen.h:74
static VhdlClasses convert(Protection prot)
Definition vhdldocgen.h:77

References VhdlDocGen::ARCHITECTURECLASS, VhdlDocGen::convert(), DefinitionMixin< ClassDefMutable >::getLanguage(), m_className, m_prot, and DefinitionMixin< ClassDefMutable >::name().

◆ setRequiresClause()

void ClassDefImpl::setRequiresClause ( const DString & req)
overridevirtual

Implements ClassDefMutable.

Definition at line 3564 of file classdef.cpp.

3565{
3566 m_requiresClause = req;
3567}

References m_requiresClause.

◆ setSubGrouping()

void ClassDefImpl::setSubGrouping ( bool enabled)
overridevirtual

Implements ClassDefMutable.

Definition at line 5167 of file classdef.cpp.

5168{
5169 m_subGrouping = enabled;
5170}

References m_subGrouping.

◆ setTagLessReference()

void ClassDefImpl::setTagLessReference ( const ClassDef * cd)
overridevirtual

Implements ClassDefMutable.

Definition at line 5295 of file classdef.cpp.

5296{
5297 m_tagLessRef = cd;
5298}

References m_tagLessRef.

◆ setTemplateArguments()

void ClassDefImpl::setTemplateArguments ( const ArgumentList & al)
overridevirtual

Implements ClassDefMutable.

Definition at line 3511 of file classdef.cpp.

3512{
3513 m_tempArgs = al;
3514}

References m_tempArgs.

◆ setTemplateBaseClassNames()

void ClassDefImpl::setTemplateBaseClassNames ( const TemplateNameMap & templateNames)
overridevirtual

Implements ClassDefMutable.

Definition at line 4405 of file classdef.cpp.

4406{
4407 m_templBaseClassNames = templateNames;
4408}

References m_templBaseClassNames.

◆ setTemplateMaster()

void ClassDefImpl::setTemplateMaster ( const ClassDef * tm)
overridevirtual

Implements ClassDefMutable.

Definition at line 5191 of file classdef.cpp.

5192{
5193 ASSERT(tm!=this);
5195}
#define ASSERT(x)
Definition message.h:142

References ASSERT, and m_templateMaster.

◆ setTypeConstraints()

void ClassDefImpl::setTypeConstraints ( const ArgumentList & al)
overridevirtual

Implements ClassDefMutable.

Definition at line 3506 of file classdef.cpp.

3507{
3508 m_typeConstraints = al;
3509}

References m_typeConstraints.

◆ setUsedOnly()

void ClassDefImpl::setUsedOnly ( bool b)
overridevirtual

Implements ClassDefMutable.

Definition at line 5207 of file classdef.cpp.

5208{
5209 m_usedOnly = b;
5210}

References m_usedOnly.

◆ showUsedFiles()

void ClassDefImpl::showUsedFiles ( OutputList & ol) const
private

Definition at line 1743 of file classdef.cpp.

1744{
1745 ol.pushGeneratorState();
1747
1748
1749 ol.writeRuler();
1750 ol.pushGeneratorState();
1752 ol.startParagraph();
1754 ol.endParagraph();
1755 ol.popGeneratorState();
1759
1760 bool first=true;
1761 for (const auto &fd : m_files)
1762 {
1763 if (first)
1764 {
1765 first=false;
1766 ol.startItemList();
1767 }
1768
1769 ol.startItemListItem();
1770 DString path=fd->getPath();
1771 if (Config_getBool(FULL_PATH_NAMES))
1772 {
1773 ol.docify(stripFromPath(path));
1774 }
1775
1776 DString fname = fd->name();
1777 if (!fd->getVersion().empty()) // append version if available
1778 {
1779 fname += " (" + fd->getVersion() + ")";
1780 }
1781
1782 // for HTML
1783 ol.pushGeneratorState();
1785 if (fd->generateSourceFile())
1786 {
1787 ol.writeObjectLink(DString(),fd->getSourceFileBase(),DString(),fname);
1788 }
1789 else if (fd->isLinkable())
1790 {
1791 ol.writeObjectLink(fd->getReference(),fd->getOutputFileBase(),DString(),fname);
1792 }
1793 else
1794 {
1795 ol.startBold();
1796 ol.docify(fname);
1797 ol.endBold();
1798 }
1799 ol.popGeneratorState();
1800
1801 // for other output formats
1802 ol.pushGeneratorState();
1804 if (fd->isLinkable())
1805 {
1806 ol.writeObjectLink(fd->getReference(),fd->getOutputFileBase(),DString(),fname);
1807 }
1808 else
1809 {
1810 ol.docify(fname);
1811 }
1812 ol.popGeneratorState();
1813
1814 ol.endItemListItem();
1815 }
1816 if (!first) ol.endItemList();
1817
1818 ol.popGeneratorState();
1819}
DString generatedFromFiles() const override
void startItemList()
Definition outputlist.h:425
void disable(OutputType o)
void startParagraph(const DString &classDef=DString())
Definition outputlist.h:403
void writeObjectLink(const DString &ref, const DString &file, const DString &anchor, const DString &name)
Definition outputlist.h:435
void writeRuler()
Definition outputlist.h:517
void docify(const DString &s)
Definition outputlist.h:433
void endParagraph()
Definition outputlist.h:405
void startItemListItem()
Definition outputlist.h:453
void endItemListItem()
Definition outputlist.h:455
void startBold()
Definition outputlist.h:557
void endBold()
Definition outputlist.h:559
void endItemList()
Definition outputlist.h:427
DString stripFromPath(const DString &path)
Definition util.cpp:219

References Config_getBool, OutputList::disable(), OutputList::disableAllBut(), Docbook, OutputList::docify(), OutputList::enable(), OutputList::endBold(), OutputList::endItemList(), OutputList::endItemListItem(), OutputList::endParagraph(), generatedFromFiles(), Html, m_files, Man, OutputList::parseText(), OutputList::popGeneratorState(), OutputList::pushGeneratorState(), OutputList::startBold(), OutputList::startItemList(), OutputList::startItemListItem(), OutputList::startParagraph(), stripFromPath(), OutputList::writeObjectLink(), and OutputList::writeRuler().

Referenced by writeDocumentationContents().

◆ sortAllMembersList()

void ClassDefImpl::sortAllMembersList ( )
overridevirtual

Implements ClassDefMutable.

Definition at line 5017 of file classdef.cpp.

5018{
5019 std::stable_sort(m_allMemberNameInfoLinkedMap.begin(),
5021 [](const auto &m1,const auto &m2)
5022 {
5023 return dstricmp_sort(m1->memberName(),m2->memberName())<0;
5024 });
5025}
iterator begin()
Definition linkedmap.h:201
iterator end()
Definition linkedmap.h:202

References LinkedMap< T, Hash, KeyEqual, Map >::begin(), LinkedMap< T, Hash, KeyEqual, Map >::end(), and m_allMemberNameInfoLinkedMap.

◆ sortMemberLists()

void ClassDefImpl::sortMemberLists ( )
overridevirtual

Implements ClassDefMutable.

Definition at line 4633 of file classdef.cpp.

4634{
4635 for (auto &ml : m_memberLists)
4636 {
4637 if (ml->needsSorting()) { ml->sort(); ml->setNeedsSorting(false); }
4638 }
4639 if (Config_getBool(SORT_BRIEF_DOCS))
4640 {
4641 std::stable_sort(m_innerClasses.begin(),
4643 [](const auto &c1,const auto &c2)
4644 {
4645 return Config_getBool(SORT_BY_SCOPE_NAME) ?
4646 dstricmp_sort(c1->name(), c2->name() )<0 :
4647 dstricmp_sort(c1->className(), c2->className())<0 ;
4648 });
4649 }
4650}
iterator end()
Definition linkedmap.h:367
iterator begin()
Definition linkedmap.h:366

References LinkedRefMap< T, Hash, KeyEqual, Map >::begin(), Config_getBool, LinkedRefMap< T, Hash, KeyEqual, Map >::end(), m_innerClasses, and m_memberLists.

◆ startMemberDeclarations()

void ClassDefImpl::startMemberDeclarations ( OutputList & ol) const
private

Definition at line 2232 of file classdef.cpp.

2233{
2234 //printf("%s: ClassDefImpl::startMemberDeclarations()\n",qPrint(name()));
2236}
void startMemberSections()
Definition outputlist.h:457

References OutputList::startMemberSections().

Referenced by writeDocumentationContents(), and writeInlineDocumentation().

◆ startMemberDocumentation()

void ClassDefImpl::startMemberDocumentation ( OutputList & ol) const
private

Definition at line 2212 of file classdef.cpp.

2213{
2214 //printf("%s: ClassDefImpl::startMemberDocumentation()\n",qPrint(name()));
2215 if (Config_getBool(SEPARATE_MEMBER_PAGES))
2216 {
2219 }
2220}

References Config_getBool, OutputList::disable(), Html, and Doxygen::suppressDocWarnings.

Referenced by writeDocumentationContents(), and writeInlineDocumentation().

◆ subClasses()

const BaseClassList & ClassDefImpl::subClasses ( ) const
overridevirtual

Returns the list of sub classes that directly derive from this class.

Implements ClassDef.

Definition at line 5002 of file classdef.cpp.

5003{
5004 return m_inheritedBy;
5005}

References m_inheritedBy.

Referenced by isSubClass().

◆ subGrouping()

bool ClassDefImpl::subGrouping ( ) const
overridevirtual

Implements ClassDef.

Definition at line 5386 of file classdef.cpp.

5387{
5388 return m_subGrouping;
5389}

References m_subGrouping.

◆ tagLessReference()

const ClassDef * ClassDefImpl::tagLessReference ( ) const
overridevirtual

Implements ClassDef.

Definition at line 5290 of file classdef.cpp.

5291{
5292 return m_tagLessRef;
5293}

References m_tagLessRef.

◆ templateArguments()

const ArgumentList & ClassDefImpl::templateArguments ( ) const
overridevirtual

Returns the template arguments of this class.

Implements ClassDef.

Definition at line 5032 of file classdef.cpp.

5033{
5034 return m_tempArgs;
5035}

References m_tempArgs.

Referenced by addMembersToTemplateInstance(), addMemberToTemplateInstance(), className(), getTemplateParameterLists(), and internalInsertMember().

◆ templateMaster()

const ClassDef * ClassDefImpl::templateMaster ( ) const
overridevirtual

Returns the template master of which this class is an instance.

Returns 0 if not applicable.

Implements ClassDef.

Definition at line 5052 of file classdef.cpp.

5053{
5054 return m_templateMaster;
5055}

References m_templateMaster.

◆ templateTypeConstraints()

const ConstraintClassList & ClassDefImpl::templateTypeConstraints ( ) const
overridevirtual

Implements ClassDef.

Definition at line 5087 of file classdef.cpp.

5088{
5089 return m_constraintClassList;
5090}

References m_constraintClassList.

◆ title()

DString ClassDefImpl::title ( ) const
overridevirtual

Implements ClassDef.

Definition at line 2919 of file classdef.cpp.

2920{
2921 DString pageTitle;
2922 SrcLangExt lang = getLanguage();
2923
2924 auto getReferenceTitle = [this](std::function<DString()> translateFunc) -> DString
2925 {
2926 return Config_getBool(HIDE_COMPOUND_REFERENCE) ? displayName() : translateFunc();
2927 };
2928
2929 if (lang==SrcLangExt::Fortran)
2930 {
2931 pageTitle = getReferenceTitle([this](){
2933 });
2934 }
2935 else if (lang==SrcLangExt::Slice)
2936 {
2937 pageTitle = getReferenceTitle([this](){
2939 });
2940 }
2941 else if (lang==SrcLangExt::VHDL)
2942 {
2943 pageTitle = getReferenceTitle([this](){
2945 });
2946 }
2947 else if (lang==SrcLangExt::CSharp && !m_primaryConstructorParams.empty())
2948 {
2949 pageTitle = getReferenceTitle([this](){
2951 m_compType,
2952 !m_tempArgs.empty());
2953 });
2954 }
2955 else if (isJavaEnum())
2956 {
2957 pageTitle = getReferenceTitle([this](){
2959 });
2960 }
2961 else if (m_compType==Service)
2962 {
2963 pageTitle = getReferenceTitle([this](){
2965 });
2966 }
2967 else if (m_compType==Singleton)
2968 {
2969 pageTitle = getReferenceTitle([this](){
2971 });
2972 }
2973 else
2974 {
2975 pageTitle = getReferenceTitle([this](){
2977 m_compType == Interface && getLanguage()==SrcLangExt::ObjC ? Class : m_compType,
2978 !m_tempArgs.empty());
2979 });
2980 }
2981 return pageTitle;
2982}
bool isSliceLocal() const override
virtual DString trCompoundReference(const DString &clName, ClassDef::CompoundType compType, bool isTemplate)=0
virtual DString trCompoundReferenceSlice(const DString &clName, ClassDef::CompoundType compType, bool isLocal)=0
virtual DString trServiceReference(const DString &sName)=0
virtual DString trCustomReference(const DString &name)=0
virtual DString trSingletonReference(const DString &sName)=0
virtual DString trCompoundReferenceFortran(const DString &clName, ClassDef::CompoundType compType, bool isTemplate)=0
virtual DString trEnumReference(const DString &name)=0
static DString getClassTitle(const ClassDef *)
DString argListToString(const ArgumentList &al, bool useCanonicalType, bool showDefVals)
Definition util.cpp:859

References argListToString(), ClassDef::Class, Config_getBool, displayName(), ArgumentList::empty(), VhdlDocGen::getClassTitle(), DefinitionMixin< ClassDefMutable >::getLanguage(), ClassDef::Interface, isJavaEnum(), isSliceLocal(), m_compType, m_primaryConstructorParams, m_tempArgs, ClassDef::Service, ClassDef::Singleton, theTranslator, Translator::trCompoundReference(), Translator::trCompoundReferenceFortran(), Translator::trCompoundReferenceSlice(), Translator::trCustomReference(), Translator::trEnumReference(), Translator::trServiceReference(), and Translator::trSingletonReference().

Referenced by addUsedInterfaceClasses(), getTitleForMemberListType(), internalInsertMember(), writeDetailedDescription(), writeDocumentation(), writeInheritedMemberDeclarations(), writeMemberDeclarations(), writeMemberDocumentation(), and writeNestedClasses().

◆ typeConstraints()

const ArgumentList & ClassDefImpl::typeConstraints ( ) const
overridevirtual

Implements ClassDef.

Definition at line 5376 of file classdef.cpp.

5377{
5378 return m_typeConstraints;
5379}

References m_typeConstraints.

◆ updateBaseClasses()

void ClassDefImpl::updateBaseClasses ( const BaseClassList & bcd)
overridevirtual

Update the list of base classes to the one passed.

Implements ClassDef.

Definition at line 4997 of file classdef.cpp.

4998{
4999 m_inherits = bcd;
5000}

References m_inherits.

◆ updateSubClasses()

void ClassDefImpl::updateSubClasses ( const BaseClassList & bcd)
overridevirtual

Update the list of sub classes to the one passed.

Implements ClassDef.

Definition at line 5007 of file classdef.cpp.

5008{
5009 m_inheritedBy = bcd;
5010}

References m_inheritedBy.

◆ usedByImplementationClasses()

const UsesClassList & ClassDefImpl::usedByImplementationClasses ( ) const
overridevirtual

Implements ClassDef.

Definition at line 5082 of file classdef.cpp.

5083{
5084 return m_usedByImplClassList;
5085}

References m_usedByImplClassList.

◆ usedFiles()

const FileList & ClassDefImpl::usedFiles ( ) const
overridevirtual

Implements ClassDef.

Definition at line 5371 of file classdef.cpp.

5372{
5373 return m_files;
5374}

References m_files.

◆ usedImplementationClasses()

const UsesClassList & ClassDefImpl::usedImplementationClasses ( ) const
overridevirtual

Implements ClassDef.

Definition at line 5077 of file classdef.cpp.

5078{
5079 return m_usesImplClassList;
5080}

References m_usesImplClassList.

◆ visibleInParentsDeclList()

bool ClassDefImpl::visibleInParentsDeclList ( ) const
overridevirtual

show this class in the declaration section of its parent?

Implements ClassDef.

Definition at line 2609 of file classdef.cpp.

2610{
2611 bool extractPrivate = Config_getBool(EXTRACT_PRIVATE);
2612 bool hideUndocClasses = Config_getBool(HIDE_UNDOC_CLASSES);
2613 bool extractLocalClasses = Config_getBool(EXTRACT_LOCAL_CLASSES);
2614 bool linkable = isLinkable();
2615 return (!isAnonymous() && !isExtension() &&
2616 (protection()!=Protection::Private || extractPrivate) &&
2617 (linkable || (!hideUndocClasses && (!isLocal() || extractLocalClasses)))
2618 );
2619}
bool isLocal() const override
Returns true if this is a local class definition, see EXTRACT_LOCAL_CLASSES.
bool isLinkable() const override
Protection protection() const override
Return the protection level (Public,Protected,Private) in which this compound was found.

References Config_getBool, DefinitionMixin< ClassDefMutable >::isAnonymous(), isExtension(), isLinkable(), isLocal(), and protection().

Referenced by writeDeclarationLink().

◆ writeAdditionalInheritedMembers()

void ClassDefImpl::writeAdditionalInheritedMembers ( OutputList & ol) const
private

Definition at line 4806 of file classdef.cpp.

4807{
4808 //printf("**** writeAdditionalInheritedMembers()\n");
4809 for (const auto &lde : LayoutDocManager::instance().docEntries(LayoutDocManager::Class))
4810 {
4811 if (lde->kind()==LayoutDocEntry::MemberDecl)
4812 {
4813 const LayoutDocEntryMemberDecl *lmd = dynamic_cast<const LayoutDocEntryMemberDecl*>(lde.get());
4814 if (lmd && lmd->type!=MemberListType::Friends())
4815 {
4816 ClassDefSet visited;
4817 writeInheritedMemberDeclarations(ol,visited,lmd->type,MemberListType::Invalid(),lmd->title(getLanguage()),this,true,false);
4818 }
4819 }
4820 }
4821}
void writeInheritedMemberDeclarations(OutputList &ol, ClassDefSet &visitedClasses, MemberListType lt, MemberListType lt2, const DString &title, const ClassDef *inheritedFrom, bool invert, bool showAlways) const

References DefinitionMixin< ClassDefMutable >::getLanguage(), LayoutDocManager::instance(), MemberListType::Invalid(), LayoutDocEntryMemberDecl::title(), LayoutDocEntryMemberDecl::type, and writeInheritedMemberDeclarations().

Referenced by endMemberDeclarations().

◆ writeAuthorSection()

void ClassDefImpl::writeAuthorSection ( OutputList & ol) const
private

Definition at line 2252 of file classdef.cpp.

2253{
2254 ol.pushGeneratorState();
2256 ol.writeString("\n");
2257 ol.startGroupHeader();
2258 ol.parseText(theTranslator->trAuthor(true,true));
2259 ol.endGroupHeader();
2261 ol.popGeneratorState();
2262}
void writeString(const DString &text)
Definition outputlist.h:407
void endGroupHeader(int extraLevels=0)
Definition outputlist.h:451
void startGroupHeader(const DString &id=DString(), int extraLevels=0)
Definition outputlist.h:449
virtual DString trAuthor(bool first_capital, bool singular)=0
virtual DString trGeneratedAutomatically(const DString &s)=0
#define Config_getString(name)
Definition config.h:32

References Config_getString, OutputList::disableAllBut(), OutputList::endGroupHeader(), Man, OutputList::parseText(), OutputList::popGeneratorState(), OutputList::pushGeneratorState(), OutputList::startGroupHeader(), theTranslator, Translator::trAuthor(), Translator::trGeneratedAutomatically(), and OutputList::writeString().

Referenced by writeDocumentationContents().

◆ writeBriefDescription()

void ClassDefImpl::writeBriefDescription ( OutputList & ol,
bool exampleFlag ) const
private

Definition at line 1566 of file classdef.cpp.

1567{
1568 if (hasBriefDescription())
1569 {
1570 ol.startParagraph();
1571 ol.pushGeneratorState();
1573 ol.writeString(" - ");
1574 ol.popGeneratorState();
1576 briefLine(),
1577 this,
1578 nullptr,
1580 DocOptions()
1581 .setIndexWords(true)
1582 .setSingleLine(true));
1583 ol.pushGeneratorState();
1585 ol.writeString(" \n");
1587 ol.popGeneratorState();
1588
1589 if (hasDetailedDescription() || exampleFlag)
1590 {
1591 writeMoreLink(ol,anchor());
1592 }
1593
1594 ol.endParagraph();
1595 }
1596 ol.writeSynopsis();
1597}
void writeMoreLink(OutputList &ol, const DString &anchor) const
bool hasDetailedDescription() const override
returns true if this class has a non-empty detailed description
bool hasBriefDescription() const override
void writeSynopsis()
Definition outputlist.h:588
void generateDoc(const DString &fileName, int startLine, const Definition *ctx, const MemberDef *md, const DString &docStr, const DocOptions &options)

References anchor(), DefinitionMixin< ClassDefMutable >::briefDescription(), DefinitionMixin< ClassDefMutable >::briefFile(), DefinitionMixin< ClassDefMutable >::briefLine(), OutputList::disable(), OutputList::disableAllBut(), OutputList::enable(), OutputList::endParagraph(), OutputList::generateDoc(), DefinitionMixin< ClassDefMutable >::hasBriefDescription(), hasDetailedDescription(), Man, OutputList::popGeneratorState(), OutputList::pushGeneratorState(), RTF, OutputList::startParagraph(), writeMoreLink(), OutputList::writeString(), and OutputList::writeSynopsis().

Referenced by writeDocumentationContents().

◆ writeCollaborationGraph()

void ClassDefImpl::writeCollaborationGraph ( OutputList & ol) const
private

Definition at line 1983 of file classdef.cpp.

1984{
1985 if (Config_getBool(HAVE_DOT) && m_hasCollaborationGraph /*&& Config_getBool(COLLABORATION_GRAPH)*/)
1986 {
1987 DotClassGraph usageImplGraph(this,GraphType::Collaboration);
1988 if (usageImplGraph.isTooBig())
1989 {
1990 warn_uncond("Collaboration graph for '{}' not generated, too many nodes ({}), threshold is {}. Consider increasing DOT_GRAPH_MAX_NODES.\n",
1991 name(), usageImplGraph.numNodes(), Config_getInt(DOT_GRAPH_MAX_NODES));
1992 }
1993 else if (!usageImplGraph.isTrivial())
1994 {
1995 ol.pushGeneratorState();
1997 ol.startDotGraph();
1999 ol.endDotGraph(usageImplGraph);
2000 ol.popGeneratorState();
2001 }
2002 }
2003}
void endDotGraph(DotClassGraph &g)
Definition outputlist.h:646
void startDotGraph()
Definition outputlist.h:644
virtual DString trCollaborationDiagram(const DString &clName)=0
#define Config_getInt(name)
Definition config.h:34
@ Collaboration
Definition dotgraph.h:31
#define warn_uncond(fmt,...)
Definition message.h:122

References Collaboration, Config_getBool, Config_getInt, OutputList::disable(), displayName(), OutputList::endDotGraph(), DotClassGraph::isTooBig(), DotClassGraph::isTrivial(), m_hasCollaborationGraph, Man, DefinitionMixin< ClassDefMutable >::name(), DotClassGraph::numNodes(), OutputList::parseText(), OutputList::popGeneratorState(), OutputList::pushGeneratorState(), OutputList::startDotGraph(), theTranslator, Translator::trCollaborationDiagram(), and warn_uncond.

Referenced by writeDocumentationContents(), and writeInlineDocumentation().

◆ writeDeclarationLink()

void ClassDefImpl::writeDeclarationLink ( OutputList & ol,
bool & found,
const DString & header,
bool localNames ) const
overridevirtual

Implements ClassDef.

Definition at line 2621 of file classdef.cpp.

2622{
2623 //bool fortranOpt = Config_getBool(OPTIMIZE_FOR_FORTRAN);
2624 //bool vhdlOpt = Config_getBool(OPTIMIZE_OUTPUT_VHDL);
2625 bool sliceOpt = Config_getBool(OPTIMIZE_OUTPUT_SLICE);
2626 SrcLangExt lang = getLanguage();
2628 {
2629 if (!found) // first class
2630 {
2631 if (sliceOpt)
2632 {
2633 if (compoundType()==Interface)
2634 {
2635 ol.startMemberHeader("interfaces");
2636 }
2637 else if (compoundType()==Struct)
2638 {
2639 ol.startMemberHeader("structs");
2640 }
2641 else if (compoundType()==Exception)
2642 {
2643 ol.startMemberHeader("exceptions");
2644 }
2645 else // compoundType==Class
2646 {
2647 ol.startMemberHeader("nested-classes");
2648 }
2649 }
2650 else // non-Slice optimization: single header for class/struct/..
2651 {
2652 ol.startMemberHeader("nested-classes");
2653 }
2654 if (!header.empty())
2655 {
2656 ol.parseText(header);
2657 }
2658 else if (lang==SrcLangExt::VHDL)
2659 {
2661 }
2662 else
2663 {
2664 ol.parseText(lang==SrcLangExt::Fortran ?
2667 }
2668 ol.endMemberHeader();
2669 ol.startMemberList();
2670 found=true;
2671 }
2673 DString ctype = compoundTypeString();
2674 DString cname = displayName(!localNames);
2675 DString anc = anchor();
2676 if (anc.empty()) anc = cname; else anc.prepend(cname+"_");
2678
2679 if (lang!=SrcLangExt::VHDL) // for VHDL we swap the name and the type
2680 {
2681 if (isSliceLocal())
2682 {
2683 ol.writeString("local ");
2684 }
2685 ol.writeString(ctype);
2686 ol.writeString(" ");
2687 ol.insertMemberAlign();
2688 }
2689 if (isLinkable())
2690 {
2693 anchor(),
2694 cname
2695 );
2696 }
2697 else
2698 {
2699 ol.startBold();
2700 ol.docify(cname);
2701 ol.endBold();
2702 }
2703 if (lang==SrcLangExt::VHDL) // now write the type
2704 {
2705 ol.writeString(" ");
2706 ol.insertMemberAlign();
2708 }
2710
2711 // add the brief description if available
2712 if (!briefDescription().empty() && Config_getBool(BRIEF_MEMBER_DESC))
2713 {
2714 auto parser { createDocParser() };
2715 auto ast { validatingParseDoc(*parser.get(),
2716 briefFile(),
2717 briefLine(),
2718 this,
2719 nullptr,
2721 DocOptions()
2722 .setSingleLine(true))
2723 };
2724 if (!ast->empty())
2725 {
2727 ol.writeDoc(ast.get(),this,nullptr);
2728 if (isLinkableInProject())
2729 {
2730 writeMoreLink(ol,anchor());
2731 }
2733 }
2734 }
2735 ol.endMemberDeclaration(anchor(),DString());
2736 }
2737}
DString getReference() const override
bool visibleInParentsDeclList() const override
show this class in the declaration section of its parent?
DString compoundTypeString() const override
Returns the type of compound as a string.
void writeDoc(const IDocNodeAST *ast, const Definition *ctx, const MemberDef *md, int sectionLevel=-1)
Definition outputlist.h:379
void startMemberDeclaration()
Definition outputlist.h:565
void endMemberDescription()
Definition outputlist.h:563
void endMemberDeclaration(const DString &anchor, const DString &inheritId)
Definition outputlist.h:567
void insertMemberAlign(bool templ=false)
Definition outputlist.h:513
void startMemberList()
Definition outputlist.h:477
void endMemberItem(OutputGenerator::MemberItemType type)
Definition outputlist.h:491
void startMemberItem(const DString &anchor, OutputGenerator::MemberItemType type, const DString &id=DString())
Definition outputlist.h:489
void startMemberDescription(const DString &anchor, const DString &inheritId=DString(), bool typ=false)
Definition outputlist.h:561
virtual DString trCompounds()=0
virtual DString trDataTypes()=0
static DString getProtectionName(int prot)
IDocParserPtr createDocParser()
factory function to create a parser
Definition docparser.cpp:59
IDocNodeASTPtr validatingParseDoc(IDocParser &parserIntf, const DString &fileName, int startLine, const Definition *ctx, const MemberDef *md, const DString &input, const DocOptions &options)

References anchor(), ARCHITECTURE, DefinitionMixin< ClassDefMutable >::briefDescription(), DefinitionMixin< ClassDefMutable >::briefFile(), DefinitionMixin< ClassDefMutable >::briefLine(), compoundType(), compoundTypeString(), Config_getBool, VhdlDocGen::convert(), createDocParser(), displayName(), OutputList::docify(), DString::empty(), OutputList::endBold(), OutputList::endMemberDeclaration(), OutputList::endMemberDescription(), OutputList::endMemberHeader(), OutputList::endMemberItem(), ClassDef::Exception, DefinitionMixin< ClassDefMutable >::getLanguage(), getOutputFileBase(), VhdlDocGen::getProtectionName(), getReference(), OutputList::insertMemberAlign(), ClassDef::Interface, isLinkable(), isLinkableInProject(), isSliceLocal(), OutputGenerator::Normal, OutputList::parseText(), DString::prepend(), protection(), OutputList::startBold(), OutputList::startMemberDeclaration(), OutputList::startMemberDescription(), OutputList::startMemberHeader(), OutputList::startMemberItem(), OutputList::startMemberList(), ClassDef::Struct, theTranslator, Translator::trCompounds(), Translator::trDataTypes(), Translator::trVhdlType(), validatingParseDoc(), visibleInParentsDeclList(), OutputList::writeDoc(), writeMoreLink(), OutputList::writeObjectLink(), and OutputList::writeString().

◆ writeDetailedDescription()

void ClassDefImpl::writeDetailedDescription ( OutputList & ol,
const DString & pageType,
bool exampleFlag,
const DString & title,
const DString & anchor = DString() ) const
private

Definition at line 1675 of file classdef.cpp.

1677{
1678 if (hasDetailedDescription() || exampleFlag)
1679 {
1680 ol.pushGeneratorState();
1682 ol.writeRuler();
1683 ol.popGeneratorState();
1684
1685 ol.pushGeneratorState();
1687 ol.writeAnchor(DString(),anchor.empty() ? DString("details") : anchor);
1688 ol.popGeneratorState();
1689
1690 if (!anchor.empty())
1691 {
1692 ol.pushGeneratorState();
1696 ol.popGeneratorState();
1697 }
1698
1699 ol.startGroupHeader("details");
1700 ol.parseText(title);
1701 ol.endGroupHeader();
1702
1704 }
1705 else
1706 {
1707 //writeTemplateSpec(ol,this,pageType);
1708 }
1709}
void writeDetailedDocumentationBody(OutputList &ol) const
void writeAnchor(const DString &fileName, const DString &name)
Definition outputlist.h:519

References anchor(), OutputList::disable(), OutputList::disableAllBut(), DString::empty(), OutputList::endGroupHeader(), getOutputFileBase(), hasDetailedDescription(), Html, Man, OutputList::parseText(), OutputList::popGeneratorState(), OutputList::pushGeneratorState(), OutputList::startGroupHeader(), title(), OutputList::writeAnchor(), writeDetailedDocumentationBody(), and OutputList::writeRuler().

Referenced by writeDocumentationContents().

◆ writeDetailedDocumentationBody()

void ClassDefImpl::writeDetailedDocumentationBody ( OutputList & ol) const
private

Definition at line 1599 of file classdef.cpp.

1600{
1601 bool repeatBrief = Config_getBool(REPEAT_BRIEF);
1602
1603 ol.startTextBlock();
1604
1605 if (getLanguage()==SrcLangExt::Cpp)
1606 {
1607 writeTemplateSpec(ol,this,compoundTypeString(),SrcLangExt::Cpp);
1608 }
1609
1610 // repeat brief description
1611 if (!briefDescription().empty() && repeatBrief)
1612 {
1614 briefLine(),
1615 this,
1616 nullptr,
1618 DocOptions());
1619 }
1620 if (!briefDescription().empty() && repeatBrief &&
1621 !documentation().empty())
1622 {
1623 ol.pushGeneratorState();
1625 ol.writeString("\n\n");
1626 ol.popGeneratorState();
1627 }
1628 // write documentation
1629 if (!documentation().empty())
1630 {
1631 ol.generateDoc(docFile(),
1632 docLine(),
1633 this,
1634 nullptr,
1635 documentation(),
1636 DocOptions()
1637 .setIndexWords(true));
1638 }
1639 // write type constraints
1641
1642 ol.generateDoc(
1643 docFile(),docLine(),
1644 this,
1645 nullptr, // memberDef
1647 DocOptions()
1648 .setIndexWords(true));
1649
1650 // write examples
1651 if (hasExamples())
1652 {
1653 ol.startExamples();
1654 ol.startDescForItem();
1656 ol.endDescForItem();
1657 ol.endExamples();
1658 }
1659 writeSourceDef(ol);
1661 ol.endTextBlock();
1662}
void writeTemplateSpec(OutputList &ol, const Definition *d, const DString &type, SrcLangExt lang) const
bool hasExamples() const override
void writeSourceDef(OutputList &ol) const override
void writeRequirementRefs(OutputList &ol) const override
void endTextBlock(bool paraBreak=false)
Definition outputlist.h:668
void endDescForItem()
Definition outputlist.h:545
void endExamples()
Definition outputlist.h:576
void startExamples()
Definition outputlist.h:574
void startDescForItem()
Definition outputlist.h:543
void startTextBlock(bool dense=false)
Definition outputlist.h:666
void writeTypeConstraints(OutputList &ol, const Definition *d, const ArgumentList &al)
Definition util.cpp:4283
DString inlineTemplateArgListToDoc(const ArgumentList &al)
Definition util.cpp:832
void writeExamples(OutputList &ol, const ExampleList &list)
Definition util.cpp:804

References DefinitionMixin< ClassDefMutable >::briefDescription(), DefinitionMixin< ClassDefMutable >::briefFile(), DefinitionMixin< ClassDefMutable >::briefLine(), compoundTypeString(), Config_getBool, OutputList::disable(), DefinitionMixin< ClassDefMutable >::docFile(), DefinitionMixin< ClassDefMutable >::docLine(), DefinitionMixin< ClassDefMutable >::documentation(), OutputList::endDescForItem(), OutputList::endExamples(), OutputList::endTextBlock(), OutputList::generateDoc(), DefinitionMixin< ClassDefMutable >::getLanguage(), hasExamples(), DefinitionMixin< ClassDefMutable >::hasRequirementRefs(), Html, inlineTemplateArgListToDoc(), m_examples, m_tempArgs, m_typeConstraints, OutputList::popGeneratorState(), OutputList::pushGeneratorState(), OutputList::startDescForItem(), OutputList::startExamples(), OutputList::startTextBlock(), writeExamples(), DefinitionMixin< ClassDefMutable >::writeRequirementRefs(), DefinitionMixin< ClassDefMutable >::writeSourceDef(), OutputList::writeString(), writeTemplateSpec(), and writeTypeConstraints().

Referenced by writeDetailedDescription(), and writeInlineDocumentation().

◆ writeDocumentation()

void ClassDefImpl::writeDocumentation ( OutputList & ol) const
overridevirtual

Implements ClassDef.

Definition at line 2985 of file classdef.cpp.

2986{
2987 bool generateTreeView = Config_getBool(GENERATE_TREEVIEW);
2988 //bool fortranOpt = Config_getBool(OPTIMIZE_FOR_FORTRAN);
2989 //bool vhdlOpt = Config_getBool(OPTIMIZE_OUTPUT_VHDL);
2990 bool sliceOpt = Config_getBool(OPTIMIZE_OUTPUT_SLICE);
2991 DString pageTitle = title();
2992
2994 if (sliceOpt)
2995 {
2996 if (compoundType()==Interface)
2997 {
2999 }
3000 else if (compoundType()==Struct)
3001 {
3003 }
3004 else if (compoundType()==Exception)
3005 {
3007 }
3008 else
3009 {
3011 }
3012 }
3013 else
3014 {
3016 }
3017
3018 AUTO_TRACE("name='{}' getOutputFileBase='{}'",name(),getOutputFileBase());
3019 bool hasAllMembersLink=false;
3020 for (const auto &lde : LayoutDocManager::instance().docEntries(LayoutDocManager::Class))
3021 {
3022 if (lde->kind()==LayoutDocEntry::ClassAllMembersLink)
3023 {
3024 hasAllMembersLink = true;
3025 break;
3026 }
3027 }
3028 DString memListFile;
3029 if (hasAllMembersLink && !m_allMemberNameInfoLinkedMap.empty() && !Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
3030 {
3031 memListFile = getMemberListFileName();
3032 }
3033 startFile(ol,getOutputFileBase(),false,name(),pageTitle,hli,!generateTreeView,DString(),0,memListFile);
3034 if (!generateTreeView)
3035 {
3037 {
3039 }
3040 ol.endQuickIndices();
3041 }
3042
3043 startTitle(ol,getOutputFileBase(),this);
3044 ol.parseText(pageTitle);
3046 addGroupListToTitle(ol,this);
3048 writeDocumentationContents(ol,pageTitle);
3049
3050 endFileWithNavPath(ol,this);
3051
3052 if (Config_getBool(SEPARATE_MEMBER_PAGES))
3053 {
3054 writeMemberPages(ol);
3055 }
3056}
DString getMemberListFileName() const override
void addClassAttributes(OutputList &ol) const
void writeMemberPages(OutputList &ol) const override
void writeDocumentationContents(OutputList &ol, const DString &pageTitle) const
void writeNavigationPath(OutputList &ol) const override
bool empty() const
Definition linkedmap.h:209
void endQuickIndices()
Definition outputlist.h:600
void endTitle(OutputList &ol, const DString &fileName, const DString &name)
Definition index.cpp:398
void endFileWithNavPath(OutputList &ol, const DefinitionMutable *d, bool showPageNavigation)
Definition index.cpp:452
void startTitle(OutputList &ol, const DString &fileName, const DefinitionMutable *def)
Definition index.cpp:388
void startFile(OutputList &ol, const DString &name, bool isSource, const DString &manName, const DString &title, HighlightedItem hli, bool additionalIndices, const DString &altSidebarName, int hierarchyLevel, const DString &allMembersFile)
Definition index.cpp:405
HighlightedItem
Definition index.h:58
@ InterfaceVisible
Definition index.h:88
@ ExceptionVisible
Definition index.h:90
void addGroupListToTitle(OutputList &ol, const Definition *d)
Definition util.cpp:3921

References addClassAttributes(), addGroupListToTitle(), AUTO_TRACE, ClassVisible, compoundType(), Config_getBool, displayName(), LinkedMap< T, Hash, KeyEqual, Map >::empty(), endFileWithNavPath(), OutputList::endQuickIndices(), endTitle(), ClassDef::Exception, ExceptionVisible, getMemberListFileName(), DefinitionMixin< ClassDefMutable >::getOuterScope(), getOutputFileBase(), Doxygen::globalScope, LayoutDocManager::instance(), ClassDef::Interface, InterfaceVisible, m_allMemberNameInfoLinkedMap, DefinitionMixin< ClassDefMutable >::name(), None, OutputList::parseText(), startFile(), startTitle(), ClassDef::Struct, StructVisible, title(), writeDocumentationContents(), writeMemberPages(), and DefinitionMixin< ClassDefMutable >::writeNavigationPath().

◆ writeDocumentationContents()

void ClassDefImpl::writeDocumentationContents ( OutputList & ol,
const DString & pageTitle ) const
private

Definition at line 2773 of file classdef.cpp.

2774{
2775 ol.startContents();
2776
2777 DString pageType = " ";
2778 pageType += compoundTypeString();
2779
2780 bool exampleFlag=hasExamples();
2781
2782 //---------------------------------------- start flexible part -------------------------------
2783
2784 SrcLangExt lang = getLanguage();
2785
2786 for (const auto &lde : LayoutDocManager::instance().docEntries(LayoutDocManager::Class))
2787 {
2788 switch (lde->kind())
2789 {
2790 case LayoutDocEntry::BriefDesc:
2791 writeBriefDescription(ol,exampleFlag);
2792 break;
2793 case LayoutDocEntry::ClassIncludes:
2794 if (lang==SrcLangExt::Slice)
2795 {
2797 }
2798 else
2799 {
2801 }
2802 break;
2803 case LayoutDocEntry::ClassInheritanceGraph:
2805 break;
2806 case LayoutDocEntry::ClassCollaborationGraph:
2808 break;
2809 case LayoutDocEntry::ClassAllMembersLink:
2810 //writeAllMembersLink(ol); // this is now part of the summary links
2811 break;
2812 case LayoutDocEntry::MemberDeclStart:
2814 break;
2815 case LayoutDocEntry::MemberGroups:
2817 break;
2818 case LayoutDocEntry::MemberDecl:
2819 {
2820 ClassDefSet visitedClasses;
2821 const LayoutDocEntryMemberDecl *lmd = dynamic_cast<const LayoutDocEntryMemberDecl*>(lde.get());
2822 if (lmd)
2823 {
2824 writeMemberDeclarations(ol,visitedClasses,lmd->type,lmd->title(lang),lmd->subtitle(lang));
2825 }
2826 }
2827 break;
2828 case LayoutDocEntry::ClassNestedClasses:
2829 {
2830 const LayoutDocEntrySection *ls = dynamic_cast<const LayoutDocEntrySection*>(lde.get());
2831 if (ls)
2832 {
2833 writeNestedClasses(ol,ls->title(lang));
2834 }
2835 }
2836 break;
2837 case LayoutDocEntry::MemberDeclEnd:
2839 break;
2840 case LayoutDocEntry::DetailedDesc:
2841 {
2842 const LayoutDocEntrySection *ls = dynamic_cast<const LayoutDocEntrySection*>(lde.get());
2843 if (ls)
2844 {
2845 writeDetailedDescription(ol,pageType,exampleFlag,ls->title(lang));
2846 }
2847 }
2848 break;
2849 case LayoutDocEntry::MemberDefStart:
2851 break;
2852 case LayoutDocEntry::ClassInlineClasses:
2854 break;
2855 case LayoutDocEntry::MemberDef:
2856 {
2857 const LayoutDocEntryMemberDef *lmd = dynamic_cast<const LayoutDocEntryMemberDef*>(lde.get());
2858 if (lmd)
2859 {
2860 writeMemberDocumentation(ol,lmd->type,lmd->title(lang));
2861 }
2862 }
2863 break;
2864 case LayoutDocEntry::MemberDefEnd:
2866 break;
2867 case LayoutDocEntry::ClassUsedFiles:
2868 showUsedFiles(ol);
2869 break;
2870 case LayoutDocEntry::AuthorSection:
2872 break;
2873 case LayoutDocEntry::NamespaceNestedNamespaces:
2874 case LayoutDocEntry::NamespaceNestedConstantGroups:
2875 case LayoutDocEntry::NamespaceClasses:
2876 case LayoutDocEntry::NamespaceConcepts:
2877 case LayoutDocEntry::NamespaceInterfaces:
2878 case LayoutDocEntry::NamespaceStructs:
2879 case LayoutDocEntry::NamespaceExceptions:
2880 case LayoutDocEntry::NamespaceInlineClasses:
2881 case LayoutDocEntry::ConceptDefinition:
2882 case LayoutDocEntry::FileClasses:
2883 case LayoutDocEntry::FileConcepts:
2884 case LayoutDocEntry::FileInterfaces:
2885 case LayoutDocEntry::FileStructs:
2886 case LayoutDocEntry::FileExceptions:
2887 case LayoutDocEntry::FileNamespaces:
2888 case LayoutDocEntry::FileConstantGroups:
2889 case LayoutDocEntry::FileIncludes:
2890 case LayoutDocEntry::FileIncludeGraph:
2891 case LayoutDocEntry::FileIncludedByGraph:
2892 case LayoutDocEntry::FileSourceLink:
2893 case LayoutDocEntry::FileInlineClasses:
2894 case LayoutDocEntry::GroupClasses:
2895 case LayoutDocEntry::GroupConcepts:
2896 case LayoutDocEntry::GroupModules:
2897 case LayoutDocEntry::GroupInlineClasses:
2898 case LayoutDocEntry::GroupNamespaces:
2899 case LayoutDocEntry::GroupDirs:
2900 case LayoutDocEntry::GroupNestedGroups:
2901 case LayoutDocEntry::GroupFiles:
2902 case LayoutDocEntry::GroupGraph:
2903 case LayoutDocEntry::GroupPageDocs:
2904 case LayoutDocEntry::ModuleExports:
2905 case LayoutDocEntry::ModuleClasses:
2906 case LayoutDocEntry::ModuleConcepts:
2907 case LayoutDocEntry::ModuleUsedFiles:
2908 case LayoutDocEntry::DirSubDirs:
2909 case LayoutDocEntry::DirFiles:
2910 case LayoutDocEntry::DirGraph:
2911 err("Internal inconsistency: member '{}' should not be part of LayoutDocManager::Class entry list\n",lde->entryToString());
2912 break;
2913 }
2914 }
2915
2916 ol.endContents();
2917}
void writeIncludeFilesForSlice(OutputList &ol) const
void writeInheritanceGraph(OutputList &ol) const
void writeBriefDescription(OutputList &ol, bool exampleFlag) const
void writeInlineClasses(OutputList &ol) const
void endMemberDeclarations(OutputList &ol) const
void writeNestedClasses(OutputList &ol, const DString &title) const
void writeCollaborationGraph(OutputList &ol) const
void writeAuthorSection(OutputList &ol) const
void endMemberDocumentation(OutputList &ol) const
void writeMemberDeclarations(OutputList &ol, ClassDefSet &visitedClasses, MemberListType lt, const DString &title, const DString &subTitle=DString(), bool showInline=false, const ClassDef *inheritedFrom=nullptr, MemberListType lt2=MemberListType::Invalid(), bool invert=false, bool showAlways=false) const override
void writeIncludeFiles(OutputList &ol) const
void startMemberDeclarations(OutputList &ol) const
void writeMemberDocumentation(OutputList &ol, MemberListType lt, const DString &title, bool showInline=false) const
void showUsedFiles(OutputList &ol) const
void writeMemberGroups(OutputList &ol, bool showInline=false) const
void writeDetailedDescription(OutputList &ol, const DString &pageType, bool exampleFlag, const DString &title, const DString &anchor=DString()) const
void startMemberDocumentation(OutputList &ol) const
void endContents()
Definition outputlist.h:616
void startContents()
Definition outputlist.h:614
MemberListType type
Definition layout.h:136
DString title(SrcLangExt lang) const
Definition layout.cpp:1800
DString title(SrcLangExt lang) const
Definition layout.cpp:1781

References compoundTypeString(), OutputList::endContents(), endMemberDeclarations(), endMemberDocumentation(), err, DefinitionMixin< ClassDefMutable >::getLanguage(), hasExamples(), LayoutDocManager::instance(), showUsedFiles(), OutputList::startContents(), startMemberDeclarations(), startMemberDocumentation(), LayoutDocEntryMemberDecl::subtitle(), LayoutDocEntryMemberDecl::title(), LayoutDocEntryMemberDef::title(), LayoutDocEntrySection::title(), LayoutDocEntryMemberDecl::type, LayoutDocEntryMemberDef::type, writeAuthorSection(), writeBriefDescription(), writeCollaborationGraph(), writeDetailedDescription(), writeIncludeFiles(), writeIncludeFilesForSlice(), writeInheritanceGraph(), writeInlineClasses(), writeMemberDeclarations(), writeMemberDocumentation(), writeMemberGroups(), and writeNestedClasses().

Referenced by writeDocumentation().

◆ writeDocumentationForInnerClasses()

void ClassDefImpl::writeDocumentationForInnerClasses ( OutputList & ol) const
overridevirtual

Implements ClassDef.

Definition at line 3123 of file classdef.cpp.

3124{
3125 // write inner classes after the parent, so the tag files contain
3126 // the definition in proper order!
3127 for (const auto &innerCd : m_innerClasses)
3128 {
3129 if (
3130 innerCd->isLinkableInProject() && !innerCd->isImplicitTemplateInstance() &&
3131 protectionLevelVisible(innerCd->protection()) &&
3132 !innerCd->isEmbeddedInOuterScope()
3133 )
3134 {
3135 msg("Generating docs for nested compound {}...\n",innerCd->displayName());
3136 innerCd->writeDocumentation(ol);
3137 innerCd->writeMemberList(ol);
3138 }
3139 innerCd->writeDocumentationForInnerClasses(ol);
3140 }
3141}
#define msg(fmt,...)
Definition message.h:94

References m_innerClasses, msg, and protectionLevelVisible().

◆ writeIncludeFiles()

void ClassDefImpl::writeIncludeFiles ( OutputList & ol) const
private

Definition at line 2147 of file classdef.cpp.

2148{
2149 if (m_incInfo /*&& Config_getBool(SHOW_HEADERFILE)*/)
2150 {
2151 SrcLangExt lang = getLanguage();
2152 DString nm=m_incInfo->includeName.empty() ?
2153 (m_incInfo->fileDef ?
2154 m_incInfo->fileDef->docName() : DString()
2155 ) :
2156 m_incInfo->includeName;
2157 if (!nm.empty())
2158 {
2159 ol.startParagraph();
2160 ol.startTypewriter();
2161 ol.docify(::includeStatement(lang,m_incInfo->kind));
2162 ol.docify(::includeOpen(lang,m_incInfo->kind));
2163 ol.pushGeneratorState();
2165 ol.docify(nm);
2168 if (m_incInfo->fileDef)
2169 {
2170 ol.writeObjectLink(DString(),m_incInfo->fileDef->includeName(),DString(),nm);
2171 }
2172 else
2173 {
2174 ol.docify(nm);
2175 }
2176 ol.popGeneratorState();
2177 ol.docify(::includeClose(lang,m_incInfo->kind));
2178 ol.endTypewriter();
2179 ol.endParagraph();
2180 }
2181 }
2182}
void startTypewriter()
Definition outputlist.h:445
void endTypewriter()
Definition outputlist.h:447
DString includeClose(SrcLangExt lang, IncludeKind kind)
Definition filedef.cpp:82
DString includeOpen(SrcLangExt lang, IncludeKind kind)
Definition filedef.cpp:69
DString includeStatement(SrcLangExt lang, IncludeKind kind)
Definition filedef.cpp:52

References OutputList::disable(), OutputList::disableAllBut(), OutputList::docify(), DString::empty(), OutputList::enable(), OutputList::endParagraph(), OutputList::endTypewriter(), DefinitionMixin< ClassDefMutable >::getLanguage(), Html, includeClose(), includeOpen(), includeStatement(), m_incInfo, OutputList::popGeneratorState(), OutputList::pushGeneratorState(), OutputList::startParagraph(), OutputList::startTypewriter(), and OutputList::writeObjectLink().

Referenced by writeDocumentationContents().

◆ writeIncludeFilesForSlice()

void ClassDefImpl::writeIncludeFilesForSlice ( OutputList & ol) const
private

Definition at line 2006 of file classdef.cpp.

2007{
2008 if (m_incInfo)
2009 {
2010 DString nm;
2011 StringVector paths = Config_getList(STRIP_FROM_PATH);
2012 if (!paths.empty() && m_incInfo->fileDef)
2013 {
2014 DString abs = m_incInfo->fileDef->absFilePath();
2015 DString potential;
2016 size_t length = 0;
2017 for (const auto &s : paths)
2018 {
2019 FileInfo info(s);
2020 if (info.exists())
2021 {
2022 DString prefix = info.absFilePath();
2023 if (prefix.at(prefix.length() - 1) != '/')
2024 {
2025 prefix += '/';
2026 }
2027
2028 if (prefix.length() > length &&
2029 dstricmp(abs.left(prefix.length()).data(), prefix.data()) == 0) // case insensitive compare
2030 {
2031 length = prefix.length();
2032 potential = abs.mid(prefix.length());
2033 }
2034 }
2035 }
2036
2037 if (length > 0)
2038 {
2039 nm = potential;
2040 }
2041 }
2042
2043 if (nm.empty())
2044 {
2045 nm = m_incInfo->includeName;
2046 }
2047
2048 ol.startParagraph();
2049 ol.docify(theTranslator->trDefinedIn()+" ");
2050 ol.startTypewriter();
2051 ol.docify("<");
2052 if (m_incInfo->fileDef)
2053 {
2054 ol.writeObjectLink(DString(),m_incInfo->fileDef->includeName(),DString(),nm);
2055 }
2056 else
2057 {
2058 ol.docify(nm);
2059 }
2060 ol.docify(">");
2061 ol.endTypewriter();
2062 ol.endParagraph();
2063 }
2064
2065 // Write a summary of the Slice definition including metadata.
2066 ol.startParagraph();
2067 ol.startTypewriter();
2068 if (!m_metaData.empty())
2069 {
2070 ol.docify(m_metaData);
2071 ol.lineBreak();
2072 }
2073 if (m_spec.isLocal())
2074 {
2075 ol.docify("local ");
2076 }
2077 if (m_spec.isInterface())
2078 {
2079 ol.docify("interface ");
2080 }
2081 else if (m_spec.isStruct())
2082 {
2083 ol.docify("struct ");
2084 }
2085 else if (m_spec.isException())
2086 {
2087 ol.docify("exception ");
2088 }
2089 else
2090 {
2091 ol.docify("class ");
2092 }
2093 ol.docify(stripScope(name()));
2094 if (!m_inherits.empty())
2095 {
2096 if (m_spec.isInterface() || m_spec.isException())
2097 {
2098 ol.docify(" extends ");
2099 bool first=true;
2100 for (const auto &ibcd : m_inherits)
2101 {
2102 if (!first) ol.docify(", ");
2103 ClassDef *icd = ibcd.classDef;
2104 ol.docify(icd->name());
2105 first=false;
2106 }
2107 }
2108 else
2109 {
2110 // Must be a class.
2111 bool implements = false;
2112 for (const auto &ibcd : m_inherits)
2113 {
2114 ClassDef *icd = ibcd.classDef;
2115 if (icd->isInterface())
2116 {
2117 implements = true;
2118 }
2119 else
2120 {
2121 ol.docify(" extends ");
2122 ol.docify(icd->name());
2123 }
2124 }
2125 if (implements)
2126 {
2127 ol.docify(" implements ");
2128 bool first = true;
2129 for (const auto &ibcd : m_inherits)
2130 {
2131 ClassDef *icd = ibcd.classDef;
2132 if (icd->isInterface())
2133 {
2134 if (!first) ol.docify(", ");
2135 first = false;
2136 ol.docify(icd->name());
2137 }
2138 }
2139 }
2140 }
2141 }
2142 ol.docify(" { ... }");
2143 ol.endTypewriter();
2144 ol.endParagraph();
2145}
constexpr auto prefix
Definition anchor.cpp:47
virtual bool isInterface() const =0
Returns true if this class represents an interface.
const char * data() const
Returns a pointer to the contents of the string in the form of a 0-terminated C string.
Definition dstring.h:157
void lineBreak(const DString &style=DString())
Definition outputlist.h:555
virtual DString trDefinedIn()=0
#define Config_getList(name)
Definition config.h:38
int dstricmp(const char *s1, const char *s2)
Definition dstring.cpp:444
DString stripScope(const DString &name)
Definition util.cpp:3109

References FileInfo::absFilePath(), Config_getList, DString::data(), OutputList::docify(), dstricmp(), DString::empty(), OutputList::endParagraph(), OutputList::endTypewriter(), FileInfo::exists(), ClassDef::isInterface(), DString::left(), OutputList::lineBreak(), m_incInfo, m_inherits, m_metaData, m_spec, DString::mid(), Definition::name(), DefinitionMixin< ClassDefMutable >::name(), prefix, OutputList::startParagraph(), OutputList::startTypewriter(), stripScope(), theTranslator, Translator::trDefinedIn(), and OutputList::writeObjectLink().

Referenced by writeDocumentationContents().

◆ writeInheritanceGraph()

void ClassDefImpl::writeInheritanceGraph ( OutputList & ol) const
private

Definition at line 1848 of file classdef.cpp.

1849{
1850 bool haveDot = Config_getBool(HAVE_DOT);
1851 auto classGraph = m_typeInheritanceGraph;
1852
1853 if (classGraph == CLASS_GRAPH_t::NO) return;
1854 // count direct inheritance relations
1855 int count=countInheritanceNodes();
1856
1857 bool renderDiagram = false;
1858 if (haveDot && (classGraph==CLASS_GRAPH_t::YES || classGraph==CLASS_GRAPH_t::GRAPH))
1859 // write class diagram using dot
1860 {
1861 DotClassGraph inheritanceGraph(this,GraphType::Inheritance);
1862 if (inheritanceGraph.isTooBig())
1863 {
1864 warn_uncond("Inheritance graph for '{}' not generated, too many nodes ({}), threshold is {}. Consider increasing DOT_GRAPH_MAX_NODES.\n",
1865 name(), inheritanceGraph.numNodes(), Config_getInt(DOT_GRAPH_MAX_NODES));
1866 }
1867 else if (!inheritanceGraph.isTrivial())
1868 {
1869 ol.pushGeneratorState();
1871 ol.startDotGraph();
1873 ol.endDotGraph(inheritanceGraph);
1874 ol.popGeneratorState();
1875 renderDiagram = true;
1876 }
1877 }
1878 else if ((classGraph==CLASS_GRAPH_t::YES || classGraph==CLASS_GRAPH_t::GRAPH || classGraph==CLASS_GRAPH_t::BUILTIN) && count>0)
1879 // write class diagram using built-in generator
1880 {
1881 ClassDiagram diagram(this); // create a diagram of this class.
1882 ol.startClassDiagram();
1887 renderDiagram = true;
1888 }
1889
1890 if (renderDiagram) // if we already show the inheritance relations graphically,
1891 // then hide the text version
1892 {
1894 }
1895
1896 count = countInheritsNodes();
1897 if (count>0)
1898 {
1899 auto replaceFunc = [this,&ol](size_t entryIndex)
1900 {
1901 for (size_t index=0; index<m_inherits.size() ; index++)
1902 {
1903 const BaseClassDef &bcd=m_inherits[index];
1904 const ClassDef *cd=bcd.classDef;
1905
1906 if (cd->isVisibleInHierarchy()) // filter on the class we want to show
1907 {
1908 if (index==entryIndex) // found the requested index
1909 {
1910 // use the class name but with the template arguments as given
1911 // in the inheritance relation
1913 cd->displayName(),bcd.templSpecifiers);
1914
1915 if (cd->isLinkable())
1916 {
1918 cd->getOutputFileBase(),
1919 cd->anchor(),
1920 displayName);
1921 }
1922 else
1923 {
1924 ol.docify(displayName);
1925 }
1926 return;
1927 }
1928 }
1929 }
1930 };
1931
1932 ol.startParagraph();
1933 writeMarkerList(ol,
1935 static_cast<size_t>(count),
1936 replaceFunc);
1937 ol.endParagraph();
1938 }
1939
1940 // write subclasses
1941 count = countInheritedByNodes();
1942 if (count>0)
1943 {
1944 auto replaceFunc = [this,&ol](size_t entryIndex)
1945 {
1946 for (size_t index=0; index<m_inheritedBy.size() ; index++)
1947 {
1948 const BaseClassDef &bcd=m_inheritedBy[index];
1949 const ClassDef *cd=bcd.classDef;
1950 if (cd->isVisibleInHierarchy()) // filter on the class we want to show
1951 {
1952 if (index==entryIndex) // found the requested index
1953 {
1954 if (cd->isLinkable())
1955 {
1958 }
1959 else
1960 {
1961 ol.docify(cd->displayName());
1962 }
1963 return;
1964 }
1965 }
1966 }
1967 };
1968
1969 ol.startParagraph();
1970 writeMarkerList(ol,
1972 static_cast<size_t>(count),
1973 replaceFunc);
1974 ol.endParagraph();
1975 }
1976
1977 if (renderDiagram)
1978 {
1979 ol.enableAll();
1980 }
1981}
int countInheritanceNodes() const
virtual DString displayName(bool includeScope=true) const =0
virtual DString anchor() const =0
void startClassDiagram()
Definition outputlist.h:590
void endClassDiagram(const ClassDiagram &d, const DString &f, const DString &n)
Definition outputlist.h:592
void enableAll()
virtual DString trClassDiagram(const DString &clName)=0
virtual DString trInheritedByList(int numEntries)=0
virtual DString trInheritsList(int numEntries)=0
static void writeInheritanceSpecifier(OutputList &ol, const BaseClassDef &bcd)
@ Inheritance
Definition dotgraph.h:31
ClassDef * classDef
Class definition that this relation inherits from.
Definition classdef.h:56
DString templSpecifiers
Template arguments used for the base class.
Definition classdef.h:74
DString insertTemplateSpecifierInScope(const DString &scope, const DString &templ)
Definition util.cpp:3076
void writeMarkerList(OutputList &ol, const std::string &markerText, size_t numMarkers, std::function< void(size_t)> replaceFunc)
Definition util.cpp:753

References Definition::anchor(), BaseClassDef::classDef, Config_getBool, Config_getInt, countInheritanceNodes(), countInheritedByNodes(), countInheritsNodes(), OutputList::disable(), OutputList::disableAllBut(), displayName(), Definition::displayName(), OutputList::docify(), OutputList::enable(), OutputList::enableAll(), OutputList::endClassDiagram(), OutputList::endDotGraph(), OutputList::endParagraph(), getOutputFileBase(), Definition::getOutputFileBase(), Definition::getReference(), Inheritance, insertTemplateSpecifierInScope(), Definition::isLinkable(), DotClassGraph::isTooBig(), DotClassGraph::isTrivial(), ClassDef::isVisibleInHierarchy(), m_inheritedBy, m_inherits, m_typeInheritanceGraph, Man, DefinitionMixin< ClassDefMutable >::name(), DotClassGraph::numNodes(), OutputList::parseText(), OutputList::popGeneratorState(), OutputList::pushGeneratorState(), OutputList::startClassDiagram(), OutputList::startDotGraph(), OutputList::startParagraph(), DString::str(), BaseClassDef::templSpecifiers, theTranslator, Translator::trClassDiagram(), Translator::trInheritedByList(), Translator::trInheritsList(), warn_uncond, writeInheritanceSpecifier(), writeMarkerList(), and OutputList::writeObjectLink().

Referenced by writeDocumentationContents(), and writeInlineDocumentation().

◆ writeInheritedMemberDeclarations()

void ClassDefImpl::writeInheritedMemberDeclarations ( OutputList & ol,
ClassDefSet & visitedClasses,
MemberListType lt,
MemberListType lt2,
const DString & title,
const ClassDef * inheritedFrom,
bool invert,
bool showAlways ) const
private

Definition at line 4848 of file classdef.cpp.

4851{
4852 int count = countMembersIncludingGrouped(lt,inheritedFrom,false);
4853 bool process = count>0;
4854 //printf("%s: writeInheritedMemberDec: lt=%s process=%d invert=%d always=%d\n",
4855 // qPrint(name()),qPrint(lt.to_string()),process,invert,showAlways);
4856 if ((process^invert) || showAlways)
4857 {
4858 for (const auto &ibcd : m_inherits)
4859 {
4860 ClassDefMutable *icd=toClassDefMutable(ibcd.classDef);
4861 if (icd && icd->isLinkable())
4862 {
4863 MemberListType lt1 = MemberListType::Invalid();
4864 MemberListType lt3 = MemberListType::Invalid();
4865 convertProtectionLevel(lt,ibcd.prot,&lt1,&lt3);
4866 if (lt2.isInvalid() && !lt3.isInvalid())
4867 {
4868 lt2=lt3;
4869 }
4870 //printf("%s:convert %s->(%s,%s) prot=%d\n",qPrint(icd->name()),qPrint(lt.to_string()),
4871 // qPrint(lt1.to_string()),qPrint(lt2.to_string()),ibcd.prot);
4872 if (visitedClasses.find(icd)==visitedClasses.end())
4873 {
4874 visitedClasses.insert(icd); // guard for multiple virtual inheritance
4875 if (!lt1.isInvalid())
4876 {
4877 //printf("--> writeMemberDeclarations for type %s\n",qPrint(lt1.to_string()));
4878 icd->writeMemberDeclarations(ol,visitedClasses,lt1,
4879 title,DString(),false,inheritedFrom,lt2,false,true);
4880 }
4881 }
4882 else
4883 {
4884 //printf("%s: class already visited!\n",qPrint(icd->name()));
4885 }
4886 }
4887 }
4888 }
4889}
virtual void writeMemberDeclarations(OutputList &ol, ClassDefSet &visitedClasses, MemberListType lt, const DString &title, const DString &subTitle=DString(), bool showInline=false, const ClassDef *inheritedFrom=nullptr, MemberListType lt2=MemberListType::Invalid(), bool invert=false, bool showAlways=false) const =0

References convertProtectionLevel(), countMembersIncludingGrouped(), MemberListType::Invalid(), MemberListType::isInvalid(), Definition::isLinkable(), m_inherits, title(), toClassDefMutable(), and ClassDef::writeMemberDeclarations().

Referenced by writeAdditionalInheritedMembers(), and writeMemberDeclarations().

◆ writeInlineClasses()

void ClassDefImpl::writeInlineClasses ( OutputList & ol) const
private

Definition at line 2207 of file classdef.cpp.

2208{
2210}
void writeDocumentation(OutputList &ol, const Definition *container=nullptr) const
Definition classlist.cpp:72

References m_innerClasses, and ClassLinkedRefMap::writeDocumentation().

Referenced by writeDocumentationContents().

◆ writeInlineDocumentation()

void ClassDefImpl::writeInlineDocumentation ( OutputList & ol) const
overridevirtual

Write class documentation inside another container (i.e. a group).

Implements ClassDef.

Definition at line 2444 of file classdef.cpp.

2445{
2446 bool isSimple = m_isSimple;
2447
2448 ol.addIndexItem(name(),DString());
2449 //printf("ClassDefImpl::writeInlineDocumentation(%s)\n",qPrint(name()));
2450
2451 // part 1: anchor and title
2452 DString s = compoundTypeString()+" "+name();
2453
2454 // part 1a
2455 ol.pushGeneratorState();
2457 { // only HTML only
2458 ol.writeAnchor(DString(),anchor());
2459 ol.startMemberDoc(DString(),DString(),anchor(),name(),1,1,false);
2460 ol.startMemberDocName(false);
2461 ol.parseText(s);
2462 ol.endMemberDocName();
2463 ol.endMemberDoc(false);
2464 ol.writeString("</div>");
2465 ol.startIndent();
2466 }
2467 ol.popGeneratorState();
2468
2469 // part 1b
2470 ol.pushGeneratorState();
2473 { // for LaTeX/RTF only
2475 }
2476 ol.popGeneratorState();
2477
2478 // part 1c
2479 ol.pushGeneratorState();
2481 {
2482 // for LaTeX/RTF/Man
2483 ol.startGroupHeader("",1);
2484 ol.parseText(s);
2485 ol.endGroupHeader(1);
2486 }
2487 ol.popGeneratorState();
2488
2489 SrcLangExt lang=getLanguage();
2490
2491 // part 2: the header and detailed description
2492 for (const auto &lde : LayoutDocManager::instance().docEntries(LayoutDocManager::Class))
2493 {
2494 switch (lde->kind())
2495 {
2496 case LayoutDocEntry::BriefDesc:
2497 {
2498 // since we already shown the brief description in the
2499 // declaration part of the container, so we use this to
2500 // show the details on top.
2502 }
2503 break;
2504 case LayoutDocEntry::ClassInheritanceGraph:
2506 break;
2507 case LayoutDocEntry::ClassCollaborationGraph:
2509 break;
2510 case LayoutDocEntry::MemberDeclStart:
2512 break;
2513 case LayoutDocEntry::MemberDecl:
2514 {
2515 const LayoutDocEntryMemberDecl *lmd = dynamic_cast<const LayoutDocEntryMemberDecl*>(lde.get());
2516 if (lmd)
2517 {
2518 ClassDefSet visitedClasses;
2519 if (!isSimple) writeMemberDeclarations(ol,visitedClasses,lmd->type,lmd->title(lang),lmd->subtitle(lang),true);
2520 }
2521 }
2522 break;
2523 case LayoutDocEntry::MemberGroups:
2524 if (!isSimple) writeMemberGroups(ol,true);
2525 break;
2526 case LayoutDocEntry::MemberDeclEnd:
2528 break;
2529 case LayoutDocEntry::MemberDefStart:
2531 break;
2532 case LayoutDocEntry::MemberDef:
2533 {
2534 const LayoutDocEntryMemberDef *lmd = dynamic_cast<const LayoutDocEntryMemberDef*>(lde.get());
2535 if (lmd)
2536 {
2537 if (isSimple)
2538 {
2540 }
2541 else
2542 {
2543 writeMemberDocumentation(ol,lmd->type,lmd->title(lang),true);
2544 }
2545 }
2546 }
2547 break;
2548 case LayoutDocEntry::MemberDefEnd:
2550 break;
2551 default:
2552 break;
2553 }
2554 }
2555
2556 // part 3: close the block
2557 ol.pushGeneratorState();
2559 { // HTML only
2560 ol.endIndent();
2561 }
2562 ol.popGeneratorState();
2563}
void writeSimpleMemberDocumentation(OutputList &ol, MemberListType lt) const
void endIndent()
Definition outputlist.h:580
void startMemberDocName(bool align)
Definition outputlist.h:676
void endMemberDocName()
Definition outputlist.h:678
void endMemberDoc(bool hasArgs)
Definition outputlist.h:531
void addIndexItem(const DString &s1, const DString &s2)
Definition outputlist.h:586
void startMemberDoc(const DString &clName, const DString &memName, const DString &anchor, const DString &title, int memCount, int memTotal, bool showInline)
Definition outputlist.h:527
void startIndent()
Definition outputlist.h:578

References OutputList::addIndexItem(), anchor(), compoundTypeString(), OutputList::disable(), OutputList::disableAllBut(), OutputList::endGroupHeader(), OutputList::endIndent(), endMemberDeclarations(), OutputList::endMemberDoc(), OutputList::endMemberDocName(), endMemberDocumentation(), DefinitionMixin< ClassDefMutable >::getLanguage(), getOutputFileBase(), Html, LayoutDocManager::instance(), isSimple(), m_isSimple, Man, DefinitionMixin< ClassDefMutable >::name(), OutputList::parseText(), OutputList::popGeneratorState(), OutputList::pushGeneratorState(), OutputList::startGroupHeader(), OutputList::startIndent(), startMemberDeclarations(), OutputList::startMemberDoc(), OutputList::startMemberDocName(), startMemberDocumentation(), LayoutDocEntryMemberDecl::subtitle(), LayoutDocEntryMemberDecl::title(), LayoutDocEntryMemberDef::title(), LayoutDocEntryMemberDecl::type, LayoutDocEntryMemberDef::type, OutputList::writeAnchor(), writeCollaborationGraph(), writeDetailedDocumentationBody(), writeInheritanceGraph(), writeMemberDeclarations(), writeMemberDocumentation(), writeMemberGroups(), writeSimpleMemberDocumentation(), and OutputList::writeString().

◆ writeMemberDeclarations()

void ClassDefImpl::writeMemberDeclarations ( OutputList & ol,
ClassDefSet & visitedClasses,
MemberListType lt,
const DString & title,
const DString & subTitle = DString(),
bool showInline = false,
const ClassDef * inheritedFrom = nullptr,
MemberListType lt2 = MemberListType::Invalid(),
bool invert = false,
bool showAlways = false ) const
overridevirtual

Implements ClassDef.

Definition at line 4891 of file classdef.cpp.

4895{
4896 //printf("%s: ClassDefImpl::writeMemberDeclarations lt=%s lt2=%s\n",qPrint(name()),qPrint(lt.to_string()),qPrint(lt2.to_string()));
4897 MemberList * ml = getMemberList(lt);
4898 MemberList * ml2 = getMemberList(lt2);
4899 if (getLanguage()==SrcLangExt::VHDL) // use specific declarations function
4900 {
4901 static const ClassDef *cdef;
4902 if (cdef!=this)
4903 { // only one inline link
4905 cdef=this;
4906 }
4907 if (ml)
4908 {
4909 VhdlDocGen::writeVhdlDeclarations(ml,ol,nullptr,this,nullptr,nullptr,nullptr);
4910 }
4911 }
4912 else
4913 {
4914 //printf("%s::writeMemberDeclarations(%s) ml=%p ml2=%p\n",qPrint(name()),qPrint(title),(void*)ml,(void*)ml2);
4915 DString tt = title, st = subTitle;
4916 if (ml)
4917 {
4918 //printf(" writeDeclarations ml type=%s count=%d\n",qPrint(lt.to_string()),ml->numDecMembers(inheritedFrom));
4919 ml->writeDeclarations(ol,this,nullptr,nullptr,nullptr,nullptr,tt,st,false,showInline,inheritedFrom,lt,true);
4920 tt.clear();
4921 st.clear();
4922 }
4923 if (ml2)
4924 {
4925 //printf(" writeDeclarations ml2 type=%s count=%d\n",qPrint(lt2.to_string()),ml2->numDecMembers(inheritedFrom));
4926 ml2->writeDeclarations(ol,this,nullptr,nullptr,nullptr,nullptr,tt,st,false,showInline,inheritedFrom,lt,ml==nullptr);
4927 }
4928 bool inlineInheritedMembers = Config_getBool(INLINE_INHERITED_MEMB);
4929 if (!inlineInheritedMembers) // show inherited members as separate lists
4930 {
4931 writeInheritedMemberDeclarations(ol,visitedClasses,lt,lt2,title,
4932 inheritedFrom ? inheritedFrom : this,
4933 invert,showAlways);
4934 }
4935 }
4936}
void clear()
Definition dstring.h:214
void writeDeclarations(OutputList &ol, const ClassDef *cd, const NamespaceDef *nd, const FileDef *fd, const GroupDef *gd, const ModuleDef *mod, const DString &title, const DString &subtitle, bool showEnumValues=false, bool showInline=false, const ClassDef *inheritedFrom=nullptr, MemberListType lt=MemberListType::PubMethods(), bool showSectionTitle=true) const
Writes the list of members to the output.
static void writeInlineClassLink(const ClassDef *, OutputList &ol)
static void writeVhdlDeclarations(const MemberList *, OutputList &, const GroupDef *, const ClassDef *, const FileDef *, const NamespaceDef *, const ModuleDef *)

References DString::clear(), Config_getBool, DefinitionMixin< ClassDefMutable >::getLanguage(), getMemberList(), title(), MemberList::writeDeclarations(), writeInheritedMemberDeclarations(), VhdlDocGen::writeInlineClassLink(), and VhdlDocGen::writeVhdlDeclarations().

Referenced by writeDocumentationContents(), and writeInlineDocumentation().

◆ writeMemberDocumentation()

void ClassDefImpl::writeMemberDocumentation ( OutputList & ol,
MemberListType lt,
const DString & title,
bool showInline = false ) const
private

Definition at line 4951 of file classdef.cpp.

4952{
4953 //printf("%s: ClassDefImpl::writeMemberDocumentation()\n",qPrint(name()));
4954 MemberList * ml = getMemberList(lt);
4955 if (ml) ml->writeDocumentation(ol,displayName(),this,title,ml->listType().toLabel(),false,showInline);
4956}
void writeDocumentation(OutputList &ol, const DString &scopeName, const Definition *container, const DString &title, const DString &anchor, bool showEnumValues=false, bool showInline=false) const
MemberListType listType() const
Definition memberlist.h:131
constexpr const char * toLabel() const noexcept
Definition types.h:402

References displayName(), getMemberList(), MemberList::listType(), title(), MemberListType::toLabel(), and MemberList::writeDocumentation().

Referenced by writeDocumentationContents(), and writeInlineDocumentation().

◆ writeMemberGroups()

void ClassDefImpl::writeMemberGroups ( OutputList & ol,
bool showInline = false ) const
private

Definition at line 2184 of file classdef.cpp.

2185{
2186 // write user defined member groups
2187 for (const auto &mg : m_memberGroups)
2188 {
2189 if (!mg->allMembersInSameSection() || !m_subGrouping) // group is in its own section
2190 {
2191 mg->writeDeclarations(ol,this,nullptr,nullptr,nullptr,nullptr,showInline);
2192 }
2193 else // add this group to the corresponding member section
2194 {
2195 //printf("addToDeclarationSection(%s)\n",qPrint(mg->header()));
2196 //mg->addToDeclarationSection();
2197 }
2198 }
2199}

References m_memberGroups, and m_subGrouping.

Referenced by writeDocumentationContents(), and writeInlineDocumentation().

◆ writeMemberList()

void ClassDefImpl::writeMemberList ( OutputList & ol) const
overridevirtual

Implements ClassDef.

Definition at line 3144 of file classdef.cpp.

3145{
3146 bool cOpt = Config_getBool(OPTIMIZE_OUTPUT_FOR_C);
3147 //bool vhdlOpt = Config_getBool(OPTIMIZE_OUTPUT_VHDL);
3148 bool sliceOpt = Config_getBool(OPTIMIZE_OUTPUT_SLICE);
3149 bool generateTreeView = Config_getBool(GENERATE_TREEVIEW);
3150 if (m_allMemberNameInfoLinkedMap.empty() || cOpt) return;
3151 // only for HTML
3152 ol.pushGeneratorState();
3154
3156 if (sliceOpt)
3157 {
3158 if (compoundType()==Interface)
3159 {
3161 }
3162 else if (compoundType()==Struct)
3163 {
3165 }
3166 else if (compoundType()==Exception)
3167 {
3169 }
3170 else
3171 {
3173 }
3174 }
3175 else
3176 {
3178 }
3179
3180 DString memListFile = getMemberListFileName();
3181 startFile(ol,memListFile,false,memListFile,theTranslator->trMemberList(),hli,!generateTreeView,getOutputFileBase());
3182 if (!generateTreeView)
3183 {
3185 {
3187 }
3188 ol.endQuickIndices();
3189 }
3190 startTitle(ol,DString());
3192 endTitle(ol,DString(),DString());
3193 ol.startContents();
3194 ol.startParagraph();
3196 ol.docify(" ");
3199 ol.endParagraph();
3200
3201 //ol.startItemList();
3202
3203 bool first = true; // to prevent empty table
3204 int idx=0;
3205 for (auto &mni : m_allMemberNameInfoLinkedMap)
3206 {
3207 for (auto &mi : *mni)
3208 {
3209 const MemberDef *md=mi->memberDef();
3210 const ClassDef *cd=md->getClassDef();
3211 Protection prot = mi->prot();
3212 Specifier virt=md->virtualness();
3213
3214 //printf("%s: Member %s of class %s md->protection()=%d mi->prot=%d prot=%d inherited=%d\n",
3215 // qPrint(name()),qPrint(md->name()),qPrint(cd->name()),md->protection(),mi->prot,prot,mi->inherited);
3216
3217 if (cd && !md->name().empty() && !md->isAnonymous())
3218 {
3219 bool memberWritten=false;
3220 if (cd->isLinkable() && md->isLinkable())
3221 // create a link to the documentation
3222 {
3223 DString name=mi->ambiguityResolutionScope()+md->name();
3224 //ol.writeListItem();
3225 if (first)
3226 {
3227 ol.writeString("<table class=\"directory\">\n");
3228 first = false;
3229 }
3230 ol.writeString(" <tr");
3231 if ((idx&1)==0) ol.writeString(" class=\"even\""); else ol.writeString(" class=\"odd\"");
3232 idx++;
3233 ol.writeString("><td class=\"entry\">");
3234 if (cd->isObjectiveC())
3235 {
3236 if (md->isObjCMethod())
3237 {
3238 if (md->isStatic())
3239 ol.writeString("+&#160;</td><td>");
3240 else
3241 ol.writeString("-&#160;</td><td>");
3242 }
3243 else
3244 ol.writeString("</td><td class=\"entry\">");
3245 }
3246 if (md->isObjCMethod())
3247 {
3249 md->getOutputFileBase(),
3250 md->anchor(),md->name());
3251 }
3252 else
3253 {
3254 //Definition *bd = md->getGroupDef();
3255 //if (bd==nullptr) bd=cd;
3257 md->getOutputFileBase(),
3258 md->anchor(),name);
3259
3260 if ( md->isFunction() || md->isSignal() || md->isSlot() ||
3261 (md->isFriend() && !md->argsString().empty()))
3262 ol.docify(md->argsString());
3263 else if (md->isEnumerate())
3265 else if (md->isEnumValue())
3267 else if (md->isTypedef())
3268 ol.docify(" typedef");
3269 else if (md->isFriend() && md->typeString()=="friend class")
3270 ol.docify(" class");
3271 //ol.writeString("\n");
3272 }
3273 ol.writeString("</td>");
3274 memberWritten=true;
3275 }
3276 else if (!cd->isArtificial() &&
3277 !Config_getBool(HIDE_UNDOC_MEMBERS) &&
3279 ) // no documentation,
3280 // generate link to the class instead.
3281 {
3282 //ol.writeListItem();
3283 if (first)
3284 {
3285 ol.writeString("<table class=\"directory\">\n");
3286 first = false;
3287 }
3288 ol.writeString(" <tr bgcolor=\"#f0f0f0\"");
3289 if ((idx&1)==0) ol.writeString(" class=\"even\""); else ol.writeString(" class=\"odd\"");
3290 idx++;
3291 ol.writeString("><td class=\"entry\">");
3292 if (cd->isObjectiveC())
3293 {
3294 if (md->isObjCMethod())
3295 {
3296 if (md->isStatic())
3297 ol.writeString("+&#160;</td><td class=\"entry\">");
3298 else
3299 ol.writeString("-&#160;</td><td class=\"entry\">");
3300 }
3301 else
3302 ol.writeString("</td><td class=\"entry\">");
3303 }
3304 ol.startBold();
3305 ol.docify(md->name());
3306 ol.endBold();
3307 if (!md->isObjCMethod())
3308 {
3309 if ( md->isFunction() || md->isSignal() || md->isSlot() )
3310 ol.docify(md->argsString());
3311 else if (md->isEnumerate())
3313 else if (md->isEnumValue())
3315 else if (md->isTypedef())
3316 ol.docify(" typedef");
3317 }
3318 ol.writeString(" (");
3320 if (cd->isLinkable())
3321 {
3322 ol.writeObjectLink(
3323 cd->getReference(),
3324 cd->getOutputFileBase(),
3325 cd->anchor(),
3326 cd->displayName());
3327 }
3328 else
3329 {
3330 ol.startBold();
3331 ol.docify(cd->displayName());
3332 ol.endBold();
3333 }
3334 ol.writeString(")");
3335 ol.writeString("</td>");
3336 memberWritten=true;
3337 }
3338 if (memberWritten)
3339 {
3340 ol.writeString("<td class=\"entry\">");
3342 cd->getOutputFileBase(),
3343 cd->anchor(),
3344 md->category() ?
3345 md->category()->displayName() :
3346 cd->displayName());
3347 ol.writeString("</td>");
3348 ol.writeString("<td class=\"entry\">");
3349 }
3350 SrcLangExt lang = md->getLanguage();
3351 if (
3352 (prot!=Protection::Public || (virt!=Specifier::Normal && getLanguage()!=SrcLangExt::ObjC) ||
3353 md->isFriend() || md->isRelated() || md->isExplicit() ||
3354 md->isMutable() || (md->isInline() && Config_getBool(INLINE_INFO)) ||
3355 md->isSignal() || md->isSlot() || md->isThreadLocal() ||
3356 (getLanguage()==SrcLangExt::IDL &&
3357 (md->isOptional() || md->isAttribute() || md->isUNOProperty())) ||
3358 md->isStatic() || lang==SrcLangExt::VHDL
3359 )
3360 && memberWritten)
3361 {
3362 StringVector sl;
3363 if (lang==SrcLangExt::VHDL)
3364 {
3365 sl.push_back(theTranslator->trVhdlType(md->getVhdlSpecifiers(),true).str()); //append vhdl type
3366 }
3367 else if (md->isFriend()) sl.emplace_back("friend");
3368 else if (md->isRelated()) sl.emplace_back("related");
3369 else
3370 {
3371 if (Config_getBool(INLINE_INFO) && md->isInline())
3372 sl.emplace_back("inline");
3373 if (md->isExplicit()) sl.emplace_back("explicit");
3374 if (md->isMutable()) sl.emplace_back("mutable");
3375 if (md->isThreadLocal()) sl.emplace_back("thread_local");
3376 if (prot==Protection::Protected) sl.emplace_back("protected");
3377 else if (prot==Protection::Private) sl.emplace_back("private");
3378 else if (prot==Protection::Package) sl.emplace_back("package");
3379 if (virt==Specifier::Virtual && getLanguage()!=SrcLangExt::ObjC)
3380 sl.emplace_back("virtual");
3381 else if (virt==Specifier::Pure) sl.emplace_back("pure virtual");
3382 if (md->isStatic()) sl.emplace_back("static");
3383 if (md->isSignal()) sl.emplace_back("signal");
3384 if (md->isSlot()) sl.emplace_back("slot");
3385// this is the extra member page
3386 if (md->isOptional()) sl.emplace_back("optional");
3387 if (md->isAttribute()) sl.emplace_back("attribute");
3388 if (md->isUNOProperty()) sl.emplace_back("property");
3389 if (md->isReadonly()) sl.emplace_back("readonly");
3390 if (md->isBound()) sl.emplace_back("bound");
3391 if (md->isRemovable()) sl.emplace_back("removable");
3392 if (md->isConstrained()) sl.emplace_back("constrained");
3393 if (md->isTransient()) sl.emplace_back("transient");
3394 if (md->isMaybeVoid()) sl.emplace_back("maybevoid");
3395 if (md->isMaybeDefault()) sl.emplace_back("maybedefault");
3396 if (md->isMaybeAmbiguous()) sl.emplace_back("maybeambiguous");
3397 }
3398 bool firstSpan=true;
3399 for (const auto &s : sl)
3400 {
3401 if (!firstSpan)
3402 {
3403 ol.writeString("</span><span class=\"mlabel\">");
3404 }
3405 else
3406 {
3407 ol.writeString("<span class=\"mlabel\">");
3408 firstSpan=false;
3409 }
3410 ol.docify(s);
3411 }
3412 if (!firstSpan) ol.writeString("</span>");
3413 }
3414 if (memberWritten)
3415 {
3416 ol.writeString("</td>");
3417 ol.writeString("</tr>\n");
3418 }
3419 }
3420 }
3421 }
3422 //ol.endItemList();
3423
3424 if (!first) ol.writeString("</table>");
3425
3426 endFile(ol);
3427 ol.popGeneratorState();
3428}
virtual bool isObjectiveC() const =0
Returns true if this class is implemented in Objective-C.
virtual bool isAnonymous() const =0
virtual bool isArtificial() const =0
virtual bool isSignal() const =0
virtual bool isExplicit() const =0
virtual bool isObjCMethod() const =0
virtual bool isMaybeVoid() const =0
virtual ClassDef * category() const =0
virtual bool isSlot() const =0
virtual bool isInline() const =0
virtual bool isMaybeAmbiguous() const =0
virtual bool isAttribute() const =0
virtual bool isMaybeDefault() const =0
virtual bool isRemovable() const =0
virtual bool isConstrained() const =0
virtual bool isReadonly() const =0
virtual bool isBound() const =0
virtual bool isThreadLocal() const =0
virtual bool isTransient() const =0
virtual bool isOptional() const =0
virtual bool isUNOProperty() const =0
virtual bool isMutable() const =0
virtual DString trIncludingInheritedMembers()=0
virtual DString trMemberList()=0
virtual DString trEnumName()=0
virtual DString trThisIsTheListOfAllMembers()=0
virtual DString trEnumValue()=0
void endFile(OutputList &ol, bool skipNavIndex, bool skipEndContents, const DString &navPath)
Definition index.cpp:431

References anchor(), Definition::anchor(), MemberDef::argsString(), MemberDef::category(), ClassVisible, compoundType(), Config_getBool, OutputList::disableAllBut(), displayName(), Definition::displayName(), OutputList::docify(), DString::empty(), LinkedMap< T, Hash, KeyEqual, Map >::empty(), OutputList::endBold(), endFile(), OutputList::endParagraph(), OutputList::endQuickIndices(), endTitle(), ClassDef::Exception, ExceptionVisible, MemberDef::getClassDef(), Definition::getLanguage(), DefinitionMixin< ClassDefMutable >::getLanguage(), getMemberListFileName(), DefinitionMixin< ClassDefMutable >::getOuterScope(), getOutputFileBase(), Definition::getOutputFileBase(), getReference(), Definition::getReference(), MemberDef::getVhdlSpecifiers(), Doxygen::globalScope, Html, ClassDef::Interface, InterfaceVisible, Definition::isAnonymous(), Definition::isArtificial(), MemberDef::isAttribute(), MemberDef::isBound(), MemberDef::isConstrained(), MemberDef::isEnumerate(), MemberDef::isEnumValue(), MemberDef::isExplicit(), MemberDef::isFriend(), MemberDef::isFunction(), MemberDef::isInline(), Definition::isLinkable(), MemberDef::isMaybeAmbiguous(), MemberDef::isMaybeDefault(), MemberDef::isMaybeVoid(), MemberDef::isMutable(), MemberDef::isObjCMethod(), ClassDef::isObjectiveC(), MemberDef::isOptional(), MemberDef::isReadonly(), MemberDef::isRelated(), MemberDef::isRemovable(), MemberDef::isSignal(), MemberDef::isSlot(), MemberDef::isStatic(), MemberDef::isThreadLocal(), MemberDef::isTransient(), MemberDef::isTypedef(), MemberDef::isUNOProperty(), m_allMemberNameInfoLinkedMap, Definition::name(), DefinitionMixin< ClassDefMutable >::name(), None, OutputList::parseText(), OutputList::popGeneratorState(), MemberDef::protection(), protectionLevelVisible(), OutputList::pushGeneratorState(), OutputList::startBold(), OutputList::startContents(), startFile(), OutputList::startParagraph(), startTitle(), DString::str(), ClassDef::Struct, StructVisible, theTranslator, Translator::trDefinedIn(), Translator::trEnumName(), Translator::trEnumValue(), Translator::trIncludingInheritedMembers(), Translator::trMemberList(), Translator::trThisIsTheListOfAllMembers(), Translator::trVhdlType(), MemberDef::typeString(), MemberDef::virtualness(), DefinitionMixin< ClassDefMutable >::writeNavigationPath(), OutputList::writeObjectLink(), and OutputList::writeString().

◆ writeMemberPages()

void ClassDefImpl::writeMemberPages ( OutputList & ol) const
overridevirtual

Implements ClassDef.

Definition at line 3058 of file classdef.cpp.

3059{
3060 ///////////////////////////////////////////////////////////////////////////
3061 //// Member definitions on separate pages
3062 ///////////////////////////////////////////////////////////////////////////
3063
3064 ol.pushGeneratorState();
3066
3067 for (const auto &ml : m_memberLists)
3068 {
3069 if (ml->numDocMembers()>ml->numDocEnumValues() && ml->listType().isDetailed())
3070 {
3071 ml->writeDocumentationPage(ol,displayName(),this);
3072 }
3073 }
3074
3075 ol.popGeneratorState();
3076}

References OutputList::disableAllBut(), displayName(), Html, m_memberLists, OutputList::popGeneratorState(), and OutputList::pushGeneratorState().

Referenced by writeDocumentation().

◆ writeMoreLink()

void ClassDefImpl::writeMoreLink ( OutputList & ol,
const DString & anchor ) const
private

Definition at line 2565 of file classdef.cpp.

2566{
2567 // TODO: clean up this mess by moving it to
2568 // the output generators...
2569 bool pdfHyperlinks = Config_getBool(PDF_HYPERLINKS);
2570 bool rtfHyperlinks = Config_getBool(RTF_HYPERLINKS);
2571 bool usePDFLatex = Config_getBool(USE_PDFLATEX);
2572
2573 // HTML only
2574 ol.pushGeneratorState();
2576 ol.docify(" ");
2578 anchor.empty() ? DString("details") : anchor);
2580 ol.endTextLink();
2581 ol.popGeneratorState();
2582
2583 if (!anchor.empty())
2584 {
2585 ol.pushGeneratorState();
2586 // LaTeX + RTF
2590 if (!(usePDFLatex && pdfHyperlinks))
2591 {
2593 }
2594 if (!rtfHyperlinks)
2595 {
2597 }
2598 ol.docify(" ");
2601 ol.endTextLink();
2602 // RTF only
2604 ol.writeString("\\par");
2605 ol.popGeneratorState();
2606 }
2607}
void endTextLink()
Definition outputlist.h:440
void startTextLink(const DString &file, const DString &anchor)
Definition outputlist.h:438
virtual DString trMore()=0

References anchor(), Config_getBool, OutputList::disable(), OutputList::disableAllBut(), Docbook, OutputList::docify(), DString::empty(), OutputList::endTextLink(), getOutputFileBase(), Html, Latex, Man, OutputList::parseText(), OutputList::popGeneratorState(), OutputList::pushGeneratorState(), RTF, OutputList::startTextLink(), theTranslator, Translator::trMore(), and OutputList::writeString().

Referenced by writeBriefDescription(), and writeDeclarationLink().

◆ writeNestedClasses()

void ClassDefImpl::writeNestedClasses ( OutputList & ol,
const DString & title ) const
private

Definition at line 2201 of file classdef.cpp.

2202{
2203 // nested classes
2204 m_innerClasses.writeDeclaration(ol,nullptr,title,true);
2205}
void writeDeclaration(OutputList &ol, const ClassDef::CompoundType *filter, const DString &header, bool localNames) const
Definition classlist.cpp:51

References m_innerClasses, title(), and ClassLinkedRefMap::writeDeclaration().

Referenced by writeDocumentationContents().

◆ writePageNavigation()

void ClassDefImpl::writePageNavigation ( OutputList & ol) const
overridevirtual

Implements DefinitionMutable.

Definition at line 2334 of file classdef.cpp.

2335{
2336 ol.writePageOutline();
2337}
void writePageOutline()
Definition outputlist.h:612

References OutputList::writePageOutline().

◆ writePlainMemberDeclaration()

void ClassDefImpl::writePlainMemberDeclaration ( OutputList & ol,
MemberListType lt,
bool inGroup,
int indentLevel,
const ClassDef * inheritedFrom,
const DString & inheritId ) const
private

Definition at line 4965 of file classdef.cpp.

4968{
4969 //printf("%s: ClassDefImpl::writePlainMemberDeclaration()\n",qPrint(name()));
4970 MemberList * ml = getMemberList(lt);
4971 if (ml)
4972 {
4973 ml->writePlainDeclarations(ol,inGroup,this,nullptr,nullptr,nullptr,nullptr,indentLevel,inheritedFrom,inheritId);
4974 }
4975}
void writePlainDeclarations(OutputList &ol, bool inGroup, const ClassDef *cd, const NamespaceDef *nd, const FileDef *fd, const GroupDef *gd, const ModuleDef *mod, int indentLevel, const ClassDef *inheritedFrom, const DString &inheritId) const

References getMemberList(), and MemberList::writePlainDeclarations().

◆ writeQuickMemberLinks()

void ClassDefImpl::writeQuickMemberLinks ( OutputList & ol,
const MemberDef * md ) const
overridevirtual

Implements DefinitionMutable.

Definition at line 3078 of file classdef.cpp.

3079{
3080 bool createSubDirs=Config_getBool(CREATE_SUBDIRS);
3081
3082 ol.writeString(" <div class=\"navtab\">\n");
3083 ol.writeString(" <table>\n");
3084
3085 for (auto &mni : m_allMemberNameInfoLinkedMap)
3086 {
3087 for (auto &mi : *mni)
3088 {
3089 const MemberDef *md=mi->memberDef();
3090 if (md->getClassDef()==this && md->isLinkable() && !md->isEnumValue())
3091 {
3092 if (md->isLinkableInProject())
3093 {
3094 if (md==currentMd) // selected item => highlight
3095 {
3096 ol.writeString(" <tr><td class=\"navtabHL\">");
3097 }
3098 else
3099 {
3100 ol.writeString(" <tr><td class=\"navtab\">");
3101 }
3102 ol.writeString("<span class=\"label\"><a ");
3103 ol.writeString("href=\"");
3104 if (createSubDirs) ol.writeString("../../");
3105 DString url = md->getOutputFileBase();
3107 ol.writeString(url+"#"+md->anchor());
3108 ol.writeString("\">");
3109 ol.writeString(convertToHtml(md->name()));
3110 ol.writeString("</a></span>");
3111 ol.writeString("</td></tr>\n");
3112 }
3113 }
3114 }
3115 }
3116
3117 ol.writeString(" </table>\n");
3118 ol.writeString(" </div>\n");
3119}
void createSubDirs(const Dir &d)
Definition util.cpp:2969
DString convertToHtml(const DString &s, bool keepEntities)
Definition util.cpp:3291
void addHtmlExtensionIfMissing(DString &fName)
Definition util.cpp:3931

References addHtmlExtensionIfMissing(), Definition::anchor(), Config_getBool, convertToHtml(), createSubDirs(), MemberDef::getClassDef(), Definition::getOutputFileBase(), MemberDef::isEnumValue(), Definition::isLinkable(), Definition::isLinkableInProject(), m_allMemberNameInfoLinkedMap, Definition::name(), and OutputList::writeString().

◆ writeSimpleMemberDocumentation()

void ClassDefImpl::writeSimpleMemberDocumentation ( OutputList & ol,
MemberListType lt ) const
private

Definition at line 4958 of file classdef.cpp.

4959{
4960 //printf("%s: ClassDefImpl::writeSimpleMemberDocumentation()\n",qPrint(name()));
4961 MemberList * ml = getMemberList(lt);
4962 if (ml) ml->writeSimpleDocumentation(ol,this);
4963}
void writeSimpleDocumentation(OutputList &ol, const Definition *container) const

References getMemberList(), and MemberList::writeSimpleDocumentation().

Referenced by writeInlineDocumentation().

◆ writeSummaryLinks()

void ClassDefImpl::writeSummaryLinks ( OutputList & ol) const
overridevirtual

Implements DefinitionMutable.

Definition at line 2265 of file classdef.cpp.

2266{
2267 static bool extractPrivate = Config_getBool(EXTRACT_PRIVATE);
2268 ol.pushGeneratorState();
2270 bool first=true;
2271 SrcLangExt lang = getLanguage();
2272
2273 if (lang!=SrcLangExt::VHDL)
2274 {
2275 for (const auto &lde : LayoutDocManager::instance().docEntries(LayoutDocManager::Class))
2276 {
2277 if (lde->kind()==LayoutDocEntry::ClassNestedClasses &&
2279 )
2280 {
2281 for (const auto &innerCd : m_innerClasses)
2282 {
2283 if (!innerCd->isAnonymous() &&
2284 !innerCd->isExtension() &&
2285 (innerCd->protection()!=Protection::Private || extractPrivate) &&
2286 innerCd->visibleInParentsDeclList()
2287 )
2288 {
2289 const LayoutDocEntrySection *ls = dynamic_cast<const LayoutDocEntrySection *>(lde.get());
2290 ol.writeSummaryLink(DString(),"nested-classes",ls->title(lang),first);
2291 first=false;
2292 break;
2293 }
2294 }
2295 }
2296 else if (lde->kind()==LayoutDocEntry::ClassAllMembersLink &&
2298 !Config_getBool(OPTIMIZE_OUTPUT_FOR_C)
2299 )
2300 {
2302 first=false;
2303 }
2304 else if (lde->kind()==LayoutDocEntry::MemberDecl)
2305 {
2306 const LayoutDocEntryMemberDecl *lmd = dynamic_cast<const LayoutDocEntryMemberDecl*>(lde.get());
2307 if (lmd)
2308 {
2309 MemberList * ml = getMemberList(lmd->type);
2310 if (ml && ml->declVisible())
2311 {
2312 ol.writeSummaryLink(DString(),ml->listType().toLabel(),lmd->title(lang),first);
2313 first=false;
2314 }
2315 }
2316 }
2317 }
2318 }
2319 else // VDHL only
2320 {
2321 for (const auto &s : m_vhdlSummaryTitles)
2322 {
2323 ol.writeSummaryLink(DString(),convertToId(s),s,first);
2324 first=false;
2325 }
2326 }
2327 if (!first)
2328 {
2329 ol.writeString(" </div>\n");
2330 }
2331 ol.popGeneratorState();
2332}
bool declVisible(const ClassDef::CompoundType *filter=nullptr) const
Definition classlist.cpp:27
bool declVisible() const
void writeSummaryLink(const DString &file, const DString &anchor, const DString &title, bool first)
Definition outputlist.h:610
virtual DString trListOfAllMembers()=0
DString convertToId(const DString &s)
Definition util.cpp:3202

References Config_getBool, convertToId(), ClassLinkedRefMap::declVisible(), MemberList::declVisible(), OutputList::disableAllBut(), LinkedMap< T, Hash, KeyEqual, Map >::empty(), DefinitionMixin< ClassDefMutable >::getLanguage(), getMemberList(), getMemberListFileName(), Html, LayoutDocManager::instance(), MemberList::listType(), m_allMemberNameInfoLinkedMap, m_innerClasses, m_vhdlSummaryTitles, OutputList::popGeneratorState(), OutputList::pushGeneratorState(), theTranslator, LayoutDocEntryMemberDecl::title(), LayoutDocEntrySection::title(), MemberListType::toLabel(), Translator::trListOfAllMembers(), LayoutDocEntryMemberDecl::type, OutputList::writeString(), and OutputList::writeSummaryLink().

◆ writeTagFile()

void ClassDefImpl::writeTagFile ( TextStream & tagFile) const
overridevirtual

Implements ClassDef.

Definition at line 2339 of file classdef.cpp.

2340{
2341 if (!isLinkableInProject() || isArtificial()) return;
2342 tagFile << " <compound kind=\"";
2343 if (isFortran() && (compoundTypeString() == "type"))
2344 tagFile << "struct";
2345 else
2346 tagFile << compoundTypeString();
2347 tagFile << "\"";
2348 if (isObjectiveC()) { tagFile << " objc=\"yes\""; }
2349 tagFile << ">\n";
2350 tagFile << " <name>" << convertToXML(name()) << "</name>\n";
2351 DString fn = getOutputFileBase();
2353 tagFile << " <filename>" << convertToXML(fn) << "</filename>\n";
2354 if (!anchor().empty())
2355 {
2356 tagFile << " <anchor>" << convertToXML(anchor()) << "</anchor>\n";
2357 }
2358 DString idStr = id();
2359 if (!idStr.empty())
2360 {
2361 tagFile << " <clangid>" << convertToXML(idStr) << "</clangid>\n";
2362 }
2363 for (const Argument &a : m_tempArgs)
2364 {
2365 tagFile << " <templarg>" << convertToXML(a.type);
2366 if (!a.name.empty())
2367 {
2368 tagFile << " " << convertToXML(a.name);
2369 }
2370 tagFile << "</templarg>\n";
2371 }
2372 for (const auto &ibcd : m_inherits)
2373 {
2374 ClassDef *cd=ibcd.classDef;
2375 if (cd && cd->isLinkable())
2376 {
2377 tagFile << " <base";
2378 if (ibcd.prot==Protection::Protected)
2379 {
2380 tagFile << " protection=\"protected\"";
2381 }
2382 else if (ibcd.prot==Protection::Private)
2383 {
2384 tagFile << " protection=\"private\"";
2385 }
2386 if (ibcd.virt==Specifier::Virtual)
2387 {
2388 tagFile << " virtualness=\"virtual\"";
2389 }
2391 cd->displayName(),ibcd.templSpecifiers);
2392 tagFile << ">" << convertToXML(displayName) << "</base>\n";
2393 }
2394 }
2395 for (const auto &lde : LayoutDocManager::instance().docEntries(LayoutDocManager::Class))
2396 {
2397 switch (lde->kind())
2398 {
2399 case LayoutDocEntry::ClassNestedClasses:
2400 {
2401 for (const auto &innerCd : m_innerClasses)
2402 {
2403 if (innerCd->isLinkableInProject() && !innerCd->isImplicitTemplateInstance() &&
2404 protectionLevelVisible(innerCd->protection()) &&
2405 !innerCd->isEmbeddedInOuterScope()
2406 )
2407 {
2408 tagFile << " <class kind=\"" << innerCd->compoundTypeString() <<
2409 "\">" << convertToXML(innerCd->name()) << "</class>\n";
2410 }
2411 }
2412 }
2413 break;
2414 case LayoutDocEntry::MemberDecl:
2415 {
2416 const LayoutDocEntryMemberDecl *lmd = dynamic_cast<const LayoutDocEntryMemberDecl*>(lde.get());
2417 if (lmd)
2418 {
2419 MemberList * ml = getMemberList(lmd->type);
2420 if (ml)
2421 {
2422 ml->writeTagFile(tagFile);
2423 }
2424 }
2425 }
2426 break;
2427 case LayoutDocEntry::MemberGroups:
2428 {
2429 for (const auto &mg : m_memberGroups)
2430 {
2431 mg->writeTagFile(tagFile);
2432 }
2433 }
2434 break;
2435 default:
2436 break;
2437 }
2438 }
2439 writeDocAnchorsToTagFile(tagFile);
2440 tagFile << " </compound>\n";
2441}
bool isObjectiveC() const override
Returns true if this class is implemented in Objective-C.
bool isFortran() const override
Returns true if this class is implemented in Fortran.
void writeDocAnchorsToTagFile(TextStream &fs) const override
void writeTagFile(TextStream &, bool useQualifiedName=false, bool showNamespaceMembers=true)
DString convertToXML(const DString &s, bool keepEntities, const bool citeEntry)
Definition util.cpp:3232

References addHtmlExtensionIfMissing(), anchor(), compoundTypeString(), convertToXML(), displayName(), Definition::displayName(), DString::empty(), getMemberList(), getOutputFileBase(), DefinitionMixin< ClassDefMutable >::id(), insertTemplateSpecifierInScope(), LayoutDocManager::instance(), DefinitionMixin< ClassDefMutable >::isArtificial(), isFortran(), Definition::isLinkable(), isLinkableInProject(), isObjectiveC(), m_inherits, m_innerClasses, m_memberGroups, m_tempArgs, DefinitionMixin< ClassDefMutable >::name(), protectionLevelVisible(), LayoutDocEntryMemberDecl::type, DefinitionMixin< ClassDefMutable >::writeDocAnchorsToTagFile(), and MemberList::writeTagFile().

◆ writeTemplateSpec()

void ClassDefImpl::writeTemplateSpec ( OutputList & ol,
const Definition * d,
const DString & type,
SrcLangExt lang ) const
private

Definition at line 1518 of file classdef.cpp.

1520{
1521 ArgumentLists specs;
1522 DString name;
1523 searchTemplateSpecs(d,specs,name,lang);
1524 if (!specs.empty()) // class has template scope specifiers
1525 {
1527 for (const ArgumentList &al : specs)
1528 {
1529 ol.docify("template<");
1530 auto it = al.begin();
1531 while (it!=al.end())
1532 {
1533 Argument a = *it;
1534 linkifyText(TextGeneratorOLImpl(ol), // out
1535 a.type, // text
1536 LinkifyTextOptions().setScope(d).setFileScope(getFileDef()).setSelf(this));
1537 if (!a.name.empty())
1538 {
1539 ol.docify(" ");
1540 ol.docify(a.name);
1541 }
1542 if (a.defval.length()!=0)
1543 {
1544 ol.docify(" = ");
1545 ol.docify(a.defval);
1546 }
1547 ++it;
1548 if (it!=al.end()) ol.docify(", ");
1549 }
1550 ol.docify(">");
1551 ol.lineBreak();
1552 }
1553 if (!m_requiresClause.empty())
1554 {
1555 ol.docify("requires ");
1556 linkifyText(TextGeneratorOLImpl(ol), // out
1557 m_requiresClause, // text
1558 LinkifyTextOptions().setScope(d).setFileScope(getFileDef()).setSelf(this));
1559 ol.lineBreak();
1560 }
1561 ol.docify(type.lower()+" "+name);
1563 }
1564}
DString defval
Definition arguments.h:47
DString name
Definition arguments.h:45
DString type
Definition arguments.h:43
DString lower() const
Definition dstring.h:326
void endCompoundTemplateParams()
Definition outputlist.h:499
void startCompoundTemplateParams()
Definition outputlist.h:497
static void searchTemplateSpecs(const Definition *d, ArgumentLists &result, DString &name, SrcLangExt lang)
void linkifyText(const TextGeneratorIntf &out, const DString &text, const LinkifyTextOptions &options)

References Argument::defval, OutputList::docify(), DString::empty(), OutputList::endCompoundTemplateParams(), getFileDef(), DString::length(), OutputList::lineBreak(), linkifyText(), DString::lower(), m_requiresClause, Argument::name, DefinitionMixin< ClassDefMutable >::name(), searchTemplateSpecs(), OutputList::startCompoundTemplateParams(), and Argument::type.

Referenced by writeDetailedDocumentationBody().

Member Data Documentation

◆ m_allMemberNameInfoLinkedMap

◆ m_arrowOperator

const MemberDef* ClassDefImpl::m_arrowOperator = nullptr
private

Does this class overloaded the -> operator?

Definition at line 553 of file classdef.cpp.

Referenced by ClassDefImpl(), deepCopy(), internalInsertMember(), and isSmartPointer().

◆ m_categoryOf

ClassDef* ClassDefImpl::m_categoryOf = nullptr
private

If this class is a Objective-C category, then this points to the class which is extended.

Definition at line 516 of file classdef.cpp.

Referenced by categoryOf(), ClassDefImpl(), deepCopy(), and setCategoryOf().

◆ m_className

DString ClassDefImpl::m_className
private

local class name which could be a typedef'ed alias name.

Definition at line 511 of file classdef.cpp.

Referenced by className(), deepCopy(), setClassName(), and setProtection().

◆ m_collabFileName

DString ClassDefImpl::m_collabFileName
private

file name used for the collaboration diagram

Definition at line 435 of file classdef.cpp.

Referenced by ClassDefImpl(), collaborationGraphFileName(), and deepCopy().

◆ m_compType

ClassDef::CompoundType ClassDefImpl::m_compType
private

Holds the kind of "class" this is.

Definition at line 481 of file classdef.cpp.

Referenced by ClassDefImpl(), compoundType(), compoundTypeString(), deepCopy(), generatedFromFiles(), setCompoundType(), and title().

◆ m_constraintClassList

ConstraintClassList ClassDefImpl::m_constraintClassList
private

Definition at line 498 of file classdef.cpp.

Referenced by addTypeConstraint(), deepCopy(), and templateTypeConstraints().

◆ m_examples

ExampleList ClassDefImpl::m_examples
private

Examples that use this class

Definition at line 478 of file classdef.cpp.

Referenced by addExample(), deepCopy(), getExamples(), hasExamples(), and writeDetailedDocumentationBody().

◆ m_fileDef

FileDef* ClassDefImpl::m_fileDef = nullptr
private

Namespace this class is part of (this is the inner most namespace in case of nested namespaces)

File this class is defined in

Definition at line 460 of file classdef.cpp.

Referenced by ClassDefImpl(), deepCopy(), getFileDef(), moveTo(), and setFileDef().

◆ m_fileName

DString ClassDefImpl::m_fileName
private

file name that forms the base for the output file containing the class documentation. For compatibility with Qt (e.g. links via tag files) this name cannot be derived from the class name directly.

Definition at line 429 of file classdef.cpp.

Referenced by anchor(), ClassDefImpl(), getInstanceOutputFileBase(), and getOutputFileBase().

◆ m_files

FileList ClassDefImpl::m_files
private

Files that were used for generating the class documentation.

Definition at line 475 of file classdef.cpp.

Referenced by deepCopy(), generatedFromFiles(), insertUsedFile(), showUsedFiles(), and usedFiles().

◆ m_hasCollaborationGraph

bool ClassDefImpl::m_hasCollaborationGraph = false
private

◆ m_implicitTemplateInstance

◆ m_incInfo

std::unique_ptr<IncludeInfo> ClassDefImpl::m_incInfo
private

Include information about the header file should be included in the documentation. 0 by default, set by setIncludeFile().

Definition at line 443 of file classdef.cpp.

Referenced by deepCopy(), includeInfo(), setIncludeFile(), writeIncludeFiles(), and writeIncludeFilesForSlice().

◆ m_inheritedBy

BaseClassList ClassDefImpl::m_inheritedBy
private

List of sub-classes that directly derive from this class

Definition at line 452 of file classdef.cpp.

Referenced by countInheritedByNodes(), deepCopy(), insertSubClass(), isVisibleInHierarchy(), subClasses(), updateSubClasses(), and writeInheritanceGraph().

◆ m_inheritFileName

DString ClassDefImpl::m_inheritFileName
private

file name used for the inheritance graph

Definition at line 438 of file classdef.cpp.

Referenced by ClassDefImpl(), deepCopy(), and inheritanceGraphFileName().

◆ m_inherits

BaseClassList ClassDefImpl::m_inherits
private

◆ m_innerClasses

ClassLinkedRefMap ClassDefImpl::m_innerClasses
private

◆ m_isAbstract

bool ClassDefImpl::m_isAbstract = false
private

Is this an abstract class?

Definition at line 524 of file classdef.cpp.

Referenced by ClassDefImpl(), deepCopy(), internalInsertMember(), and isAbstract().

◆ m_isJavaEnum

bool ClassDefImpl::m_isJavaEnum = false
private

Does this class represent a Java style enum?

Definition at line 558 of file classdef.cpp.

Referenced by ClassDefImpl(), deepCopy(), and isJavaEnum().

◆ m_isLocal

bool ClassDefImpl::m_isLocal = false
private

true if the class is defined in a source file rather than a header file.

Definition at line 533 of file classdef.cpp.

Referenced by ClassDefImpl(), deepCopy(), isLinkableInProject(), and isLocal().

◆ m_isSimple

bool ClassDefImpl::m_isSimple = false
private

◆ m_isStatic

bool ClassDefImpl::m_isStatic = false
private

Is the class part of an unnamed namespace?

Definition at line 527 of file classdef.cpp.

Referenced by ClassDefImpl(), deepCopy(), isLinkableInProject(), isVisibleInHierarchy(), and setIsStatic().

◆ m_isTemplArg

bool ClassDefImpl::m_isTemplArg = false
private

Definition at line 535 of file classdef.cpp.

Referenced by ClassDefImpl(), deepCopy(), isTemplateArgument(), and makeTemplateArgument().

◆ m_memberGroups

◆ m_memberListFileName

DString ClassDefImpl::m_memberListFileName
private

file name used for the list of all members

Definition at line 432 of file classdef.cpp.

Referenced by ClassDefImpl(), deepCopy(), and getMemberListFileName().

◆ m_memberLists

◆ m_membersMerged

bool ClassDefImpl::m_membersMerged = false
private

true if classes members are merged with those of the base classes.

Definition at line 530 of file classdef.cpp.

Referenced by ClassDefImpl(), deepCopy(), and mergeMembers().

◆ m_metaData

DString ClassDefImpl::m_metaData
private

Definition at line 562 of file classdef.cpp.

Referenced by deepCopy(), setMetaData(), and writeIncludeFilesForSlice().

◆ m_moduleDef

ModuleDef* ClassDefImpl::m_moduleDef = nullptr
private

Module this class is defined in

Definition at line 463 of file classdef.cpp.

Referenced by ClassDefImpl(), deepCopy(), getModuleDef(), moveTo(), and setModuleDef().

◆ m_primaryConstructorParams

ArgumentList ClassDefImpl::m_primaryConstructorParams
private

Definition at line 574 of file classdef.cpp.

Referenced by setPrimaryConstructorParams(), and title().

◆ m_prot

Protection ClassDefImpl::m_prot
private

The protection level in which this class was found. Typically Public, but for nested classes this can also be Protected or Private.

Definition at line 487 of file classdef.cpp.

Referenced by ClassDefImpl(), deepCopy(), isLinkableInProject(), isVisibleInHierarchy(), protection(), and setProtection().

◆ m_qualifiers

StringVector ClassDefImpl::m_qualifiers
private

Definition at line 567 of file classdef.cpp.

Referenced by addClassAttributes(), addQualifiers(), deepCopy(), and getQualifiers().

◆ m_requiresClause

DString ClassDefImpl::m_requiresClause
private

C++20 requires clause.

Definition at line 565 of file classdef.cpp.

Referenced by deepCopy(), requiresClause(), setRequiresClause(), and writeTemplateSpec().

◆ m_spec

◆ m_subGrouping

bool ClassDefImpl::m_subGrouping = false
private

Does this class group its user-grouped members as a sub-section of the normal (public/protected/..) groups?

Definition at line 541 of file classdef.cpp.

Referenced by addGroupedInheritedMembers(), addMembersToMemberGroup(), ClassDefImpl(), countMembersIncludingGrouped(), deepCopy(), setSubGrouping(), subGrouping(), and writeMemberGroups().

◆ m_tagLessRef

const ClassDef* ClassDefImpl::m_tagLessRef = nullptr
private

Definition at line 555 of file classdef.cpp.

Referenced by ClassDefImpl(), deepCopy(), setTagLessReference(), and tagLessReference().

◆ m_tempArgs

◆ m_templateInstances

TemplateInstanceList ClassDefImpl::m_templateInstances
private

Template instances that exists of this class, the key in the dictionary is the template argument list.

Definition at line 503 of file classdef.cpp.

Referenced by deepCopy(), getTemplateInstances(), insertExplicitTemplateInstance(), insertTemplateInstance(), and insertUsedFile().

◆ m_templateMaster

const ClassDef* ClassDefImpl::m_templateMaster = nullptr
private

◆ m_templBaseClassNames

TemplateNameMap ClassDefImpl::m_templBaseClassNames
private

Definition at line 505 of file classdef.cpp.

Referenced by deepCopy(), getTemplateBaseClassNames(), and setTemplateBaseClassNames().

◆ m_typeConstraints

ArgumentList ClassDefImpl::m_typeConstraints
private

Type constraints for template parameters

Definition at line 472 of file classdef.cpp.

Referenced by deepCopy(), setTypeConstraints(), typeConstraints(), and writeDetailedDocumentationBody().

◆ m_typeInheritanceGraph

CLASS_GRAPH_t ClassDefImpl::m_typeInheritanceGraph = CLASS_GRAPH_t::NO
private

◆ m_usedByImplClassList

UsesClassList ClassDefImpl::m_usedByImplClassList
private

Definition at line 496 of file classdef.cpp.

Referenced by addUsedByClass(), deepCopy(), and usedByImplementationClasses().

◆ m_usedOnly

bool ClassDefImpl::m_usedOnly = false
private

Reason of existence is a "use" relation.

Definition at line 544 of file classdef.cpp.

Referenced by ClassDefImpl(), deepCopy(), isUsedOnly(), and setUsedOnly().

◆ m_usesImplClassList

UsesClassList ClassDefImpl::m_usesImplClassList
private

Definition at line 495 of file classdef.cpp.

Referenced by addUsedClass(), deepCopy(), and usedImplementationClasses().

◆ m_vhdlSummaryTitles

StringSet ClassDefImpl::m_vhdlSummaryTitles
private

List of titles to use for the summary.

Definition at line 547 of file classdef.cpp.

Referenced by deepCopy(), internalInsertMember(), and writeSummaryLinks().


The documentation for this class was generated from the following file: