|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
virtualinherited |
Return the underlying DITS path object.
This method returns the underlying DITS path object being used by the drama::Path object. If it is not yet active then an exception will be thrown unless nothrow is set true, in which case a nullptr is returned.
| nothrow | If set true, return nullptr rather then throw an exception if the path is not yet active. |