dbwrapper_private::GetObfuscation

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

NameDescription
wThe wrapper whose obfuscation is queried.