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

Public Member Functions

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

Private Attributes

const dt_nodenode
 
int poffset
 

Detailed Description

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

Constructor & Destructor Documentation

◆ iterator()

iterator ( const dt_node & node,
int offset )
inlineexplicit

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

Member Function Documentation

◆ operator++()

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

+ Here is the call graph for this function:

◆ operator*()

dt_property operator* ( ) const
inline

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

◆ operator!=()

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

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

Member Data Documentation

◆ node

const dt_node& node
private

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

Referenced by operator*().

◆ poffset

int poffset
private

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

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


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