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

/gem5/src/systemc/ext/utils/
H A Dsc_vector.hh247 typedef typename sc_gem5::remove_const<ElementType>::type PlainElemType; 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;

Completed in 7 milliseconds