SG++-Doxygen-Documentation
|
#include <Token.hpp>
Public Attributes | |
size_t | charNumber |
size_t | lineNumber |
TokenType | type |
std::string | value |
size_t json::Token::charNumber |
Referenced by json::JSON::JSON(), and json::json_exception::json_exception().
size_t json::Token::lineNumber |
Referenced by json::JSON::JSON(), and json::json_exception::json_exception().
TokenType json::Token::type |
Referenced by json::JSON::JSON().
std::string json::Token::value |