Mercurial > hg > orthanc-java
view CodeGeneration/CustomMethods.json @ 71:ae9124e7edee
setting default sdk version to 1.12.9
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 21 Aug 2025 16:39:23 +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" } ] }