libmoost
/home/mhx/git/github/libmoost/include/moost/container/resource_stack.hpp File Reference
#include <exception>
#include <stack>
#include <string>
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition.hpp>
#include <boost/shared_ptr.hpp>
#include "../thread/xtime_util.hpp"
#include "../compiler/attributes/deprecated.hpp"
Include dependency graph for resource_stack.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  moost::container::no_resource_available
class  moost::container::resource_stack< T >
 a resource_stack is a thread-safe collection of resources. Threads can get resources from the stack by using a scoped_resource. More...
class  moost::container::resource_stack< T >::scoped_resource
 Use a scoped_resource to get a resource from the resource_stack. More...

Namespaces

namespace  moost
 

Creates a unique temporary directory; removed on scope exit.


namespace  moost::container