|
libmoost
|
#include <algorithm>#include <string>#include <fstream>#include <stdexcept>#include <boost/filesystem/path.hpp>#include <boost/filesystem/operations.hpp>#include <boost/scoped_array.hpp>#include <boost/thread/mutex.hpp>#include "../container/resource_stack.hpp"

Go to the source code of this file.
Classes | |
| class | moost::io::block_store |
| block_store provides block-level storage by presenting a thread-safe pool of streams, for allocing, reading/writing, freeing More... | |
| class | moost::io::block_store::scoped_block |
Namespaces | |
| namespace | moost |
Creates a unique temporary directory; removed on scope exit. | |
| namespace | moost::io |
IO-related routines used commonly everywhere. | |