class iterator

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

Public Methods

iterator & operator++ ()

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

value_type operator* ()

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

void iterator ()

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

void iterator (const iterator & )

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

iterator & operator= (const iterator & )

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

bool operator== (const iterator & other)

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

bool operator!= (const iterator & other)

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

iterator operator++ (int )

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

Friends

class MemoryReservations