Bitcoin Core  27.99.0
P2P Digital Currency
Namespaces | Functions
spanparsing.cpp File Reference
#include <util/spanparsing.h>
#include <span.h>
#include <algorithm>
#include <cstddef>
#include <string>
Include dependency graph for spanparsing.cpp:

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...