Belle II Software  release-08-01-10
Fifo Class Reference
Inheritance diagram for Fifo:
Collaboration diagram for Fifo:

Public Member Functions

void open (const std::string &path, const std::string &mode="r")
 
void unlink (const std::string &path)
 
virtual size_t write (const void *v, size_t count)
 
virtual size_t read (void *v, size_t count)
 
int get_fd () const
 
bool select (int sec=-1, int usec=-1)
 
bool select2 (int sec=-1, int usec=-1)
 
bool close ()
 

Static Public Member Functions

static Fifo mkfifo (const std::string &path)
 

Protected Attributes

int m_fd
 

Detailed Description

Definition at line 22 of file Fifo.h.


The documentation for this class was generated from the following files: