libmoost
/home/mhx/git/github/libmoost/include/moost/io/block_store.hpp File Reference
#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"
Include dependency graph for block_store.hpp:
This graph shows which files directly or indirectly include this file:

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.