|
nixd
|
#include <cstdint>#include <map>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | nixf::PrimOpInfo |
Namespaces | |
| namespace | nixf |
Enumerations | |
| enum class | nixf::PrimopLookupResult : std::uint8_t { nixf::Found , nixf::PrefixedFound , nixf::NotFound } |
| Result of looking up a primop by name. More... | |
Functions | |
| PrimopLookupResult | nixf::lookupGlobalPrimOpInfo (const std::string &Name) |
| Look up information about a global primop by name. | |
Variables | |
| std::map< std::string, nixf::PrimOpInfo > | nixf::PrimOpsInfo |