$darkmode
fable.hpp
Go to the documentation of this file.
1 /*
2  * Copyright 2020 Robert Bosch GmbH
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *
16  * SPDX-License-Identifier: Apache-2.0
17  */
23 #pragma once
24 #ifndef CLOE_CORE_FABLE_HPP_
25 #define CLOE_CORE_FABLE_HPP_
26 
27 #include <fable/fable.hpp>
28 
29 namespace cloe {
30 
31 using fable::Conf;
32 using fable::Confable;
33 using fable::ConfError;
34 using fable::Json;
35 using fable::JsonPointer;
36 using fable::JsonType;
37 using fable::Schema;
38 using fable::SchemaError;
39 
40 using fable::make_const_schema;
41 using fable::make_const_str;
42 using fable::make_prototype;
43 using fable::make_schema;
44 using fable::schema_type;
45 
46 namespace schema {
47 
48 using namespace fable::schema; // NOLINT(build/namespaces)
49 
50 } // namespace schema
51 
52 } // namespace cloe
53 
54 #endif // CLOE_CORE_FABLE_HPP_
Definition: conf.hpp:74
Definition: error.hpp:56
Definition: array.hpp:39
Definition: confable.hpp:46
nlohmann::json Json
Definition: json.hpp:62
Definition: error.hpp:120
Definition: coordinator.hpp:36
Json::value_t JsonType
Definition: json.hpp:78
Definition: schema.hpp:178
Json::json_pointer JsonPointer
Definition: json.hpp:70
Definition: schema.hpp:167