C++ template library for mumufs. More...
#include <stdio.h>#include <errno.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <string.h>#include <unistd.h>#include <sys/select.h>#include <sys/time.h>#include <string>#include <stdexcept>
Go to the source code of this file.
Classes | |
| class | mumu::Entry< Type > |
| The template represents a single file on mumufs. More... | |
Namespaces | |
| namespace | mumu |
The library namespace. | |
Enumerations | |
| enum | mumu::RWMode { ReadOnly = O_RDONLY, WriteOnly = O_WRONLY, ReadWrite = O_RDWR } |
The way to open a file. | |
C++ template library for mumufs.
This file is released under the GPL.
Definition in file mumulib.h.