Disk ARchive  2.7.14
Full featured and portable backup and archiving tool
Classes | Namespaces
tuyau.hpp File Reference

defines the implementation of pipe under the generic_file interface. More...

#include "../my_config.h"
#include "infinint.hpp"
#include "generic_file.hpp"
#include "thread_cancellation.hpp"
#include "mem_ui.hpp"
+ Include dependency graph for tuyau.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  libdar::tuyau
 pipe implementation under the generic_file interface. More...
 

Namespaces

 libdar
 libdar namespace encapsulate all libdar symbols
 

Detailed Description

defines the implementation of pipe under the generic_file interface.

mainly used between zapette and slave_zapette, this is a full implementation of the generic_file interface that takes care of dead lock when two pipes needs to be openned between the same two entities, each having one for reading and the other for writing.

Definition in file tuyau.hpp.