|
wibble
0.1.28
|
Namespaces | |
| namespace | fs |
| namespace | sig |
Classes | |
| class | Buffer |
| Variable-size, reference-counted memory buffer. More... | |
| class | ChildProcess |
| Fork a child process. More... | |
| class | Exec |
| Execute external commands, either forked as a ChildProcess or directly using exec(). More... | |
| class | ShellCommand |
| Execute a shell command using /bin/sh -c. More... | |
| struct | MMap |
| Map a file into memory. More... | |
| class | Mutex |
| pthread mutex wrapper; WARNING: the class allows copying and assignment, but this is not always safe. More... | |
| class | MutexLockT |
| Acquire a mutex lock, RAII-style. More... | |
| class | Condition |
| class | NetBuffer |
| Buffer whose starting can be moved back and forth, useful to decapsulate stacked network packets. More... | |
| class | Thread |
| Encapsulates a thread. More... | |
Typedefs | |
| typedef MutexLockT< Mutex > | MutexLock |
| typedef MutexLockT< Mutex > wibble::sys::MutexLock |
1.7.6.1