20 #ifndef __SYSTEMC_EXT_TLM_CORE_2_GENERIC_PAYLOADS_ARRAY_HH__ 21 #define __SYSTEMC_EXT_TLM_CORE_2_GENERIC_PAYLOADS_ARRAY_HH__ 53 using base_type::operator [];
56 using base_type::size;
62 if (new_size > size())
63 base_type::resize(new_size);
void insert_in_cache(T *p)
base_type::size_type size_type
std::vector< T > base_type
const char * kind() const
std::vector< size_type > m_entries
static const char *const kind_string
tlm_array(size_type size=0)
void expand(size_type new_size)