|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
Fetch primitive value from a named component of the structure.
If the named item exists within the SDS structure then fetch its value and convert it to the type of the template argument, if possible.
Supports the various primitive types - bool, char, short, unsigned short, INT32, UINT32, INT64, UINT64, float and double. Also std::string.
This is equivalent to the ArgGet series of C level calls, used for building up DRAMA command arguments.
| T | The SDS primitive type you wish to fetch |
| name | The name of the item within the SDS structure. |
| value | The value retrieved will be written here. |
References drama::CreateRunDramaTask(), and DramaTHROW_F.