libgpiod 2.2
Data Structures
edge-event-buffer.hpp File Reference
#include <cstddef>
#include <iostream>
#include <memory>
#include <vector>
Include dependency graph for edge-event-buffer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  gpiod::edge_event_buffer
 Object into which edge events are read for better performance. More...
 

Functions

::std::ostream & gpiod::operator<< (::std::ostream &out, const edge_event_buffer &buf)
 Stream insertion operator for GPIO edge event buffer objects.
 

Function Documentation

◆ operator<<()

::std::ostream & gpiod::operator<< ( ::std::ostream &  out,
const edge_event_buffer buf 
)

Stream insertion operator for GPIO edge event buffer objects.

Parameters
outOutput stream to write to.
bufGPIO edge event buffer object to insert into the output stream.
Returns
Reference to out.