MySQL 8.4.0
Source Code Documentation
anonymous_namespace{json_path.cc}::MemberNameHandler Class Reference

A RapidJSON handler which accepts a scalar string and nothing else. More...

Inheritance diagram for anonymous_namespace{json_path.cc}::MemberNameHandler:
[legend]

Public Member Functions

 MemberNameHandler (::String *name)
 
bool String (const char *str, size_t length, bool)
 
bool Default ()
 

Private Attributes

::Stringm_name
 

Detailed Description

A RapidJSON handler which accepts a scalar string and nothing else.

Constructor & Destructor Documentation

◆ MemberNameHandler()

anonymous_namespace{json_path.cc}::MemberNameHandler::MemberNameHandler ( ::String name)
inlineexplicit

Member Function Documentation

◆ Default()

bool anonymous_namespace{json_path.cc}::MemberNameHandler::Default ( )
inline

◆ String()

bool anonymous_namespace{json_path.cc}::MemberNameHandler::String ( const char *  str,
size_t  length,
bool   
)
inline

Member Data Documentation

◆ m_name

::String* anonymous_namespace{json_path.cc}::MemberNameHandler::m_name
private

The documentation for this class was generated from the following file: