gem5 v24.0.0.0
|
#include <sc_attr.hh>
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 | |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
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 |
Private Member Functions | |
sc_attr_cltn & | operator= (const sc_attr_cltn &) |
Private Attributes | |
std::vector< sc_attr_base * > | cltn |
Definition at line 74 of file sc_attr.hh.
typedef std::vector<elem_type>::const_iterator sc_core::sc_attr_cltn::const_iterator |
Definition at line 79 of file sc_attr.hh.
Definition at line 77 of file sc_attr.hh.
typedef std::vector<elem_type>::iterator sc_core::sc_attr_cltn::iterator |
Definition at line 78 of file sc_attr.hh.
sc_core::sc_attr_cltn::sc_attr_cltn | ( | ) |
Definition at line 65 of file sc_attr.cc.
sc_core::sc_attr_cltn::sc_attr_cltn | ( | const sc_attr_cltn & | other | ) |
Definition at line 66 of file sc_attr.cc.
sc_core::sc_attr_cltn::~sc_attr_cltn | ( | ) |
Definition at line 67 of file sc_attr.cc.
sc_attr_cltn::iterator sc_core::sc_attr_cltn::begin | ( | ) |
Definition at line 42 of file sc_attr.cc.
References cltn.
sc_attr_cltn::const_iterator sc_core::sc_attr_cltn::begin | ( | ) | const |
Definition at line 48 of file sc_attr.cc.
References cltn.
sc_attr_cltn::iterator sc_core::sc_attr_cltn::end | ( | ) |
Definition at line 54 of file sc_attr.cc.
References cltn.
sc_attr_cltn::const_iterator sc_core::sc_attr_cltn::end | ( | ) | const |
Definition at line 60 of file sc_attr.cc.
References cltn.
|
private |
sc_attr_base * sc_core::sc_attr_cltn::operator[] | ( | const std::string & | name | ) |
Definition at line 80 of file sc_attr.cc.
const sc_attr_base * sc_core::sc_attr_cltn::operator[] | ( | const std::string & | name | ) | const |
Definition at line 89 of file sc_attr.cc.
bool sc_core::sc_attr_cltn::push_back | ( | sc_attr_base * | attr | ) |
Definition at line 70 of file sc_attr.cc.
References cltn.
Referenced by sc_gem5::Object::add_attribute().
sc_attr_base * sc_core::sc_attr_cltn::remove | ( | const std::string & | name | ) |
Definition at line 98 of file sc_attr.cc.
Referenced by sc_gem5::Object::remove_attribute().
void sc_core::sc_attr_cltn::remove_all | ( | ) |
Definition at line 111 of file sc_attr.cc.
References cltn.
Referenced by sc_gem5::Object::remove_all_attributes().
int sc_core::sc_attr_cltn::size | ( | ) | const |
Definition at line 113 of file sc_attr.cc.
References cltn.
Referenced by sc_gem5::Object::num_attributes().
|
private |
Definition at line 110 of file sc_attr.hh.
Referenced by begin(), begin(), end(), end(), operator[](), operator[](), push_back(), remove(), remove_all(), and size().