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

Public Member Functions

 iterator (const dt_reg &reg, char *data)
 
std::pair< ptr_t, size_toperator* () const
 
iteratoroperator++ ()
 
bool operator!= (const iterator &other) const
 

Private Attributes

const dt_regreg
 
const char * data
 

Detailed Description

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

Constructor & Destructor Documentation

◆ iterator()

iterator ( const dt_reg & reg,
char * data )
inlineexplicit

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

Member Function Documentation

◆ operator*()

std::pair< ptr_t, size_t > operator* ( ) const

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

+ Here is the call graph for this function:

◆ operator++()

dt_reg::iterator & operator++ ( )

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

+ Here is the call graph for this function:

◆ operator!=()

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

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

Member Data Documentation

◆ reg

const dt_reg& reg
private

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

◆ data

const char* data
private

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

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


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