[#kernel-BlockTreeDB-2constructor] = xref:kernel.adoc[kernel]::xref:kernel/BlockTreeDB.adoc[BlockTreeDB]::BlockTreeDB :relfileprefix: ../../ :mrdocs: Inherit the CDBWrapper constructors to open the underlying database. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using CDBWrapper::BlockTreeDB; ---- == Introduced Symbols [cols="1,4"] |=== | Name| Description | xref:CDBWrapper/2constructor-06.adoc[`CDBWrapper`] [.small]#[constructor]# [.small]#[deleted]# | Copy construction is disabled. | xref:CDBWrapper/2constructor-04.adoc[`CDBWrapper`] [.small]#[constructor]# | Opens or creates the database described by the given parameters. | xref:CDBWrapper/2constructor-06.adoc[`CDBWrapper`] [.small]#[constructor]# [.small]#[deleted]# | Copy construction is disabled. | xref:CDBWrapper/2constructor-04.adoc[`CDBWrapper`] [.small]#[constructor]# | Opens or creates the database described by the given parameters. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#