#include <chrono>
#include <iostream>
#include <memory>
#include <string>
Go to the source code of this file.
|
class | gpiod::line_info |
| Contains an immutable snapshot of the line's state at the time when the object of this class was instantiated. More...
|
|
|
|
::std::ostream & | gpiod::operator<< (::std::ostream &out, const line_info &info) |
| Stream insertion operator for GPIO line info objects. More...
|
|
◆ operator<<()
::std::ostream& gpiod::operator<< |
( |
::std::ostream & |
out, |
|
|
const line_info & |
info |
|
) |
| |
Stream insertion operator for GPIO line info objects.
- Parameters
-
out | Output stream to write to. |
info | GPIO line info object to insert into the output stream. |
- Returns
- Reference to out.