scc
2022.4.0
SystemC components library
|
Classes | |
struct | pool |
Public Types | |
using | type = T |
Public Member Functions | |
tlm_extension_base * | clone () const |
void | copy_from (tlm_extension_base const &other) |
void | free () |
Static Public Member Functions | |
template<typename... Args> | |
static type * | allocate (Args &&... args) |
static type * | allocate () |
Protected Member Functions | |
tlm_managed_extension (const tlm_managed_extension &)=default | |
tlm_managed_extension & | operator= (const tlm_managed_extension &other) |
Definition at line 42 of file tlm_extensions.h.