119 m_sublist.push_back(std::make_shared<Entry>(*cur));
141 current->m_parent=
this;
143 current = std::make_shared<Entry>();
154 current->m_parent=
this;
167 std::shared_ptr<Entry> copy = std::make_shared<Entry>(*current);
175 [e](
const std::shared_ptr<Entry>&elem) { return elem.get()==e; });
218 section = EntryType::makeEmpty();
219 mtype = MethodTypes::Method;
220 virt = Specifier::Normal;
226 lang = SrcLangExt::Unknown;
253 childNode->setFileDef(fd);
TextStream initializer
initial value (for variables)
void moveToSubEntryAndKeep(Entry *e)
VhdlSpecifier vhdlSpec
VHDL specifiers.
bool subGrouping
automatically group class members?
RequirementRefs rqli
references to requirements
void setFileDef(FileDef *fd)
TextStream program
the program text
std::vector< std::shared_ptr< Entry > > m_sublist
GroupDocType groupDocType
int docLine
line number at which the documentation was found
DString includeName
include name (3 arg of \class)
DString bitfields
member's bit fields
ArgumentList typeConstr
where clause (C#) for type constraints
int endBodyLine
line number where the definition ends
bool hasTagInfo
is tag info valid
DString write
property write accessor
bool exported
is the symbol exported from a C++20 module
DString includeFile
include file (2 arg of \class, must be unique)
DString fileName
file this entry was extracted from
ArgumentLists tArgLists
template argument declarations
DString docFile
file in which the documentation was found
MethodTypes mtype
signal, slot, (dcop) method, or property?
@ GROUPDOC_NORMAL
defgroup
DString args
member argument string
SrcLangExt lang
programming language in which this entry was found
TagInfo tagInfoData
tag file info data
DString inside
name of the class in which documents are found
DString doc
documentation block (partly parsed)
DString req
C++20 requires clause.
int startColumn
start column of entry in the source
bool explicitExternal
explicitly defined as external?
DString brief
brief description (doc block)
std::vector< const SectionInfo * > anchors
list of anchors defined in this entry
void moveToSubEntryAndRefresh(Entry *&e)
RelatesType relatesType
how relates is handled
std::vector< Grouping > groups
list of groups this entry belongs to
CommandOverrides commandOverrides
store info for commands whose default can be overridden
int startLine
start line of entry in the source
ArgumentList argList
member arguments as a list
int inbodyLine
line number at which the body doc was found
EntryType section
entry type (see Sections);
int bodyLine
line number of the body in the source
DString exception
throw specification
DString relates
related class (doc block)
int mGrpId
member group id
void copyToSubEntry(Entry *e)
std::vector< BaseInfo > extends
list of base classes
DString inbodyFile
file in which the body doc was found
DString attributes
member's attributes (e.g. [[nodiscard]])
Specifier virt
virtualness of the entry
DString metaData
Slice metadata.
std::vector< std::string > qualifiers
qualifiers specified with the qualifier command
RefItemVector sli
special lists (test/todo/bug/deprecated/..) this entry is in
Protection protection
class protection
bool artificial
Artificially introduced item.
bool hidden
does this represent an entity that is hidden from the output
DString inbodyDocs
documentation inside the body of a function
int briefLine
line number at which the brief desc. was found
Entry * m_parent
parent node in the tree
int initLines
define/variable initializer lines to show
int bodyColumn
column of the body in the source
TypeSpecifier spec
class/member specifiers
DString briefFile
file in which the brief desc. was found
DString read
property read accessor
void removeSubEntry(const Entry *e)
Wrapper class for the Entry type.
A model of a file symbol.
std::string str() const
Return the contents of the buffer as a std::string object.
A bunch of utility functions.