| 
    SystemC
    Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
    
   Accellera SystemC proof-of-concept library 
   | 
 
#include <sysc/utils/sc_vector.h>


Public Types | |
| 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 | |
| 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 | 
Protected Types | |
| typedef storage_type::iterator | iterator | 
| typedef  storage_type::const_iterator  | const_iterator | 
Static Protected Member Functions | |
| static std::string | make_name (const char *prefix, size_type index) | 
Friends | |
| template<typename , typename > | |
| class | sc_vector_assembly | 
| template<typename , typename > | |
| class | sc_vector_iter | 
Definition at line 106 of file sc_vector.h.
      
  | 
  protected | 
Definition at line 131 of file sc_vector.h.
| typedef storage_type::difference_type sc_core::sc_vector_base::difference_type | 
Definition at line 117 of file sc_vector.h.
      
  | 
  protected | 
Definition at line 130 of file sc_vector.h.
| typedef storage_type::size_type sc_core::sc_vector_base::size_type | 
Definition at line 116 of file sc_vector.h.
| typedef std::vector< void* > sc_core::sc_vector_base::storage_type | 
Definition at line 115 of file sc_vector.h.
      
  | 
  protected | 
      
  | 
  inlineprotected | 
Definition at line 135 of file sc_vector.h.
      
  | 
  inlineprotected | 
Definition at line 141 of file sc_vector.h.
      
  | 
  inlineprotected | 
Definition at line 144 of file sc_vector.h.
      
  | 
  inlineprotected | 
Definition at line 147 of file sc_vector.h.
      
  | 
  inlineprotected | 
Definition at line 164 of file sc_vector.h.
      
  | 
  inlineprotected | 
Definition at line 167 of file sc_vector.h.
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  inlineprotected | 
Definition at line 153 of file sc_vector.h.
      
  | 
  inlineprotected | 
Definition at line 165 of file sc_vector.h.
      
  | 
  inlineprotected | 
Definition at line 168 of file sc_vector.h.
| std::vector<sc_object*> const& sc_core::sc_vector_base::get_elements | ( | ) | const | 
Definition at line 172 of file sc_vector.h.
      
  | 
  protected | 
      
  | 
  inlinevirtual | 
Reimplemented from sc_core::sc_object.
Definition at line 119 of file sc_vector.h.
      
  | 
  staticprotected | 
      
  | 
  protectedpure virtual | 
Implemented in sc_core::sc_vector< T >.
      
  | 
  inlineprotected | 
Definition at line 156 of file sc_vector.h.
| void sc_core::sc_vector_base::report_empty_bind | ( | const char * | kind_, | 
| bool | dst_range_ | ||
| ) | const | 
      
  | 
  inlineprotected | 
Definition at line 150 of file sc_vector.h.
      
  | 
  inline | 
Definition at line 123 of file sc_vector.h.
      
  | 
  friend | 
Definition at line 110 of file sc_vector.h.
      
  | 
  friend | 
Definition at line 111 of file sc_vector.h.
 1.8.5