The TagClassInfo
Struct Reference
Container for class specific info that can be read from a tagfile. More...
Declaration
Base struct
struct | TagCompoundInfo |
Base class for all compound types. More... | |
Enumerations Index
enum class | Kind { ... } |
Public Constructors Index
TagClassInfo (Kind k) | |
Public Member Attributes Index
QCString | clangId |
QCString | anchor |
std::vector< BaseInfo > | bases |
StringVector | templateArguments |
StringVector | classList |
Kind | kind |
bool | isObjC = false |
Description
Container for class specific info that can be read from a tagfile.
Definition at line 114 of file tagreader.cpp.
Public Constructors
TagClassInfo()
| inline |
Public Member Attributes
anchor
|
Definition at line 119 of file tagreader.cpp.
Referenced by anonymous{tagreader.cpp}::TagFileParser::buildClassEntry and anonymous{tagreader.cpp}::TagFileParser::endAnchor.
bases
|
Definition at line 120 of file tagreader.cpp.
Referenced by anonymous{tagreader.cpp}::TagFileParser::buildClassEntry, anonymous{tagreader.cpp}::TagFileParser::dump, anonymous{tagreader.cpp}::TagFileParser::endBase and anonymous{tagreader.cpp}::TagFileParser::startBase.
clangId
|
Definition at line 118 of file tagreader.cpp.
Referenced by anonymous{tagreader.cpp}::TagFileParser::buildClassEntry and anonymous{tagreader.cpp}::TagFileParser::endClangId.
classList
|
Definition at line 122 of file tagreader.cpp.
Referenced by anonymous{tagreader.cpp}::TagFileParser::endClass.
isObjC
|
Definition at line 124 of file tagreader.cpp.
Referenced by anonymous{tagreader.cpp}::TagFileParser::buildClassEntry and anonymous{tagreader.cpp}::TagFileParser::startCompound.
kind
|
Definition at line 123 of file tagreader.cpp.
Referenced by anonymous{tagreader.cpp}::TagFileParser::buildClassEntry and TagClassInfo.
templateArguments
|
Definition at line 121 of file tagreader.cpp.
Referenced by anonymous{tagreader.cpp}::TagFileParser::buildClassEntry and anonymous{tagreader.cpp}::TagFileParser::endTemplateArg.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.