Lines Matching defs:operator
150 operator const T& () const
154 this_type& operator = ( const T& a )
157 this_type& operator = ( const sc_signal_in_if<T>& a )
160 this_type& operator = ( const this_type& a )
379 operator const bool& () const
383 this_type& operator = ( const bool& a )
386 this_type& operator = ( const sc_signal_in_if<bool>& a )
389 this_type& operator = ( const this_type& a )
546 operator const sc_dt::sc_logic& () const
550 this_type& operator = ( const sc_dt::sc_logic& a )
553 this_type& operator = ( const sc_signal_in_if<sc_dt::sc_logic>& a )
556 this_type& operator = (const this_type& a)
605 operator << ( ::std::ostream& os, const sc_signal<T,POL>& a )