AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
Classes | Namespaces
debugfuture.hh File Reference

Detailed Description

Aids to the debugging of futures.

This header provides implementation of wrappers to futures which help in debugging of future related issues.

Support: Tony Farrell, AAO

Author
Tony Farrell, AAO $Revision$ $Date$ $Id$
#include <drama.hh>
#include <future>
#include <typeinfo>

Go to the source code of this file.

Classes

class  drama::Future< T >
 A class which wraps a std::future<T> and provides debugging output to stderr. More...
 
class  drama::Future< void >
 A class which wraps a std::future<void> and provides debugging output to stderr. More...
 

Namespaces

namespace  drama
 The drama namespace contains all the classes, types etc of the DRAMA 2 implementation.