Joedb
10.2.1
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
ui
diagnostics.h
Go to the documentation of this file.
1
#ifndef joedb_diagnostics_declared
2
#define joedb_diagnostics_declared
3
4
#include <iosfwd>
5
6
namespace
joedb
7
{
8
class
Abstract_File;
9
10
/// @ingroup journal
11
void
dump_header
(std::ostream &out, Abstract_File &file);
12
/// @ingroup journal
13
void
about_joedb
(std::ostream &out);
14
}
15
16
#endif
joedb::about_joedb
void about_joedb(std::ostream &out)
Definition
diagnostics.cpp:52
joedb::dump_header
void dump_header(std::ostream &out, Abstract_File &file)
Definition
diagnostics.cpp:30
joedb
Definition
Server.cpp:11
Generated by
1.9.8