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