libgpiod 2.1
Data Structures
line-info.hpp File Reference
#include <chrono>
#include <iostream>
#include <memory>
#include <string>
Include dependency graph for line-info.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

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...
 

Functions

::std::ostream & gpiod::operator<< (::std::ostream &out, const line_info &info)
 Stream insertion operator for GPIO line info objects.
 

Function Documentation

◆ operator<<()

::std::ostream & gpiod::operator<< ( ::std::ostream &  out,
const line_info info 
)

Stream insertion operator for GPIO line info objects.

Parameters
outOutput stream to write to.
infoGPIO line info object to insert into the output stream.
Returns
Reference to out.