mrdocs::EnumSymbol
Metadata for an enumeration declaration.
Synopsis
Declared in <mrdocs/Metadata/Symbol/Enum.hpp>
struct EnumSymbol final
: SymbolCommonBase<SymbolKind::Enum>
Member Functions
Name |
Description |
|
Construct an enum symbol with its ID. |
Data Members
Name |
Description |
The members of this scope. |
|
Indicates whether this enum is scoped (e.g. enum class). |
|
The underlying type of this enum, if explicitly specified. |
Non-Member Functions
Name |
Description |
Return the list of enum constants for this symbol. |
|
Check whether two symbols may be merged. |
|
Determine a location to use when none is explicitly chosen. |
Created with MrDocs