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

/gem5/src/systemc/ext/utils/
H A Dsc_vector.hh210 typedef typename sc_gem5::remove_const<ElementType>::type PlainType; typedef in class:sc_core::sc_direct_access
213 typedef sc_direct_access<PlainType> NonConstPolicy;
214 typedef sc_direct_access<const PlainType> ConstPolicy;
246 typedef typename sc_gem5::remove_const<AccessType>::type PlainType; typedef in class:sc_core::sc_member_access
250 typedef sc_member_access<PlainElemType, PlainType> NonConstPolicy;
251 typedef sc_member_access<const PlainElemType, const PlainType> ConstPolicy;
276 typedef typename sc_gem5::remove_const<ElementType>::type PlainType; typedef in class:sc_core::sc_vector_iter
277 typedef const PlainType ConstPlainType;
278 typedef typename sc_direct_access<PlainType>::ConstPolicy
281 friend class sc_vector<PlainType>;
[all...]

Completed in 5 milliseconds