neoGFX
Cross-platform C++ app/game engine
|
Inherits neolib::basic_json< Syntax, Alloc, CharT, Traits, CharAlloc >::iterator_base< IteratorTraits >.
Public Member Functions | |
iterator () | |
iterator (const iterator &aOther) | |
iterator & | operator++ () |
iterator | operator++ (int) |
iterator & | operator-- () |
iterator | operator-- (int) |
bool | operator== (const iterator &aRhs) const |
bool | operator!= (const iterator &aRhs) const |
Friends | |
class | basic_json< Syntax, Alloc, CharT, Traits, CharAlloc > |