|
libgpiod 2.1.3
|
#include <memory>#include <ostream>

Go to the source code of this file.
Data Structures | |
| class | gpiod::chip_info |
| Represents an immutable snapshot of GPIO chip information. More... | |
Functions | |
| ::std::ostream & | gpiod::operator<< (::std::ostream &out, const chip_info &chip) |
| Stream insertion operator for GPIO chip objects. More... | |
| ::std::ostream & gpiod::operator<< | ( | ::std::ostream & | out, |
| const chip_info & | chip | ||
| ) |
Stream insertion operator for GPIO chip objects.
| out | Output stream to write to. |
| chip | GPIO chip to insert into the output stream. |