MySQL 9.1.0
Source Code Documentation
|
A wrapper over a JSON object which provides an interface that can be iterated over with a for-each loop. More...
#include <json_dom.h>
Public Types | |
using | const_iterator = Json_wrapper_object_iterator |
Public Member Functions | |
Json_object_wrapper (const Json_wrapper &wrapper) | |
const_iterator | cbegin () const |
const_iterator | cend () const |
const_iterator | begin () const |
const_iterator | end () const |
Private Attributes | |
const Json_wrapper & | m_wrapper |
A wrapper over a JSON object which provides an interface that can be iterated over with a for-each loop.
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |