#include <sc_semaphore_if.hh>
Definition at line 36 of file sc_semaphore_if.hh.
◆ sc_semaphore_if() [1/2]
sc_core::sc_semaphore_if::sc_semaphore_if |
( |
| ) |
|
|
inlineprotected |
◆ sc_semaphore_if() [2/2]
◆ get_value()
virtual int sc_core::sc_semaphore_if::get_value |
( |
| ) |
const |
|
pure virtual |
◆ operator=()
◆ post()
virtual int sc_core::sc_semaphore_if::post |
( |
| ) |
|
|
pure virtual |
◆ trywait()
virtual int sc_core::sc_semaphore_if::trywait |
( |
| ) |
|
|
pure virtual |
◆ wait()
virtual int sc_core::sc_semaphore_if::wait |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: