Work around circular dependency, as well as for testing in dbwrapper_tests. Database obfuscation should be considered an implementation detail of the specific database.
Synopsis
Declared in <dbwrapper.h>
Obfuscation const&
GetObfuscation(CDBWrapper const& w);
Description
Returns the obfuscation applied to a wrapper's stored data.
Return Value
The obfuscation used by the wrapper.
Parameters
Name |
Description |
w |
The wrapper whose obfuscation is queried. |
Created with MrDocs