MongoDB C++ Driver mongocxx-3.10.1
Loading...
Searching...
No Matches
fwd.hpp
1// Copyright 2023 MongoDB Inc.
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15#pragma once
16
17#include <bsoncxx/array/element-fwd.hpp>
18#include <bsoncxx/array/value-fwd.hpp>
19#include <bsoncxx/array/view-fwd.hpp>
20#include <bsoncxx/builder/basic/array-fwd.hpp>
21#include <bsoncxx/builder/basic/document-fwd.hpp>
22#include <bsoncxx/builder/basic/sub_array-fwd.hpp>
23#include <bsoncxx/builder/basic/sub_document-fwd.hpp>
24#include <bsoncxx/builder/concatenate-fwd.hpp>
25#include <bsoncxx/builder/core-fwd.hpp>
26#include <bsoncxx/builder/list-fwd.hpp>
27#include <bsoncxx/builder/stream/array-fwd.hpp>
28#include <bsoncxx/builder/stream/array_context-fwd.hpp>
29#include <bsoncxx/builder/stream/closed_context-fwd.hpp>
30#include <bsoncxx/builder/stream/document-fwd.hpp>
31#include <bsoncxx/builder/stream/helpers-fwd.hpp>
32#include <bsoncxx/builder/stream/key_context-fwd.hpp>
33#include <bsoncxx/builder/stream/single_context-fwd.hpp>
34#include <bsoncxx/builder/stream/value_context-fwd.hpp>
35#include <bsoncxx/decimal128-fwd.hpp>
36#include <bsoncxx/document/element-fwd.hpp>
37#include <bsoncxx/document/value-fwd.hpp>
38#include <bsoncxx/document/view-fwd.hpp>
39#include <bsoncxx/exception/error_code-fwd.hpp>
40#include <bsoncxx/exception/exception-fwd.hpp>
41#include <bsoncxx/json-fwd.hpp>
42#include <bsoncxx/oid-fwd.hpp>
43#include <bsoncxx/string/view_or_value-fwd.hpp>
44#include <bsoncxx/types-fwd.hpp>
45#include <bsoncxx/types/bson_value/value-fwd.hpp>
46#include <bsoncxx/types/bson_value/view-fwd.hpp>
47#include <bsoncxx/validate-fwd.hpp>
48#include <bsoncxx/view_or_value-fwd.hpp>