MOS Source Code
Loading...
Searching...
No Matches
dt_node::iterator Class Reference
+ Collaboration diagram for dt_node::iterator:

Public Member Functions

 iterator (const dt_node &node, int offset)
 
iteratoroperator++ ()
 
dt_node operator* () const
 
bool operator!= (const iterator &other) const
 

Private Attributes

const dt_nodenode
 
int iter_offset
 

Detailed Description

Definition at line 80 of file libfdt++.hpp.

Constructor & Destructor Documentation

◆ iterator()

iterator ( const dt_node & node,
int offset )
inlineexplicit

Definition at line 83 of file libfdt++.hpp.

Member Function Documentation

◆ operator++()

dt_node::iterator & operator++ ( )

Definition at line 60 of file libfdt++.cpp.

+ Here is the call graph for this function:

◆ operator*()

dt_node operator* ( ) const
inline

Definition at line 89 of file libfdt++.hpp.

+ Here is the call graph for this function:

◆ operator!=()

bool operator!= ( const iterator & other) const
inline

Definition at line 90 of file libfdt++.hpp.

Member Data Documentation

◆ node

const dt_node& node
private

Definition at line 94 of file libfdt++.hpp.

Referenced by operator*(), and operator++().

◆ iter_offset

int iter_offset
private

Definition at line 95 of file libfdt++.hpp.

Referenced by operator!=(), operator*(), and operator++().


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