userver
C++ Async Framework
Toggle main menu visibility
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
string_parser.hpp
1
#
pragma
once
2
3
#
include
<
userver
/
formats
/
json
/
parser
/
typed_parser
.
hpp
>
4
5
USERVER_NAMESPACE_BEGIN
6
7
namespace
formats
::
json
::
parser
{
8
9
class
StringParser
final
:
public
TypedParser
<std::string> {
10
public
:
11
using
TypedParser
::TypedParser;
12
13
protected
:
14
void
String(std::string_view sw)
override
;
15
16
std::string GetPathItem()
const
override
{
return
{}; }
17
18
std::string Expected()
const
override
;
19
};
9
class
StringParser
final
:
public
TypedParser
<std::string> {
…
};
20
21
}
// namespace formats::json::parser
22
23
USERVER_NAMESPACE_END
userver
formats
json
parser
string_parser.hpp
Generated on Thu Apr 24 2025 12:22:38 for userver by
Doxygen
1.13.2