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

/gem5/src/systemc/utils/
H A Dsc_vector.cc60 sc_vector_base::size_type sc_vector_base::size() const { return objs.size(); }
63 sc_vector_base::get_elements() const
75 sc_vector_base::checkIndex(size_type index) const
86 sc_vector_base::forceParent() const
92 sc_vector_base::unforceParent() const
98 sc_vector_base::reportEmpty(const char *kind_, bool empty_dest) const
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.cpp43 sc_vector_base::sc_vector_base() function in class:sc_core::sc_vector_base
50 sc_vector_base::get_elements() const
67 sc_vector_base::implicit_cast( ... ) const
74 sc_vector_base::check_index( size_type i ) const
86 sc_vector_base::check_init( size_type n ) const
124 sc_vector_base::report_empty_bind( const char* kind_, bool dst_empty_ ) const
143 sc_vector_base::make_name( const char* prefix, size_type /* idx */ )
H A Dsc_vector.h82 class sc_vector_base class in namespace:sc_core
109 sc_vector_base();
111 sc_vector_base( const char* prefix ) function in class:sc_core::sc_vector_base
117 ~sc_vector_base()
160 sc_vector_base( const sc_vector_base& );
161 sc_vector_base& operator=( const sc_vector_base& );
163 }; // sc_vector_base
250 typedef sc_vector_base
[all...]
/gem5/src/systemc/ext/utils/
H A Dsc_vector.hh165 class sc_vector_base : public sc_object class in namespace:sc_core
170 sc_vector_base(const char *_name) : sc_object(_name) {} function in class:sc_core::sc_vector_base
442 class sc_vector : public sc_vector_base
445 using sc_vector_base::size_type;
449 sc_vector() : sc_vector_base(::sc_core::sc_gen_unique_name("vector")) {}
450 explicit sc_vector(const char *_name) : sc_vector_base(_name) {}
451 sc_vector(const char *_name, size_type _size) : sc_vector_base(_name)
457 sc_vector_base(_name)
H A D_using.hh80 using sc_core::sc_vector_base;

Completed in 12 milliseconds