SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | Friends | List of all members
sc_dt::sc_fxcast_switch Class Reference

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

Public Member Functions

 sc_fxcast_switch ()
 
 sc_fxcast_switch (sc_switch)
 
 sc_fxcast_switch (const sc_fxcast_switch &)
 
 sc_fxcast_switch (sc_without_context)
 
sc_fxcast_switchoperator= (const sc_fxcast_switch &)
 
const std::string to_string () const
 
void print (::std::ostream &=::std::cout) const
 
void dump (::std::ostream &=::std::cout) const
 

Friends

bool operator== (const sc_fxcast_switch &, const sc_fxcast_switch &)
 
bool operator!= (const sc_fxcast_switch &, const sc_fxcast_switch &)
 

Detailed Description

Definition at line 68 of file sc_fxcast_switch.h.

Constructor & Destructor Documentation

sc_dt::sc_fxcast_switch::sc_fxcast_switch ( )
inline

Definition at line 109 of file sc_fxcast_switch.h.

sc_dt::sc_fxcast_switch::sc_fxcast_switch ( sc_switch  sw_)
inline

Definition at line 116 of file sc_fxcast_switch.h.

sc_dt::sc_fxcast_switch::sc_fxcast_switch ( const sc_fxcast_switch a)
inline

Definition at line 121 of file sc_fxcast_switch.h.

sc_dt::sc_fxcast_switch::sc_fxcast_switch ( sc_without_context  )
inlineexplicit

Definition at line 126 of file sc_fxcast_switch.h.

Member Function Documentation

void sc_dt::sc_fxcast_switch::dump ( ::std::ostream &  = ::std::cout) const
sc_fxcast_switch & sc_dt::sc_fxcast_switch::operator= ( const sc_fxcast_switch a)
inline

Definition at line 133 of file sc_fxcast_switch.h.

void sc_dt::sc_fxcast_switch::print ( ::std::ostream &  = ::std::cout) const
const std::string sc_dt::sc_fxcast_switch::to_string ( ) const

Friends And Related Function Documentation

bool operator!= ( const sc_fxcast_switch a,
const sc_fxcast_switch b 
)
friend

Definition at line 153 of file sc_fxcast_switch.h.

bool operator== ( const sc_fxcast_switch a,
const sc_fxcast_switch b 
)
friend

Definition at line 145 of file sc_fxcast_switch.h.


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