Lines Matching defs:const

52     virtual const char* kind() const
69 explicit sc_prim_channel( const char* );
101 void wait( const sc_event& e )
104 void wait( const sc_event_or_list& el )
107 void wait( const sc_event_and_list& el )
110 void wait( const sc_time& t )
116 void wait( const sc_time& t, const sc_event& e )
119 void wait( double v, sc_time_unit tu, const sc_event& e )
122 void wait( const sc_time& t, const sc_event_or_list& el )
125 void wait( double v, sc_time_unit tu, const sc_event_or_list& el )
128 void wait( const sc_time& t, const sc_event_and_list& el )
131 void wait( double v, sc_time_unit tu, const sc_event_and_list& el )
146 void next_trigger( const sc_event& e )
149 void next_trigger( const sc_event_or_list& el )
152 void next_trigger( const sc_event_and_list& el )
155 void next_trigger( const sc_time& t )
161 void next_trigger( const sc_time& t, const sc_event& e )
164 void next_trigger( double v, sc_time_unit tu, const sc_event& e )
168 void next_trigger( const sc_time& t, const sc_event_or_list& el )
171 void next_trigger( double v, sc_time_unit tu, const sc_event_or_list& el )
175 void next_trigger( const sc_time& t, const sc_event_and_list& el )
178 void next_trigger( double v, sc_time_unit tu, const sc_event_and_list& el )
213 sc_prim_channel( const sc_prim_channel& );
214 sc_prim_channel& operator = ( const sc_prim_channel& );
240 int size() const
246 bool pending_updates() const
252 bool pending_async_updates() const;
279 sc_prim_channel_registry( const sc_prim_channel_registry& );
280 sc_prim_channel_registry& operator = ( const sc_prim_channel_registry& );