AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ Future() [1/2]

template<class T >
drama::Future< T >::Future ( const std::string &  name = "unnamed",
bool  logOn = false 
)
inlinenoexcept

Construct a drama::Future object.

Parameters
nameThe name of the object, as used in logging messages. Defaults to "unnamed" and can be changed using SetName().
logOnThe default object specific logging flag value. Can be changed using LogOn() and LogOff() methods. Defaults to false (off), in which case the global logging flag will determine if logging is on.

References drama::CreateRunDramaTask().