JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
JSON::Detail::Iterator< JsonElement > Struct Template Reference

Public Member Functions

 Iterator (JsonElement el)
 
bool operator== (const Iterator &other) const
 
bool operator!= (const Iterator &other) const
 
const JsonElement & operator* () const
 
const JsonElement & operator-> () const
 
Iteratoroperator++ ()
 
Iterator operator++ (int)
 

Detailed Description

template<typename JsonElement>
struct JSON::Detail::Iterator< JsonElement >

Definition at line 77 of file jsoncxx.h.

Constructor & Destructor Documentation

◆ Iterator()

template<typename JsonElement >
JSON::Detail::Iterator< JsonElement >::Iterator ( JsonElement  el)
explicit

Definition at line 79 of file jsoncxx.h.

Member Function Documentation

◆ operator!=()

template<typename JsonElement >
bool JSON::Detail::Iterator< JsonElement >::operator!= ( const Iterator< JsonElement > &  other) const

Definition at line 82 of file jsoncxx.h.

◆ operator*()

template<typename JsonElement >
const JsonElement & JSON::Detail::Iterator< JsonElement >::operator* ( ) const

Definition at line 84 of file jsoncxx.h.

◆ operator++() [1/2]

template<typename JsonElement >
Iterator & JSON::Detail::Iterator< JsonElement >::operator++ ( )

Definition at line 87 of file jsoncxx.h.

◆ operator++() [2/2]

template<typename JsonElement >
Iterator JSON::Detail::Iterator< JsonElement >::operator++ ( int  )

Definition at line 94 of file jsoncxx.h.

◆ operator->()

template<typename JsonElement >
const JsonElement & JSON::Detail::Iterator< JsonElement >::operator-> ( ) const

Definition at line 85 of file jsoncxx.h.

◆ operator==()

template<typename JsonElement >
bool JSON::Detail::Iterator< JsonElement >::operator== ( const Iterator< JsonElement > &  other) const

Definition at line 81 of file jsoncxx.h.


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