Mercurial > hg > orthanc-java
view CodeGeneration/CustomMethods.json @ 69:dcd69fbcc34b
wrapping OrthancPluginDequeueValue
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 21 Aug 2025 16:16:46 +0200 |
parents | 2e2363ba431b |
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" } ] }