Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::SymbolTable Class Reference

#include <symbol-table.hh>

Public Member Functions

Symbol create (std::string_view s)
SymbolStr operator[] (Symbol s) const
size_t size () const
size_t totalSize () const
template<typename T>
void dump (T callback) const

Detailed Description

Symbol table used by the parser and evaluator to represent and look up identifiers and attributes efficiently.

Member Function Documentation

◆ create()

Symbol nix::SymbolTable::create ( std::string_view s)
inline

converts a string into a symbol.


The documentation for this class was generated from the following files: