Namespace¶
- class Namespace (abstract, logical)¶
note: the global namespace is represented as Global_Scope
- Implemented interfaces:
implements Namespace_Or_Alias
implements Primary_Link_Object_Interface
- Direct parents:
inherits Nonlocal_Scope
- Ancestor classes and implemented interfaces:
Declarative_Node, Logical_IR_Root, Namespace_Or_Alias, Nonlocal_Scope, Primary_Link_Object_Interface, Scope, Symbol
- Direct child classes:
subclass Named_Namespace
subclass Unnamed_Namespace
Field
Kind
Type
Description
Routines (from Nonlocal_Scope)
syntactic
set of class Routine
Routines inside the namespace/global scope
Namespaces (from Nonlocal_Scope)
syntactic
set of interface Namespace_Or_Alias
Usings (from Scope)
semantic
set of class Symbol
using <namespace>andusing <declaration>Types (from Scope)
syntactic
set of class Type
Variables (from Scope)
syntactic
set of class Variable
Concepts (from Scope)
syntactic
set of class Concept
Template_Composites (from Scope)
syntactic
set of interface Template_Composite_Type_Interface
Template_Routines (from Scope)
syntactic
set of interface Template_Routine_Interface
Parent (from Logical_IR_Root)
semantic
class Logical_IR_Root
Physical (from Logical_IR_Root)
semantic to physical
class Physical_IR_Root
Link_Flags (from Primary_Link_Object_Interface)
attribute
bitfield Link_Flags_Type
Component (from Primary_Link_Object_Interface)
attribute
builtin String
for local-to-library elements: name of DLL/
.sowhen linked (sealed) for unit-local constexpr variables: name of file