Cthulhu  0.2.10
Cthulhu compiler collection
ctu::json::ObjectIterator Class Reference

an iterator over the members of a json object More...

#include <json.hpp>

Public Member Functions

bool operator!= (const ObjectIterator &other) const
 
ObjectIteratoroperator++ ()
 
member_t operator* () const
 
bool has_next () const
 
member_t next ()
 

Friends

class Object
 

Detailed Description

an iterator over the members of a json object

Definition at line 312 of file json.hpp.

Member Function Documentation

◆ has_next()

bool ObjectIterator::has_next ( ) const

Definition at line 40 of file json.cpp.

◆ next()

member_t ObjectIterator::next ( )

Definition at line 45 of file json.cpp.

◆ operator!=()

bool ObjectIterator::operator!= ( const ObjectIterator other) const

Definition at line 22 of file json.cpp.

◆ operator*()

member_t ObjectIterator::operator* ( ) const

Definition at line 33 of file json.cpp.

◆ operator++()

ObjectIterator & ObjectIterator::operator++ ( )

Definition at line 27 of file json.cpp.

Friends And Related Function Documentation

◆ Object

friend class Object
friend

Definition at line 313 of file json.hpp.


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