MongoDB C++ Driver 4.3.0
Loading...
Searching...
No Matches
fwd.hpp
Go to the documentation of this file.
1// Copyright 2009-present 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// clang-format off
18#include <bsoncxx/v1/array/value-fwd.hpp> // IWYU pragma: export
19#include <bsoncxx/v1/array/view-fwd.hpp> // IWYU pragma: export
20#include <bsoncxx/v1/decimal128-fwd.hpp> // IWYU pragma: export
21#include <bsoncxx/v1/document/value-fwd.hpp> // IWYU pragma: export
22#include <bsoncxx/v1/document/view-fwd.hpp> // IWYU pragma: export
23#include <bsoncxx/v1/element/view-fwd.hpp> // IWYU pragma: export
24#include <bsoncxx/v1/exception-fwd.hpp> // IWYU pragma: export
25#include <bsoncxx/v1/oid-fwd.hpp> // IWYU pragma: export
26#include <bsoncxx/v1/types/id-fwd.hpp> // IWYU pragma: export
27#include <bsoncxx/v1/types/value-fwd.hpp> // IWYU pragma: export
28#include <bsoncxx/v1/types/view-fwd.hpp> // IWYU pragma: export
29// clang-format on
30
Declares bsoncxx error-handling utilities.
Declares bsoncxx::v1::array::value.
Declares bsoncxx::v1::array::view.
Declares bsoncxx::v1::decimal128.
Declares bsoncxx::v1::document::value.
Declares bsoncxx::v1::document::view.
Declares bsoncxx::v1::element::view.
Declares bsoncxx::v1::oid.
Declares enumerations identifying the type of a BSON element.
Declares bsoncxx::v1::types::value.
Declares non-owning, read-only entities representing a BSON type value.