! * @brief This function returns program name. * * @return Return name of program. */
| 105 | * @return Return name of program. |
| 106 | */ |
| 107 | const std::string getProgramName() { return getProgramSymbol()->getName(); } |
| 108 | |
| 109 | /*! |
| 110 | * @brief This function returns output directory path. |
no test coverage detected