#include <sysc/kernel/sc_attribute.h>

Public Types | |
| typedef sc_attr_base * | elem_type |
| typedef elem_type * | iterator |
| typedef const elem_type * | 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 90 of file sc_attribute.h.
Definition at line 95 of file sc_attribute.h.
| typedef elem_type* sc_core::sc_attr_cltn::iterator |
Definition at line 96 of file sc_attribute.h.
| typedef const elem_type* sc_core::sc_attr_cltn::const_iterator |
Definition at line 97 of file sc_attribute.h.
| sc_core::sc_attr_cltn::sc_attr_cltn | ( | ) |
Definition at line 91 of file sc_attribute.cpp.
| sc_core::sc_attr_cltn::sc_attr_cltn | ( | const sc_attr_cltn & | a | ) |
Definition at line 94 of file sc_attribute.cpp.
| sc_core::sc_attr_cltn::~sc_attr_cltn | ( | ) |
Definition at line 100 of file sc_attribute.cpp.
| bool sc_core::sc_attr_cltn::push_back | ( | sc_attr_base * | attribute_ | ) |
Definition at line 111 of file sc_attribute.cpp.
| sc_attr_base * sc_core::sc_attr_cltn::operator[] | ( | const std::string & | name_ | ) |
Definition at line 130 of file sc_attribute.cpp.
| const sc_attr_base * sc_core::sc_attr_cltn::operator[] | ( | const std::string & | name_ | ) | const |
Definition at line 141 of file sc_attribute.cpp.
| sc_attr_base * sc_core::sc_attr_cltn::remove | ( | const std::string & | name_ | ) |
Definition at line 156 of file sc_attribute.cpp.
| void sc_core::sc_attr_cltn::remove_all | ( | ) |
Definition at line 173 of file sc_attribute.cpp.
| int sc_core::sc_attr_cltn::size | ( | ) | const [inline] |
Definition at line 124 of file sc_attribute.h.
| iterator sc_core::sc_attr_cltn::begin | ( | ) | [inline] |
Definition at line 128 of file sc_attribute.h.
| const_iterator sc_core::sc_attr_cltn::begin | ( | ) | const [inline] |
Definition at line 130 of file sc_attribute.h.
| iterator sc_core::sc_attr_cltn::end | ( | ) | [inline] |
Definition at line 134 of file sc_attribute.h.
| const_iterator sc_core::sc_attr_cltn::end | ( | ) | const [inline] |
Definition at line 136 of file sc_attribute.h.
1.5.5