Searched refs:Lightbulp (Results 1 – 1 of 1) sorted by relevance
33 struct Lightbulp struct35 Lightbulp(int c) : current(c) {} in Lightbulp() argument45 bistable_switch_(std::unique_ptr<Lightbulp> bulp, int load) in bistable_switch_()53 std::unique_ptr<Lightbulp> bulp_;102 auto bulp = std::make_unique<Lightbulp>(3); in BOOST_AUTO_TEST_CASE()