Mercurial > hg > orthanc-java
view CodeGeneration/CustomMethods.json @ 75:c1329456dd80 default tip
updated CITATION.cff
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 01 Sep 2025 11:14:05 +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" } ] }