#include <after-interface.h>
|
| virtual | ~AfterInterface ()=default |
| |
| virtual void | schedule (double seconds, const std::string &name, const attr_value_t &args)=0 |
| |
| virtual void | schedule (cycles_t cycles, const std::string &name, const attr_value_t &args)=0 |
| |
| virtual void | cancel_all ()=0 |
| |
◆ ~AfterInterface()
| virtual simics::AfterInterface::~AfterInterface |
( |
| ) |
|
|
virtualdefault |
◆ cancel_all()
| virtual void simics::AfterInterface::cancel_all |
( |
| ) |
|
|
pure virtual |
◆ schedule() [1/2]
| virtual void simics::AfterInterface::schedule |
( |
cycles_t |
cycles, |
|
|
const std::string & |
name, |
|
|
const attr_value_t & |
args |
|
) |
| |
|
pure virtual |
◆ schedule() [2/2]
| virtual void simics::AfterInterface::schedule |
( |
double |
seconds, |
|
|
const std::string & |
name, |
|
|
const attr_value_t & |
args |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file:
- /disk2/mp/builds/nightly-base.745.16951401086.1/src/devices/c++-api/simics/after-interface.h