\brief Set module \param[in] mod is backend specific module handle
| 31 | /// |
| 32 | /// \param[in] mod is backend specific module handle |
| 33 | inline void set(ModuleType mod) { mModuleHandle = mod; } |
| 34 | |
| 35 | /// \brief Get module |
| 36 | /// |
no outgoing calls
no test coverage detected