SpecSim Programmer Manual

class _specc::exception_block

SpecC exception handler

Public Methods

exception_block( bool isTrap, behavior* b, event* e1, ... )
SpecC exception handler constructor
~exception_block( void )
SpecC exception handler destructor

Documentation

SpecC exception handler
exception_block( bool isTrap, behavior* b, event* e1, ... )
This constructor initializes the exception handler object.

Returns:
none
Parameters:
isTrap - indicates whether is a trap (TRUE) or interrupt (FALSE) handler
b - the handler behavior
e1 - the first trigger event
... - a null-terminated list of trigger events

~exception_block( void )
This destructor finalizes the exception handler object.

Returns:
none


This class has no child classes.

alphabetic index hierarchy of classes


generated by doc++