condsyms

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