SystemC
Recoding Infrastructure for SystemC v0.6.3 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
#include <sysc/utils/sc_vector.h>
Public Types | |
typedef T | element_type |
typedef sc_vector_iter < element_type > | iterator |
typedef sc_vector_iter< const element_type > | const_iterator |
Public Types inherited from sc_core::sc_vector_base | |
typedef std::vector< void * > | storage_type |
typedef storage_type::size_type | size_type |
typedef storage_type::difference_type | difference_type |
Public Types inherited from sc_core::sc_object | |
typedef unsigned | phase_cb_mask |
Public Member Functions | |
sc_vector () | |
sc_vector (const char *prefix) | |
sc_vector (const char *prefix, size_type n) | |
template<typename Creator > | |
sc_vector (const char *prefix, size_type n, Creator creator) | |
virtual | ~sc_vector () |
element_type & | operator[] (size_type i) |
element_type & | at (size_type i) |
const element_type & | operator[] (size_type i) const |
const element_type & | at (size_type i) const |
void | init (size_type n) |
template<typename Creator > | |
void | init (size_type n, Creator c) |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
template<typename ContainerType , typename ArgumentType > | |
iterator | bind (sc_vector_assembly< ContainerType, ArgumentType > c) |
template<typename BindableContainer > | |
iterator | bind (BindableContainer &c) |
template<typename BindableIterator > | |
iterator | bind (BindableIterator first, BindableIterator last) |
template<typename BindableIterator > | |
iterator | bind (BindableIterator first, BindableIterator last, iterator from) |
template<typename ContainerType , typename ArgumentType > | |
iterator | operator() (sc_vector_assembly< ContainerType, ArgumentType > c) |
template<typename ArgumentContainer > | |
iterator | operator() (ArgumentContainer &c) |
template<typename ArgumentIterator > | |
iterator | operator() (ArgumentIterator first, ArgumentIterator last) |
template<typename ArgumentIterator > | |
iterator | operator() (ArgumentIterator first, ArgumentIterator last, iterator from) |
template<typename MT > | |
sc_vector_assembly< T, MT > | assemble (MT(T::*member_ptr)) |
Public Member Functions inherited from sc_core::sc_vector_base | |
const char * | kind () const |
std::vector< sc_object * > const & | get_elements () const |
size_type | size () const |
void | report_empty_bind (const char *kind_, bool dst_range_) const |
Public Member Functions inherited from sc_core::sc_object | |
const char * | name () const |
const char * | basename () const |
virtual void | print (::std::ostream &os=::std::cout) const |
virtual void | dump (::std::ostream &os=::std::cout) const |
virtual void | trace (sc_trace_file *tf) const |
sc_simcontext * | simcontext () const |
bool | add_attribute (sc_attr_base &) |
sc_attr_base * | get_attribute (const std::string &name_) |
const sc_attr_base * | get_attribute (const std::string &name_) const |
sc_attr_base * | remove_attribute (const std::string &name_) |
void | remove_all_attributes () |
int | num_attributes () const |
sc_attr_cltn & | attr_cltn () |
const sc_attr_cltn & | attr_cltn () const |
virtual const std::vector < sc_event * > & | get_child_events () const |
virtual const std::vector < sc_object * > & | get_child_objects () const |
sc_object * | get_parent () const |
sc_object * | get_parent_object () const |
Static Public Member Functions | |
static element_type * | create_element (const char *prefix, size_type index) |
Additional Inherited Members | |
Protected Types inherited from sc_core::sc_vector_base | |
typedef storage_type::iterator | iterator |
typedef storage_type::const_iterator | const_iterator |
Static Protected Member Functions inherited from sc_core::sc_vector_base | |
static std::string | make_name (const char *prefix, size_type index) |
Definition at line 86 of file sc_vector.h.
typedef sc_vector_iter< const element_type > sc_core::sc_vector< T >::const_iterator |
Definition at line 362 of file sc_vector.h.
typedef T sc_core::sc_vector< T >::element_type |
Definition at line 360 of file sc_vector.h.
typedef sc_vector_iter< element_type > sc_core::sc_vector< T >::iterator |
Definition at line 361 of file sc_vector.h.
|
inline |
Definition at line 364 of file sc_vector.h.
|
inlineexplicit |
Definition at line 366 of file sc_vector.h.
|
inlineexplicit |
Definition at line 370 of file sc_vector.h.
|
inline |
Definition at line 375 of file sc_vector.h.
|
virtual |
Definition at line 694 of file sc_vector.h.
|
inline |
Definition at line 449 of file sc_vector.h.
|
inline |
Definition at line 386 of file sc_vector.h.
|
inline |
Definition at line 392 of file sc_vector.h.
|
inline |
Definition at line 403 of file sc_vector.h.
|
inline |
Definition at line 406 of file sc_vector.h.
|
inline |
Definition at line 413 of file sc_vector.h.
|
inline |
Definition at line 417 of file sc_vector.h.
|
inline |
Definition at line 421 of file sc_vector.h.
|
inline |
Definition at line 425 of file sc_vector.h.
|
inline |
Definition at line 409 of file sc_vector.h.
|
inline |
Definition at line 410 of file sc_vector.h.
|
protected |
Definition at line 648 of file sc_vector.h.
|
static |
Definition at line 613 of file sc_vector.h.
|
inline |
Definition at line 404 of file sc_vector.h.
|
inline |
Definition at line 407 of file sc_vector.h.
|
inline |
Definition at line 395 of file sc_vector.h.
void sc_core::sc_vector< T >::init | ( | size_type | n, |
Creator | c | ||
) |
Definition at line 621 of file sc_vector.h.
|
inlineprotectedvirtual |
Implements sc_core::sc_vector_base.
Definition at line 456 of file sc_vector.h.
|
inline |
Definition at line 430 of file sc_vector.h.
|
inline |
Definition at line 434 of file sc_vector.h.
|
inline |
Definition at line 438 of file sc_vector.h.
|
inline |
Definition at line 442 of file sc_vector.h.
|
inline |
Definition at line 383 of file sc_vector.h.
|
inline |
Definition at line 389 of file sc_vector.h.