sc_core::sc_attr_cltn Class Reference

#include <sc_attribute.h>

List of all members.

Public Types

typedef sc_attr_baseelem_type
typedef elem_typeiterator
typedef const elem_typeconst_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_baseoperator[] (const std::string &name_)
const sc_attr_baseoperator[] (const std::string &name_) const
sc_attr_baseremove (const std::string &name_)
void remove_all ()
int size () const
iterator begin ()
const_iterator begin () const
iterator end ()
const_iterator end () const

Private Member Functions

sc_attr_cltnoperator= (const sc_attr_cltn &)

Private Attributes

sc_pvector< sc_attr_base * > m_cltn


Member Typedef Documentation

typedef sc_attr_base* sc_core::sc_attr_cltn::elem_type

typedef elem_type* sc_core::sc_attr_cltn::iterator

typedef const elem_type* sc_core::sc_attr_cltn::const_iterator


Constructor & Destructor Documentation

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 (  ) 


Member Function Documentation

bool sc_core::sc_attr_cltn::push_back ( sc_attr_base  ) 

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]


Member Data Documentation

sc_pvector<sc_attr_base*> sc_core::sc_attr_cltn::m_cltn [private]


The documentation for this class was generated from the following files:
Generated on Wed Apr 25 13:53:30 2007 for SystemC by  doxygen 1.5.1