SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_dt::sc_fxval_fast_observer Class Reference

Abstract base class for fixed-point value type observers;. More...

#include <sysc/datatypes/fx/sc_fxval_observer.h>

Collaboration diagram for sc_dt::sc_fxval_fast_observer:

Public Member Functions

virtual void construct (const sc_fxval_fast &)
 
virtual void destruct (const sc_fxval_fast &)
 
virtual void read (const sc_fxval_fast &)
 
virtual void write (const sc_fxval_fast &)
 

Static Public Attributes

static sc_fxval_fast_observer *(* default_observer )()
 

Protected Member Functions

 sc_fxval_fast_observer ()
 
virtual ~sc_fxval_fast_observer ()
 

Detailed Description

Abstract base class for fixed-point value type observers;.

limited precision.

Definition at line 157 of file sc_fxval_observer.h.

Constructor & Destructor Documentation

◆ sc_fxval_fast_observer()

sc_dt::sc_fxval_fast_observer::sc_fxval_fast_observer ( )
inlineprotected

Definition at line 162 of file sc_fxval_observer.h.

◆ ~sc_fxval_fast_observer()

virtual sc_dt::sc_fxval_fast_observer::~sc_fxval_fast_observer ( )
inlineprotectedvirtual

Definition at line 163 of file sc_fxval_observer.h.

Member Function Documentation

◆ construct()

void sc_dt::sc_fxval_fast_observer::construct ( const sc_fxval_fast )
inlinevirtual

Definition at line 216 of file sc_fxval_observer.h.

◆ destruct()

void sc_dt::sc_fxval_fast_observer::destruct ( const sc_fxval_fast )
inlinevirtual

Definition at line 221 of file sc_fxval_observer.h.

◆ read()

void sc_dt::sc_fxval_fast_observer::read ( const sc_fxval_fast )
inlinevirtual

Definition at line 226 of file sc_fxval_observer.h.

◆ write()

void sc_dt::sc_fxval_fast_observer::write ( const sc_fxval_fast )
inlinevirtual

Definition at line 231 of file sc_fxval_observer.h.

Member Data Documentation

◆ default_observer

sc_fxval_fast_observer*(* sc_dt::sc_fxval_fast_observer::default_observer) ()
static

Definition at line 172 of file sc_fxval_observer.h.


The documentation for this class was generated from the following file: