yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::Json::iterator Struct Reference

#include <json.h>

Public Member Functions

bool operator!= (const iterator &) const
 
void operator++ ()
 
Jsonoperator* ()
 
std::string key () const
 
Jsonvalue ()
 

Detailed Description

Definition at line 65 of file json.h.

Member Function Documentation

◆ operator!=()

bool yaze::Json::iterator::operator!= ( const iterator & ) const
inline

Definition at line 66 of file json.h.

◆ operator++()

void yaze::Json::iterator::operator++ ( )
inline

Definition at line 67 of file json.h.

◆ operator*()

Json & yaze::Json::iterator::operator* ( )
inline

Definition at line 68 of file json.h.

◆ key()

std::string yaze::Json::iterator::key ( ) const
inline

Definition at line 69 of file json.h.

◆ value()

Json & yaze::Json::iterator::value ( )
inline

Definition at line 70 of file json.h.


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