[#CBanDB-2constructor] = xref:CBanDB.adoc[CBanDB]::CBanDB :relfileprefix: ../ :mrdocs: Constructs the banlist database backed by the given file path. == Synopsis Declared in `<addrdb.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit CBanDB(xref:fs/path.adoc[fs::path] ban_list_path); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ban_list_path* | Path to the banlist JSON file on disk. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#