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

an iterator over the values of a json array More...

#include <json.hpp>

Public Member Functions

bool operator!= (const ArrayIterator &other) const
 
ArrayIteratoroperator++ ()
 
Json operator* () const
 

Friends

class Array
 

Detailed Description

an iterator over the values of a json array

Definition at line 336 of file json.hpp.

Member Function Documentation

◆ operator!=()

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

Definition at line 60 of file json.cpp.

◆ operator*()

Json ArrayIterator::operator* ( ) const

Definition at line 62 of file json.cpp.

◆ operator++()

ArrayIterator & ArrayIterator::operator++ ( )

Definition at line 61 of file json.cpp.

Friends And Related Function Documentation

◆ Array

friend class Array
friend

Definition at line 337 of file json.hpp.


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