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);
const char * kind() const
void expand(size_type new_size)
tlm_array(size_type size=0)
base_type::size_type size_type
std::vector< T > base_type
static const char *const kind_string
std::vector< size_type > m_entries
void insert_in_cache(T *p)