NuDB Logo

PrevUpHomeNext

context::flush

Flush function.

Synopsis
NUDB_DECL void
flush();
Description

Manually flushes all inserted objects to the disk. If using this function, context::start should not be called. If the context object has been started manually or by the default constructor of basic_store, a call to this function will be ignored and do nothing.


PrevUpHomeNext