#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 | ( | ) |
const_iterator sc_core::sc_attr_cltn::begin | ( | ) | const [inline] |
Definition at line 115 of file sc_attribute.h.
iterator sc_core::sc_attr_cltn::begin | ( | ) | [inline] |
Definition at line 113 of file sc_attribute.h.
const_iterator sc_core::sc_attr_cltn::end | ( | ) | const [inline] |
Definition at line 121 of file sc_attribute.h.
iterator sc_core::sc_attr_cltn::end | ( | ) | [inline] |
Definition at line 119 of file sc_attribute.h.
const 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_ | ) |
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 | ( | ) |
int sc_core::sc_attr_cltn::size | ( | ) | const [inline] |
Definition at line 109 of file sc_attribute.h.