bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
Loading...
Searching...
No Matches
ScannerBase.cpp File Reference
#include "ScannerBase.h"
#include <charconv>
Include dependency graph for ScannerBase.cpp:

Go to the source code of this file.

Namespaces

namespace  bux
 THE common namespace of bux library.
 

Functions

std::string bux::escseq2str (std::string s)
 
bool bux::isIdentifier (std::string_view s) noexcept
 
size_t bux::parseEscapeChar (std::string_view s, uint32_t &c, size_t pos)
 
size_t bux::skipIdentifier (std::string_view s, size_t pos) noexcept