-------------------------------------------------------------------------
| 149 | |
| 150 | //------------------------------------------------------------------------- |
| 151 | void Options::AddExport(OptionsExport&& optionExport) |
| 152 | { |
| 153 | exports_.push_back(std::move(optionExport)); |
| 154 | } |
| 155 | |
| 156 | //------------------------------------------------------------------------- |
| 157 | const std::vector<OptionsExport>& Options::GetExports() const |
no outgoing calls
no test coverage detected