Bitcoin ABC 0.30.5
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... | |
template<typename T = Span<const char>> | |
std::vector< T > | spanparsing::Split (const Span< const char > &sp, char sep) |
Split a string on every instance of sep, returning a vector. More... | |