libmoost
/home/mhx/git/github/libmoost/include/moost/io/file_watcher.hpp File Reference
#include <map>
#include <string>
#include <limits>
#include <functional>
#include <boost/thread.hpp>
#include <boost/thread/condition.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/exception.hpp>
#include "../thread/xtime_util.hpp"
Include dependency graph for file_watcher.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  moost::io::file_watcher
 Asynchronously watches a path for changes, then notifies a callback function when a change occurs. More...

Namespaces

namespace  moost::io
 

IO-related routines used commonly everywhere.


namespace  moost
 

Creates a unique temporary directory; removed on scope exit.