Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/message/
H A Dnative_types.hpp83 struct string_path_wrapper struct
85 std::string str;
94 string_path_wrapper(const std::string& str_in) : str(str_in) {} in string_path_wrapper() argument
95 string_path_wrapper(std::string&& str_in) : str(std::move(str_in)) {} in string_path_wrapper() argument
97 operator const std::string&() const volatile& in operator const std::string&()
101 operator std::string&&() && in operator std::string&&()
106 bool operator==(const string_path_wrapper& r) const in operator ==()
114 bool operator<(const string_path_wrapper& r) const in operator <()
118 bool operator==(const std::string& r) const in operator ==()
122 bool operator!=(const std::string& r) const in operator !=()
[all …]