OpenShot Library | libopenshot-audio  0.2.0
juce::ValueTree::Iterator Struct Reference

Iterator for a ValueTree. More...

#include <juce_ValueTree.h>

Public Types

using difference_type = std::ptrdiff_t
 
using value_type = ValueTree
 
using reference = ValueTree &
 
using pointer = ValueTree *
 
using iterator_category = std::forward_iterator_tag
 

Public Member Functions

 Iterator (const ValueTree &, bool isEnd)
 
Iteratoroperator++ ()
 
bool operator== (const Iterator &) const
 
bool operator!= (const Iterator &) const
 
ValueTree operator* () const
 

Detailed Description

Iterator for a ValueTree.

You shouldn't ever need to use this class directly - it's used internally by ValueTree::begin() and ValueTree::end() to allow range-based-for loops on a ValueTree.

Definition at line 405 of file juce_ValueTree.h.


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