Typedef PntosRegistry

Typedef Documentation

typedef struct PntosRegistry PntosRegistry

A registry of key/value data which is organized by (string) groups. In order to get/set a key in the registry, one must call PntosRegistry.batch_start with the group the key is stored under and then use the resulting PntosKeyValueStore to get/set the key/value pair. When one is done accessing keys in the PntosKeyValueStore, they must call PntosKeyValueStore.batch_end. It is not permitted to access any member inside the PntosKeyValueStore after a batch has ended. If a user has ended a batch and then desires to access the PntosKeyValueStore again, they may use the PntosKeyValueStore.batch_restart method.