| 
    SystemC
    Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
    
   Accellera SystemC proof-of-concept library 
   | 
 
#include <sysc/kernel/sc_attribute.h>
Public Types | |
| typedef sc_attr_base * | elem_type | 
| typedef std::vector< elem_type > ::iterator  | iterator | 
| typedef std::vector< elem_type > ::const_iterator  | const_iterator | 
Public Member Functions | |
| sc_attr_cltn () | |
| sc_attr_cltn (const sc_attr_cltn &) | |
| ~sc_attr_cltn () | |
| bool | push_back (sc_attr_base *) | 
| sc_attr_base * | operator[] (const std::string &name_) | 
| const sc_attr_base * | operator[] (const std::string &name_) const | 
| sc_attr_base * | remove (const std::string &name_) | 
| void | remove_all () | 
| int | size () const | 
| iterator | begin () | 
| const_iterator | begin () const | 
| iterator | end () | 
| const_iterator | end () const | 
Definition at line 75 of file sc_attribute.h.
| typedef std::vector<elem_type>::const_iterator sc_core::sc_attr_cltn::const_iterator | 
Definition at line 82 of file sc_attribute.h.
Definition at line 80 of file sc_attribute.h.
| typedef std::vector<elem_type>::iterator sc_core::sc_attr_cltn::iterator | 
Definition at line 81 of file sc_attribute.h.
| sc_core::sc_attr_cltn::sc_attr_cltn | ( | ) | 
| sc_core::sc_attr_cltn::sc_attr_cltn | ( | const sc_attr_cltn & | ) | 
| sc_core::sc_attr_cltn::~sc_attr_cltn | ( | ) | 
      
  | 
  inline | 
Definition at line 113 of file sc_attribute.h.
      
  | 
  inline | 
Definition at line 115 of file sc_attribute.h.
      
  | 
  inline | 
Definition at line 119 of file sc_attribute.h.
      
  | 
  inline | 
Definition at line 121 of file sc_attribute.h.
| sc_attr_base* sc_core::sc_attr_cltn::operator[] | ( | const std::string & | name_ | ) | 
| const sc_attr_base* sc_core::sc_attr_cltn::operator[] | ( | const std::string & | name_ | ) | const | 
| bool sc_core::sc_attr_cltn::push_back | ( | sc_attr_base * | ) | 
| sc_attr_base* sc_core::sc_attr_cltn::remove | ( | const std::string & | name_ | ) | 
| void sc_core::sc_attr_cltn::remove_all | ( | ) | 
      
  | 
  inline | 
Definition at line 109 of file sc_attribute.h.
 1.8.5