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

◆ ParId() [1/2]

drama::ParId::ParId ( std::weak_ptr< Task dramaTask,
const std::string &  name 
)

Access a parameter of a given name.

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