dbus_utility.hpp (755a33c41a9d189525c835eb2257e7505cda3cec) | dbus_utility.hpp (1214b7e7d921e331fb1480c7e5d579ffa5811cda) |
---|---|
1/* 2 // Copyright (c) 2018 Intel Corporation 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#pragma once 17 | 1/* 2 // Copyright (c) 2018 Intel Corporation 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#pragma once 17 |
18#include <regex> | |
19#include <sdbusplus/message.hpp> 20 | 18#include <sdbusplus/message.hpp> 19 |
20#include <regex> 21 |
|
21namespace dbus 22{ 23 24namespace utility 25{ 26 27using DbusVariantType = 28 std::variant<std::vector<std::tuple<std::string, std::string, std::string>>, --- 84 unchanged lines hidden --- | 22namespace dbus 23{ 24 25namespace utility 26{ 27 28using DbusVariantType = 29 std::variant<std::vector<std::tuple<std::string, std::string, std::string>>, --- 84 unchanged lines hidden --- |