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

◆ Path() [2/4]

drama::Path::Path ( std::weak_ptr< Task theTask)
explicit

Path to self constructor.

Construct a drama::Path object which can be used to send messages to the invoking task itself.

Parameters
theTaskThe DRAMA Task we are part of. This is passed by pointer, but Path is not taking ownership of the subject object, which must continue to exist until the Path object is destroyed.