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

/gem5/src/systemc/ext/utils/
H A Dsc_vector.hh65 // Goop for supporting sc_vector_iter, simplified from the Accellera version.
264 class sc_vector_iter : class in namespace:sc_core
285 friend class sc_vector_iter;
289 typedef sc_vector_iter ThisType;
304 typedef sc_vector_iter<ConstPlainType, ConstPolicy> ConstIterator;
305 typedef sc_vector_iter<ConstPlainType, ConstDirectPolicy>
310 sc_vector_iter(RawIterator it, Policy acc=Policy()) : function in class:sc_core::sc_vector_iter
324 sc_vector_iter() : Policy(), it_() {} function in class:sc_core::sc_vector_iter
327 sc_vector_iter(const It &it, function in class:sc_core::sc_vector_iter
446 typedef sc_vector_iter<
[all...]
H A D_using.hh81 using sc_core::sc_vector_iter;
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.h64 template< typename T, typename MT > class sc_vector_iter;
87 template<typename,typename> friend class sc_vector_iter;
229 class sc_vector_iter class in namespace:sc_core
245 template< typename, typename > friend class sc_vector_iter;
248 typedef sc_vector_iter this_type;
259 typedef sc_vector_iter< const_plain_type, const_policy > const_iterator;
265 sc_vector_iter( raw_iterator it, access_policy acc = access_policy() ) function in class:sc_core::sc_vector_iter
278 sc_vector_iter() : access_policy(), it_() {} function in class:sc_core::sc_vector_iter
282 sc_vector_iter( const sc_vector_iter<OtherElemen argument
[all...]

Completed in 10 milliseconds