JSON Voorhees
Killer JSON for C++
Loading...
Searching...
No Matches
jsonv::parse_index::iterator Class Referencefinal

Public Types

using value_type = ast_node
 

Public Member Functions

iteratoroperator++ ()
 
iterator operator++ (int)
 
value_type operator* () const
 
bool operator== (const iterator &other) const
 
bool operator!= (const iterator &other) const
 
bool operator< (const iterator &other) const
 
bool operator<= (const iterator &other) const
 
bool operator> (const iterator &other) const
 
bool operator>= (const iterator &other) const
 

Friends

class parse_index
 

Detailed Description

Definition at line 30 of file parse_index.hpp.

Member Typedef Documentation

◆ value_type

Member Function Documentation

◆ operator!=()

bool jsonv::parse_index::iterator::operator!= ( const iterator other) const
inline

Definition at line 50 of file parse_index.hpp.

◆ operator++()

iterator jsonv::parse_index::iterator::operator++ ( int  )
inline

Definition at line 39 of file parse_index.hpp.

◆ operator<()

bool jsonv::parse_index::iterator::operator< ( const iterator other) const
inline

Definition at line 51 of file parse_index.hpp.

◆ operator<=()

bool jsonv::parse_index::iterator::operator<= ( const iterator other) const
inline

Definition at line 52 of file parse_index.hpp.

◆ operator==()

bool jsonv::parse_index::iterator::operator== ( const iterator other) const
inline

Definition at line 49 of file parse_index.hpp.

◆ operator>()

bool jsonv::parse_index::iterator::operator> ( const iterator other) const
inline

Definition at line 53 of file parse_index.hpp.

◆ operator>=()

bool jsonv::parse_index::iterator::operator>= ( const iterator other) const
inline

Definition at line 54 of file parse_index.hpp.

Friends And Related Symbol Documentation

◆ parse_index

Definition at line 62 of file parse_index.hpp.


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