JUCE  v5.1.1-3-g1a0b28c73
JUCE API
ValueTree::Iterator Struct Reference

#include <juce_ValueTree.h>

Collaboration diagram for ValueTree::Iterator:

Public Member Functions

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

Private Attributes

void * internal
 

Constructor & Destructor Documentation

◆ Iterator()

ValueTree::Iterator::Iterator ( const ValueTree ,
bool  isEnd 
)
noexcept

Member Function Documentation

◆ operator!=()

bool ValueTree::Iterator::operator!= ( const Iterator ) const
noexcept

◆ operator*()

ValueTree ValueTree::Iterator::operator* ( ) const

◆ operator++()

Iterator& ValueTree::Iterator::operator++ ( )
noexcept

Member Data Documentation

◆ internal

void* ValueTree::Iterator::internal
private

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