Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Compiler_Options_io.h
Go to the documentation of this file.
1#ifndef joedb_Compiler_Options_io_declared
2#define joedb_Compiler_Options_io_declared
3
4#include <iosfwd>
5
6namespace joedb
7{
8 class Compiler_Options;
9
10 /// @ingroup compiler
12 (
13 std::istream &in,
14 Compiler_Options &compiler_options
15 );
16}
17
18#endif
void parse_compiler_options(std::istream &in, Compiler_Options &compiler_options)
Definition Blob.h:7