OEReadDesignUnitFromString¶
Attention
This API is currently available in C++ and Python.
bool OEReadDesignUnitFromString(OEDesignUnit &du,
const std::string &input)
Reads the contents of the string input into an OEDesignUnit
named du.
Returns true if an OEDesignUnit was read successfully,
and false otherwise.
See also
OEDesignUnit class
OEReadDesignUnitfunction