#include <dx_stream_driver.h>
|
| bool | contains (const std::string &id) noexcept |
| virtual driver & | create (const std::string &id, const typename super::device_t::desc_t &desc) |
| DX_PRAGMA_IGNORE_RETURN_VALUE_BEGIN virtual DX_PRAGMA_IGNORE_RETURN_VALUE_END driver & | destroy (const std::string &id) |
| void | info (std::ostream &os) noexcept override |
| std::shared_ptr< typename super::device_t > | wait (const std::string &id) noexcept |
◆ arrived()
◆ catch() [1/3]
◆ catch() [2/3]
◆ catch() [3/3]
◆ contains()
◆ create()
| virtual driver & dx::stream::driver< driver_t >::create |
( |
const std::string & | id, |
|
|
const typename super::device_t::desc_t & | desc ) |
|
inlinevirtual |
◆ destroy()
| DX_PRAGMA_IGNORE_RETURN_VALUE_BEGIN virtual DX_PRAGMA_IGNORE_RETURN_VALUE_END driver & dx::stream::driver< driver_t >::destroy |
( |
const std::string & | id | ) |
|
|
inlinevirtual |
◆ info()
◆ wait()
| std::shared_ptr< typename super::device_t > dx::stream::driver< driver_t >::wait |
( |
const std::string & | id | ) |
|
|
inlinenoexcept |
The documentation for this class was generated from the following file: