Searched defs:ConfigData (Results 1 – 3 of 3) sorted by relevance
11 struct ConfigData struct13 std::string name;14 std::string type;15 std::string port;
69 struct ConfigData struct71 std::string name;72 std::string lineName;73 std::string dbusName;74 std::string path;75 std::string interface;76 std::optional<std::regex> matchRegex;77 bool polarity;78 ConfigType type;
22 using ConfigData = boost::container::flat_map<std::string, ConfigMap>; typedef