SpecSim Programmer Manual

class _specc::behavior

Root class of SpecC behavior classes

Public Methods

behavior( void )
SpecC behavior constructor
virtual void main( void )
Function Specification
virtual ~behavior( void )
SpecC behavior constructor

Documentation

Root class of SpecC behavior classes
behavior( void )
This constructor initializes the SpecC behavaior object
Returns:
none

virtual ~behavior( void )
This destructor finalizes the SpecC behavaior object.
Returns:
none

virtual void main( void )
This method contains the functionality of the SpecC behavior. Note that this method has to be made virtual.

Returns:
none


This class has no child classes.

alphabetic index hierarchy of classes


generated by doc++