MVault 1.0.0
Simple c++ database
|
VaultRecordSet is used to store data from Vault and is inherited from it. This class supports all the search functions from Vault and is fully synchronized with its parent Vault.
There are ready-made methods with a single key and value query.
Simple requests are made through a single method that accepts an object of the request class.
Complex requests allow you to write it using several different keys.
All request types support predicates. These are the functions that are responsible for adding a record to the VaultRecordSet when requested. The function is called for each record that matches the request condition, and its return value is used to add the record.