AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
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.

Author
Tony Farrell, AAO
#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.