| 795 | /************************************************************************/ |
| 796 | |
| 797 | void GDALAlgorithmArg::RunActions() |
| 798 | { |
| 799 | for (const auto &f : m_actions) |
| 800 | f(); |
| 801 | } |
| 802 | |
| 803 | /************************************************************************/ |
| 804 | /* GDALAlgorithmArg::ValidateChoice() */ |
no test coverage detected