MOS Source Code
Loading...
Searching...
No Matches
dt_reg Class Reference

Class to iterate over reg property cells. More...

#include <libfdt++.hpp>

+ Collaboration diagram for dt_reg:

Classes

class  iterator
 

Public Member Functions

 dt_reg (const dt_property &prop)
 
bool verify_validity () const
 
iterator begin () const
 
iterator end () const
 

Private Attributes

const dt_propertyprop
 

Detailed Description

Class to iterate over reg property cells.

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

Constructor & Destructor Documentation

◆ dt_reg()

dt_reg ( const dt_property & prop)
inline

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

Member Function Documentation

◆ verify_validity()

bool verify_validity ( ) const

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

Referenced by print_property_value().

+ Here is the call graph for this function:

◆ begin()

iterator begin ( ) const
inline

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

◆ end()

iterator end ( ) const
inline

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

Member Data Documentation

◆ prop

const dt_property& prop
private

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

Referenced by begin(), end(), and verify_validity().


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