| 1919 | friend struct test_gdal_algorithm::test_gdal_algorithm; |
| 1920 | |
| 1921 | public: |
| 1922 | /** Constructor */ |
| 1923 | template <class T> |
| 1924 | GDALInConstructionAlgorithmArg(GDALAlgorithm *owner, |
| 1925 | const GDALAlgorithmArgDecl &decl, T *pValue) |
| 1926 | : GDALAlgorithmArg(decl, pValue) |
| 1927 | { |
| 1928 | m_owner = owner; |
| 1929 | } |
| 1930 | |
| 1931 | /** Destructor */ |
| 1932 | ~GDALInConstructionAlgorithmArg() override; |