![]() |
Bitcoin Core
26.1.0
P2P Digital Currency
|
#include <util/spanparsing.h>#include <span.h>#include <algorithm>#include <cstddef>#include <string>Go to the source code of this file.
Namespaces | |
| 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... | |
1.8.14