Home
last modified time | relevance | path

Searched defs:configuration_element (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/implementation/configuration/include/
Dconfiguration_element.hpp15 struct configuration_element { struct
16 std::string name_;
17 boost::property_tree::ptree tree_;
19 bool operator<(const configuration_element &_other) const { in operator <()