#include <posix.h>
|
| Pipe () |
|
| Pipe (const int fd_read, const int fd_write) |
|
void | Close () |
|
template<typename T > |
bool | Write (const T &data) |
|
template<typename T > |
bool | TryRead (T *data) |
|
template<typename T > |
void | Read (T *data) |
|
bool | Write (const void *buf, size_t nbyte) |
|
bool | Read (void *buf, size_t nbyte) |
|
Definition at line 200 of file posix.h.
Pipe::Pipe |
( |
const int |
fd_read, |
|
|
const int |
fd_write |
|
) |
| |
|
inline |
template<typename T >
void Pipe::Read |
( |
T * |
data | ) |
|
|
inline |
bool Pipe::Read |
( |
void * |
buf, |
|
|
size_t |
nbyte |
|
) |
| |
|
inline |
template<typename T >
bool Pipe::TryRead |
( |
T * |
data | ) |
|
|
inline |
template<typename T >
bool Pipe::Write |
( |
const T & |
data | ) |
|
|
inline |
bool Pipe::Write |
( |
const void * |
buf, |
|
|
size_t |
nbyte |
|
) |
| |
|
inline |
The documentation for this struct was generated from the following file:
- /home/sftnight/jenkins/workspace/CvmfsDoxygen/label/docker-x86_64/cvmfs/cvmfs/util/posix.h