xrpld
Loading...
Searching...
No Matches
json::Reader::Token Class Reference

Public Member Functions

 Token ()=default

Public Attributes

TokenType type
Location start
Location end

Detailed Description

Definition at line 91 of file json_reader.h.

Constructor & Destructor Documentation

◆ Token()

json::Reader::Token::Token ( )
explicitdefault

Member Data Documentation

◆ type

TokenType json::Reader::Token::type

Definition at line 96 of file json_reader.h.

◆ start

Location json::Reader::Token::start

Definition at line 97 of file json_reader.h.

◆ end

Location json::Reader::Token::end

Definition at line 98 of file json_reader.h.