condsyms

Imports

options, lineinfos

Procs

proc defineSymbol(symbols: StringTableRef; symbol: string;
                  value: string = "true") {...}{.raises: [], tags: [].}
Source Edit
proc undefSymbol(symbols: StringTableRef; symbol: string) {...}{.raises: [], tags: [].}
Source Edit
proc countDefinedSymbols(symbols: StringTableRef): int {...}{.raises: [], tags: [].}
Source Edit
proc initDefines(symbols: StringTableRef) {...}{.raises: [], tags: [].}
Source Edit

Iterators

iterator definedSymbolNames(symbols: StringTableRef): string {...}{.raises: [],
    tags: [].}
Source Edit

© 2006–2021 Andreas Rumpf
Licensed under the MIT License.
https://nim-lang.org/docs/compiler/condsyms.html