file
SubroutineSymbols.hContains subroutine symbol definitions.
Contents
- Reference
Namespaces
- namespace slang
- Root namespace.
Classes
- class slang::SubroutineSymbol
- Represents a subroutine (task or function).
Enums
- enum class MethodFlags: uint16_t { None = 0, Virtual = 1 << 0, Pure = 1 << 1, Static = 1 << 2, Constructor = 1 << 3, InterfaceImport = 1 << 4, DPIImport = 1 << 5, DPIContext = 1 << 6, NotConst = 1 << 7, Randomize = 1 << 8 }
- Specifies various flags that can apply to subroutines.