! \brief Disable copy */
| 293 | Boosting& operator=(const Boosting&) = delete; |
| 294 | /*! \brief Disable copy */ |
| 295 | Boosting(const Boosting&) = delete; |
| 296 | |
| 297 | static bool LoadFileToBoosting(Boosting* boosting, const char* filename); |
| 298 |
no outgoing calls
no test coverage detected