class iterator

Defined at line 553 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h

A property iterator is identified with the position in a block of

properties at which a property is encoded. Incrementing the iterator

amounts to seeking in the range for the offset of the next property.

It implements std's LegacyInputIterator.

https://en.cppreference.com/w/cpp/named_req/InputIterator

Public Methods

Property operator* ()

Defined at line 106 of file ../../zircon/kernel/lib/devicetree/devicetree.cc

iterator & operator++ ()

Defined at line 118 of file ../../zircon/kernel/lib/devicetree/devicetree.cc

void iterator ()

Defined at line 561 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h

void iterator (const iterator & )

Defined at line 563 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h

iterator & operator= (const iterator & )

Defined at line 565 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h

bool operator== (const iterator & it)

Defined at line 567 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h

bool operator!= (const iterator & it)

Defined at line 571 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h

iterator operator++ (int )

Defined at line 577 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h

Friends

class Properties