Lines Matching defs:operator
138 sc_module& operator << ( sc_interface& );
139 sc_module& operator << ( sc_port_base& );
141 sc_module& operator , ( sc_interface& interface_ )
142 { return operator << ( interface_ ); }
144 sc_module& operator , ( sc_port_base& port_ )
145 { return operator << ( port_ ); }
147 // operator() is declared at the end of the class.
160 // positional binding code - used by operator ()
305 const sc_module& operator = ( const sc_module& );
321 void operator () ( const sc_bind_proxy& p001,
444 this->sensitive.operator() ( handle, edge );\
483 Description of Modification: - Implementation of operator() and operator,
486 operator<<'s.