mrdocs::VariableSymbol
A variable.
Synopsis
Declared in <mrdocs/Metadata/Symbol/Variable.hpp>
struct VariableSymbol final
: SymbolCommonBase<SymbolKind::Variable>
Member Functions
Name |
Description |
|
Construct from |
Three‐way comparison operators |
Data Members
Name |
Description |
The width of the bitfield |
|
The default member initializer, if any. |
|
Whether the field is a bitfield |
|
Whether the field is declared mutable |
|
Whether the field is a variant member |
|
The template information, if any. |
|
The type of the variable |
Description
This includes variables at namespace or record scope.
Created with MrDocs