Lines Matching defs:operator
46 // forward operator declarations:
50 operator == ( const sc_process_handle& left, const sc_process_handle& right );
52 operator != ( const sc_process_handle& left, const sc_process_handle& right );
54 operator < ( const sc_process_handle& left, const sc_process_handle& right );
69 friend bool operator == ( const this_type& left, const this_type& right );
70 friend bool operator != ( const this_type& left, const this_type& right );
71 friend bool operator < ( const this_type& left, const this_type& right );
87 inline sc_process_handle& operator = ( sc_process_handle src );
132 operator sc_process_b* ()
134 operator sc_cthread_handle ();
135 operator sc_method_handle ();
136 operator sc_thread_handle ();
147 inline bool operator == (
154 inline bool operator != (
161 inline bool operator < (
221 //"sc_process_handle::operator ="
223 // This assignment operator signature is call by value rather than reference.
235 sc_process_handle::operator = ( sc_process_handle orig )