HDict
Name
HDict — Represents an instance of a Dictionary.
Constructors
Methods
| |
|
CopyDict |
Copy a dictionary. |
CreateDict |
Create a new empty dictionary. |
DictToJson |
Transform a dictionary into a JSON string. |
GetDictObject |
Retrieve an object associated with the key from the dictionary. |
GetDictParam |
Query dictionary parameters or information about a dictionary. |
GetDictTuple |
Retrieve a tuple associated with the key from the dictionary. |
JsonToDict |
Transform a JSON string into a dictionary. |
ReadDict |
Read a dictionary from a file. |
RemoveDictKey |
Remove keys from a dictionary. |
SetDictObject |
Add a key/object pair to the dictionary. |
SetDictTuple |
Add a key/tuple pair to the dictionary. |
SetDictTupleAt |
Assignment of one or several values to one or several tuple elements in a dictionary |
WriteDict |
Write a dictionary to a file. |