mrdocs::NamespaceSymbol
Describes a namespace and its members.
Synopsis
Declared in <mrdocs/Metadata/Symbol/Namespace.hpp>
struct NamespaceSymbol final
: SymbolCommonBase<SymbolKind::Namespace>
Member Functions
Name |
Description |
|
Create a namespace symbol bound to an ID. |
Compare namespaces by attributes and member lists. |
Data Members
Name |
Description |
Whether this represents an unnamed namespace. |
|
Whether this declaration is inline. |
|
The members of this namespace. |
|
Namespaces nominated by using‐directives. |
Non-Member Functions
Name |
Description |
View all members of the namespace across tranches. |
|
Check whether two symbols may be merged. |
|
Determine a location to use when none is explicitly chosen. |
Created with MrDocs