Lines Matching defs:const

92     virtual const sc_interface* get_interface() const = 0;
94 virtual const char* kind() const
102 sc_port_base( const char* name_, int max_size_,
121 virtual const char* if_typename() const = 0;
136 void report_error( const char* id, const char* add_msg = 0) const;
140 virtual void make_sensitive( sc_thread_handle, sc_event_finder* = 0 ) const;
141 virtual void make_sensitive( sc_method_handle, sc_event_finder* = 0 ) const;
143 sc_method_handle process_p, const sc_event& event) const;
145 sc_thread_handle process_p, const sc_event& event) const;
179 sc_port_base( const this_type& );
180 this_type& operator = ( const this_type& );
200 int size() const
238 sc_port_registry( const sc_port_registry& );
239 sc_port_registry& operator = ( const sc_port_registry& );
287 int size() const
293 const IF* operator -> () const;
297 inline const IF* get_interface( int iface_i ) const;
301 const IF* operator [] ( int index_ ) const
310 virtual const sc_interface* get_interface() const
322 sc_port_b( const char* name_, int max_size_,
342 virtual void make_sensitive( sc_thread_handle, sc_event_finder* = 0 ) const;
343 virtual void make_sensitive( sc_method_handle, sc_event_finder* = 0 ) const;
349 virtual const char* if_typename() const;
354 sc_port_b( const this_type& );
355 this_type& operator = ( const this_type& );
391 explicit sc_port( const char* name_ )
399 sc_port( const char* name_, IF& interface_ )
407 sc_port( const char* name_, base_type& parent_ )
415 sc_port( const char* name_, this_type& parent_ )
425 virtual const char* kind() const
431 sc_port( const this_type& );
432 this_type& operator = ( const this_type& );
459 const IF*
460 sc_port_b<IF>::operator -> () const
491 const IF*
492 sc_port_b<IF>::get_interface( int index_ ) const
565 const char*
566 sc_port_b<IF>::if_typename() const
582 sc_event_finder* event_finder_ ) const
603 sc_event_finder* event_finder_ ) const