![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
Go to the source code of this file.
Namespaces | |
| namespace | script |
Functions | |
| bool | script::Const (const std::string &str, std::span< const char > &sp, bool skip=true) |
| Parse a constant. More... | |
| bool | script::Func (const std::string &str, std::span< const char > &sp) |
| Parse a function call. More... | |
| std::span< const char > | script::Expr (std::span< const char > &sp) |
| Extract the expression that sp begins with. More... | |