|
scc 2025.09
SystemC components library
|


Public Member Functions | |
| async_queue (unsigned size=16) | |
| async_queue (const char *nm, unsigned size=16) | |
| void | push (T const &v) |
| void | emplace (T &&v) |
| bool | try_get (T &v) override |
| const sc_core::sc_event & | data_event () const override |
Definition at line 13 of file async_queue.h.
|
inline |
Definition at line 15 of file async_queue.h.
|
inlineexplicit |
Definition at line 18 of file async_queue.h.
|
inlineoverridevirtual |
Implements scc::async_source_if< T >.
Definition at line 44 of file async_queue.h.
|
inline |
Definition at line 27 of file async_queue.h.
|
inline |
Definition at line 22 of file async_queue.h.
|
inlineoverridevirtual |
Implements scc::async_source_if< T >.
Definition at line 33 of file async_queue.h.