proxygen
LogHandlerConfig.cpp
Go to the documentation of this file.
1 /*
2  * Copyright 2017-present Facebook, Inc.
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  */
17 
18 #include <folly/lang/SafeAssert.h>
19 
20 using std::string;
21 
22 namespace folly {
23 
25 
27 
29  : type{t.hasValue() ? Optional<string>{t->str()} : Optional<string>{}} {}
30 
32  : type{t.str()}, options{std::move(opts)} {}
33 
35  : type{t.hasValue() ? Optional<string>{t->str()} : Optional<string>{}},
36  options{std::move(opts)} {}
37 
40  !other.type.hasValue(), "LogHandlerConfig type cannot be updated");
41  for (const auto& option : other.options) {
42  options[option.first] = option.second;
43  }
44 }
45 
47  return type == other.type && options == other.options;
48 }
49 
51  return !(*this == other);
52 }
53 
54 } // namespace folly
std::string str() const
Definition: Range.h:591
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
—— Concurrent Priority Queue Implementation ——
Definition: AtomicBitSet.h:29
Optional< std::string > type
std::unordered_map< std::string, std::string > Options
FOLLY_CPP14_CONSTEXPR bool hasValue() const noexcept
Definition: Optional.h:300
bool operator==(const LogHandlerConfig &other) const
const char * string
Definition: Conv.cpp:212
void update(const LogHandlerConfig &other)
bool operator!=(const LogHandlerConfig &other) const
#define FOLLY_SAFE_DCHECK(expr, msg)
Definition: SafeAssert.h:42
option(BUILD_SHARED_LIBS"Build shared libraries (DLLs)."OFF) option(gmock_build_tests"Build all of Google Mock's own tests."OFF) if(EXISTS"$
Definition: CMakeLists.txt:10