DAW JSON Link
include
daw
json
concepts
daw_writable_output.h
Go to the documentation of this file.
1
// Copyright (c) Darrell Wright
2
//
3
// Distributed under the Boost Software License, Version 1.0. (See accompanying
4
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
5
//
6
// Official repository: https://github.com/beached/daw_json_link
7
//
8
9
#pragma once
10
11
#include "
daw_writable_output_basics.h
"
12
13
#if not defined( DAW_JSON_NO_DEFAULT_OSTREAM_WRITER )
14
#include "
daw_writable_output_ostream.h
"
15
#endif
16
17
#if not defined( DAW_JSON_NO_DEFAULT_CSTDIO_WRITER )
18
#include "
daw_writable_output_cstdio.h
"
19
#endif
daw_writable_output_basics.h
daw_writable_output_cstdio.h
daw_writable_output_ostream.h
Generated by
1.9.1