#include <sc_attribute.h>
Public 型 | |
| typedef sc_attr_base * | elem_type |
| typedef elem_type * | iterator |
| typedef const elem_type * | const_iterator |
Public メソッド | |
| 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 |
Private メソッド | |
| sc_attr_cltn & | operator= (const sc_attr_cltn &) |
Private 変数 | |
| sc_pvector< sc_attr_base * > | m_cltn |
| typedef elem_type* sc_core::sc_attr_cltn::iterator |
| typedef const elem_type* sc_core::sc_attr_cltn::const_iterator |
| sc_core::sc_attr_cltn::sc_attr_cltn | ( | ) |
| sc_core::sc_attr_cltn::sc_attr_cltn | ( | const sc_attr_cltn & | a | ) |
| sc_core::sc_attr_cltn::~sc_attr_cltn | ( | ) |
| bool sc_core::sc_attr_cltn::push_back | ( | sc_attr_base * | attribute_ | ) |
| 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 |
| sc_attr_base * sc_core::sc_attr_cltn::remove | ( | const std::string & | name_ | ) |
| void sc_core::sc_attr_cltn::remove_all | ( | ) |
| int sc_core::sc_attr_cltn::size | ( | ) | const [inline] |
| iterator sc_core::sc_attr_cltn::begin | ( | ) | [inline] |
| const_iterator sc_core::sc_attr_cltn::begin | ( | ) | const [inline] |
| iterator sc_core::sc_attr_cltn::end | ( | ) | [inline] |
| const_iterator sc_core::sc_attr_cltn::end | ( | ) | const [inline] |
| sc_attr_cltn& sc_core::sc_attr_cltn::operator= | ( | const sc_attr_cltn & | ) | [private] |
sc_pvector<sc_attr_base*> sc_core::sc_attr_cltn::m_cltn [private] |
1.5.6