libgpiod 2.1
Data Structures
chip-info.hpp File Reference
#include <memory>
#include <ostream>
Include dependency graph for chip-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::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.
 

Function Documentation

◆ operator<<()

::std::ostream & gpiod::operator<< ( ::std::ostream &  out,
const chip_info chip 
)

Stream insertion operator for GPIO chip objects.

Parameters
outOutput stream to write to.
chipGPIO chip to insert into the output stream.
Returns
Reference to out.