Mercurial > hg > orthanc-java
view CodeGeneration/CustomMethods.json @ 82:26bca22e3a79 default tip
cont 2026
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Fri, 02 Jan 2026 15:09:15 +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" } ] }
