MongoDB C++ Driver
4.2.0
Loading...
Searching...
No Matches
topology_description.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
#include <
mongocxx/v1/events/topology_description-fwd.hpp
>
// IWYU pragma: export
18
19
//
20
21
#include <
mongocxx/v1/detail/prelude.hpp
>
22
23
#include <
mongocxx/v1/events/server_description-fwd.hpp
>
24
#include <
mongocxx/v1/read_preference-fwd.hpp
>
25
26
#include <
bsoncxx/v1/stdx/string_view.hpp
>
27
28
#include <
mongocxx/v1/config/export.hpp
>
29
30
#include <vector>
31
32
namespace
mongocxx
{
33
namespace
v1
{
34
namespace
events
{
35
44
class
topology_description {
45
private
:
46
void
const
* _impl;
// mongoc_topology_description_t const
47
48
public
:
59
MONGOCXX_ABI_EXPORT_CDECL
(
bsoncxx::v1::stdx::string_view
)
type
()
const
;
60
64
MONGOCXX_ABI_EXPORT_CDECL
(
bool
)
has_readable_server
(
v1::read_preference
const
& rp)
const
;
65
69
MONGOCXX_ABI_EXPORT_CDECL
(
bool
)
has_writable_server
()
const
;
70
74
MONGOCXX_ABI_EXPORT_CDECL
(std::vector<v1::events::server_description>)
servers
()
const
;
75
76
class
internal;
77
78
private
:
79
/* explicit(false) */
topology_description(
void
const
* impl);
80
};
81
82
}
// namespace events
83
}
// namespace v1
84
}
// namespace mongocxx
85
86
#include <
mongocxx/v1/detail/postlude.hpp
>
87
bsoncxx::v1::stdx::string_view
A polyfill for std::string_view.
Definition
string_view.hpp:412
mongocxx::v1::events::topology_description::servers
std::vector< v1::events::server_description > servers() const
Return the server descriptions for all servers in this topology description.
mongocxx::v1::events::topology_description::type
bsoncxx::v1::stdx::string_view type() const
Return the topology type.
mongocxx::v1::events::topology_description::has_writable_server
bool has_writable_server() const
Return true when a writable server is available according to this topology description.
mongocxx::v1::events::topology_description::has_readable_server
bool has_readable_server(v1::read_preference const &rp) const
Return true when a readable server is available according to this topology description.
mongocxx::v1::read_preference
Options related to a MongoDB Read Preference.
Definition
read_preference.hpp:49
export.hpp
Provides macros to control the set of symbols exported in the ABI.
MONGOCXX_ABI_EXPORT_CDECL
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition
export.hpp:52
postlude.hpp
The mongocxx v1 macro guard postlude header.
prelude.hpp
The mongocxx v1 macro guard prelude header.
mongocxx::v1::events
Declares entities describing APM events.
mongocxx::v1
Declares entities whose ABI stability is guaranteed for documented symbols.
mongocxx
The top-level namespace within which all mongocxx library entities are declared.
server_description-fwd.hpp
Declares mongocxx::v1::events::server_description.
topology_description-fwd.hpp
Declares mongocxx::v1::events::topology_description.
read_preference-fwd.hpp
Declares mongocxx::v1::read_preference.
string_view.hpp
Provides std::string_view-related polyfills for library API usage.
mongocxx
v1
events
topology_description.hpp
Generated by
1.15.0