|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#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 |
Symbol table used by the parser and evaluator to represent and look up identifiers and attributes efficiently.
|
inline |
converts a string into a symbol.