HashSet policy class

The HashSet policy class implements operations with the "hash table" data structure. This lets you associate an array of unique values with a user resource, add/remove elements to/from this array, and check whether the array associated with the resource contains the specified value.

A PSL description of the HashSet class is provided in the following file:

/opt/KasperskyOS-Community-Edition-<version>/toolchain/include/nk/hashmap.psl

In this section

HashSet class object

HashSet class init policy

HashSet class fini policy

HashSet class add policy

HashSet class remove policy

HashSet class contains policy

Page top