Searched refs:sc_unsigned_sigref (Results 1 - 1 of 1) sorted by relevance

/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_unsigned.h183 class sc_unsigned_sigref;
193 // sc_unsigned_sigref class.
210 virtual sc_unsigned_sigref& select_part( int left, int right );
236 friend class sc_unsigned_sigref;
265 // CLASS : sc_unsigned_sigref
269 class sc_unsigned_sigref : public sc_dt::sc_unsigned_subref_r class in namespace:sc_core
272 sc_unsigned_sigref() : sc_dt::sc_unsigned_subref_r() {} function in class:sc_core::sc_unsigned_sigref
273 virtual ~sc_unsigned_sigref() {}
292 inline void operator = ( const sc_unsigned_sigref& v );
301 static sc_vpool<sc_unsigned_sigref> m_poo
[all...]

Completed in 7 milliseconds