Skip to content

Doxybook2::Node::Data

#include <Node.hpp>

Public Attributes

Name
ClassReferencesbaseClasses
std::stringdefinition
std::stringargsString
std::stringinitializer
ClassReferencesderivedClasses
boolisAbstract
boolisStatic
boolisConst
boolisExplicit
boolisStrong
boolisInline
boolisDefault
boolisDeleted
boolisOverride
Locationlocation
std::stringdetails
std::stringinbody
std::stringincludes
std::stringtype
std::stringtypePlain
std::stringdeprecated
Paramsparams
ParamstemplateParams
std::vector<std::string>see
std::vector<std::string>returns
std::vector<std::string>authors
std::vector<std::string>version
std::vector<std::string>since
std::vector<std::string>date
std::vector<std::string>note
std::vector<std::string>warning
std::vector<std::string>pre
std::vector<std::string>post
std::vector<std::string>copyright
std::vector<std::string>invariant
std::vector<std::string>remark
std::vector<std::string>attention
std::vector<std::string>par
std::vector<std::string>rcs
std::vector<std::string>bugs
std::vector<std::string>tests
std::vector<std::string>todos
ParameterListparamList
ParameterListreturnsList
ParameterListtemplateParamsList
ParameterListexceptionsList
const Node *reimplements
std::vector<const Node *>reimplementedBy
std::stringprogramlisting

Public Attributes Documentation

variable baseClasses

cpp
ClassReferences baseClasses;

variable definition

cpp
std::string definition;

variable argsString

cpp
std::string argsString;

variable initializer

cpp
std::string initializer;

variable derivedClasses

cpp
ClassReferences derivedClasses;

variable isAbstract

cpp
bool isAbstract {false};

variable isStatic

cpp
bool isStatic {false};

variable isConst

cpp
bool isConst {false};

variable isExplicit

cpp
bool isExplicit {false};

variable isStrong

cpp
bool isStrong {false};

variable isInline

cpp
bool isInline {false};

variable isDefault

cpp
bool isDefault {false};

variable isDeleted

cpp
bool isDeleted {false};

variable isOverride

cpp
bool isOverride {false};

variable location

cpp
Location location;

variable details

cpp
std::string details;

variable inbody

cpp
std::string inbody;

variable includes

cpp
std::string includes;

variable type

cpp
std::string type;

variable typePlain

cpp
std::string typePlain;

variable deprecated

cpp
std::string deprecated;

variable params

cpp
Params params;

variable templateParams

cpp
Params templateParams;

variable see

cpp
std::vector<std::string> see;

variable returns

cpp
std::vector<std::string> returns;

variable authors

cpp
std::vector<std::string> authors;

variable version

cpp
std::vector<std::string> version;

variable since

cpp
std::vector<std::string> since;

variable date

cpp
std::vector<std::string> date;

variable note

cpp
std::vector<std::string> note;

variable warning

cpp
std::vector<std::string> warning;

variable pre

cpp
std::vector<std::string> pre;

variable post

cpp
std::vector<std::string> post;
cpp
std::vector<std::string> copyright;

variable invariant

cpp
std::vector<std::string> invariant;

variable remark

cpp
std::vector<std::string> remark;

variable attention

cpp
std::vector<std::string> attention;

variable par

cpp
std::vector<std::string> par;

variable rcs

cpp
std::vector<std::string> rcs;

variable bugs

cpp
std::vector<std::string> bugs;

variable tests

cpp
std::vector<std::string> tests;

variable todos

cpp
std::vector<std::string> todos;

variable paramList

cpp
ParameterList paramList;

variable returnsList

cpp
ParameterList returnsList;

variable templateParamsList

cpp
ParameterList templateParamsList;

variable exceptionsList

cpp
ParameterList exceptionsList;

variable reimplements

cpp
const Node * reimplements {nullptr};

variable reimplementedBy

cpp
std::vector<const Node *> reimplementedBy;

variable programlisting

cpp
std::string programlisting;

Updated on 2026-05-17 at 13:22:38 +0000

Built with VitePress