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