|
emlabcpp
modern opinionated embedded C++ library
|
#include <interface.h>
Inheritance diagram for emlabcpp::testing::empty_node_impl:
Collaboration diagram for emlabcpp::testing::empty_node_impl:Public Member Functions | |
| std::string_view | get_name () const override |
| coroutine< void > | run (pmr::memory_resource &) override |
Public Member Functions inherited from emlabcpp::testing::test_interface | |
| test_interface ()=default | |
| test_interface (test_interface const &)=delete | |
| test_interface & | operator= (test_interface const &)=delete |
| test_interface (test_interface &&other)=default | |
| test_interface & | operator= (test_interface &&)=default |
| virtual coroutine< void > | setup (pmr::memory_resource &) |
| virtual coroutine< void > | teardown (pmr::memory_resource &) |
| virtual | ~test_interface ()=default |
|
inlineoverridevirtual |
Implements emlabcpp::testing::test_interface.
|
inlineoverridevirtual |
Implements emlabcpp::testing::test_interface.