Home
last modified time | relevance | path

Searched refs:expression_ (Results 1 – 1 of 1) sorted by relevance

/openbmc/boost-dbus/include/dbus/
H A Dmatch.hpp26 std::string expression_; member in dbus::match
30 : connection_(c), expression_(BOOST_ASIO_MOVE_CAST(std::string)(e)) { in match()
36 const std::string& get_expression() const { return expression_; } in get_expression()