|
JSON Voorhees
Killer JSON for C++
|
Copyright (c) 2015-2020 by Travis Gockel. More...
#include <jsonv/config.hpp>#include <jsonv/forward.hpp>#include <expected>#include <memory>#include <stdexcept>#include <string>#include <string_view>#include <typeindex>#include <typeinfo>#include <vector>
Include dependency graph for formats.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | jsonv::duplicate_type_error |
| Exception thrown if an insertion of an extractor or serializer into a formats is attempted, but there is already an extractor or serializer for that type. More... | |
| class | jsonv::no_extractor |
Thrown when formats::extract does not have an extractor for the provided type. More... | |
| class | jsonv::no_serializer |
Thrown when formats::to_json does not have a serializer for the provided type. More... | |
| class | jsonv::formats |
Simply put, this class is a collection of extractor and serializer instances. More... | |
Enumerations | |
| enum class | jsonv::duplicate_type_action : unsigned char { duplicate_type_action::ignore , duplicate_type_action::replace , duplicate_type_action::exception } |
| The action to take when an insertion of an extractor or serializer into a formats is attempted, but there is alredy an extractor or serializer for that type. More... | |
Copyright (c) 2015-2020 by Travis Gockel.
All rights reserved.
This program is free software: you can redistribute it and/or modify it under the terms of the Apache License as published by the Apache Software Foundation, either version 2 of the License, or (at your option) any later version.
Definition in file formats.hpp.