doxybook::node::class_reference
Defined in header <doxybook/node.hpp>
struct class_reference;
A reference to a class.
Description
These are usually used to represent base and derived classes
Public Attributes
Member Public Attributes | Description |
---|---|
name | std::string (public variable) |
refid | std::string (public variable) |
prot | visibility (public variable) |
virt | virtual_category (public variable) |
ptr | node const * (public variable) |
Public Attributes
variable name
Defined in header <doxybook/node.hpp>
std::string name;
variable refid
Defined in header <doxybook/node.hpp>
std::string refid;
variable prot
Defined in header <doxybook/node.hpp>
visibility prot;
variable virt
Defined in header <doxybook/node.hpp>
virtual_category virt;
variable ptr
Defined in header <doxybook/node.hpp>
node const * ptr { nullptr };
Updated on 2023-04-03