Mercurial > hg > orthanc-java
view CodeGeneration/CustomMethods.json @ 79:1a1ee5a8424c
support of sdk 1.12.10
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Wed, 26 Nov 2025 21:01:09 +0100 |
| 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" } ] }
