Argo
1.0
A C++ library for handling JSON.
Main Page
Related Pages
Classes
Files
File List
File Members
argo.hpp
Go to the documentation of this file.
1
#ifndef _json_argo_hpp_
2
#define _json_argo_hpp_
3
4
/*
5
* Copyright (c) 2017 Andrew Haisley
6
*
7
* Permission is hereby granted, free of charge, to any person obtaining a copy
8
* of this software and associated documentation files (the "Software"), to deal
9
* in the Software without restriction, including without limitation the rights
10
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
* copies of the Software, and to permit persons to whom the Software is
12
* furnished to do so, subject to the following conditions:
13
*
14
* The above copyright notice and this permission notice shall be included in all
15
* copies or substantial portions of the Software.
16
*
17
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
* SOFTWARE.
24
*/
25
27
28
#include "
common.hpp
"
29
#include "
json.hpp
"
30
#include "
pointer.hpp
"
31
#include "
parser.hpp
"
32
#include "
unparser.hpp
"
33
#include "
json_array_index_range_exception.hpp
"
34
#include "
json_invalid_key_exception.hpp
"
35
#include "
json_parser_exception.hpp
"
36
#include "
json_exception.hpp
"
37
#include "
json_io_exception.hpp
"
38
#include "
json_utf8_exception.hpp
"
39
#include "
stream_reader.hpp
"
40
#include "
file_reader.hpp
"
41
#include "
stream_writer.hpp
"
42
#include "
file_writer.hpp
"
43
44
#ifndef _ARGO_WINDOWS_
45
#include "
fd_reader.hpp
"
46
#include "
fd_writer.hpp
"
47
#endif
48
49
#endif
json_array_index_range_exception.hpp
The json_array_index_range_exception class.
json_parser_exception.hpp
The json_parser_exception class.
json_exception.hpp
The json_exception class.
fd_reader.hpp
The fd_reader class.
json.hpp
The json class.
file_reader.hpp
The file_reader class.
common.hpp
Common defs needed everywhere and, as far as is possible, platform specific changes.
json_invalid_key_exception.hpp
The json_invalid_key_exception class.
fd_writer.hpp
The fd_writer class.
json_utf8_exception.hpp
The json_utf8_exception class.
parser.hpp
The parser class.
stream_reader.hpp
The stream_reader class.
pointer.hpp
The pointer class.
file_writer.hpp
The file_writer class.
stream_writer.hpp
The stream_writer class.
unparser.hpp
The unparser class.
json_io_exception.hpp
The json_io_exception class.
Generated on Sun Dec 16 2018 16:12:15 for Argo by
1.8.11