view CodeGeneration/CustomMethods.json @ 74:0acad1d4eb98

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 Aug 2025 10:25:30 +0200
parents dcd69fbcc34b
children
line wrap: on
line source

{
  "OrthancPluginKeysValuesIterator" : [
    {
      "comment" : "New in release 2.0",
      "short_name" : "next",
      "c_function" : "OrthancPluginCustom_KeysValuesIteratorNext",
      "sdk_functions" : [ "OrthancPluginKeysValuesIteratorNext" ],
      "documentation" : {
        "description" : [ "Advance to the next element in the iterator." ],
        "return" : "Whether the iterator is done."
      },
      "args" : [
      ],
      "return_sdk_type" : "bool"
    }
  ]
}