#include <pipe.h>
|
typedef std::deque< char > | Buffer |
|
◆ Buffer
◆ Pipe() [1/2]
wibble::sys::Pipe::Pipe |
( |
int |
p | ) |
|
|
inline |
◆ Pipe() [2/2]
wibble::sys::Pipe::Pipe |
( |
| ) |
|
|
inline |
◆ active()
bool wibble::sys::Pipe::active |
( |
| ) |
|
|
inline |
◆ blocking()
static bool wibble::sys::Pipe::blocking |
( |
int |
err | ) |
|
|
inlinestatic |
◆ close()
void wibble::sys::Pipe::close |
( |
| ) |
|
|
inline |
◆ eof()
bool wibble::sys::Pipe::eof |
( |
| ) |
|
|
inline |
◆ nextChunk()
std::string wibble::sys::Pipe::nextChunk |
( |
| ) |
|
|
inline |
◆ nextLine()
std::string wibble::sys::Pipe::nextLine |
( |
| ) |
|
|
inline |
◆ nextLineBlocking()
std::string wibble::sys::Pipe::nextLineBlocking |
( |
| ) |
|
|
inline |
◆ readMore()
int wibble::sys::Pipe::readMore |
( |
| ) |
|
|
inline |
◆ valid()
bool wibble::sys::Pipe::valid |
( |
| ) |
|
|
inline |
◆ wait()
void wibble::sys::Pipe::wait |
( |
| ) |
|
|
inline |
◆ write()
void wibble::sys::Pipe::write |
( |
std::string |
what | ) |
|
|
inline |
◆ _eof
bool wibble::sys::Pipe::_eof |
◆ buffer
Buffer wibble::sys::Pipe::buffer |
◆ fd
int wibble::sys::Pipe::fd |
◆ writer
Writer wibble::sys::Pipe::writer |
The documentation for this struct was generated from the following file: