SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Types | Public Member Functions | List of all members
sc_core::sc_attr_cltn Class Reference

#include <sysc/kernel/sc_attribute.h>

Public Types

typedef sc_attr_baseelem_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_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
 

Detailed Description

Definition at line 75 of file sc_attribute.h.

Member Typedef Documentation

Definition at line 82 of file sc_attribute.h.

Definition at line 80 of file sc_attribute.h.

Definition at line 81 of file sc_attribute.h.

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

iterator sc_core::sc_attr_cltn::begin ( )
inline

Definition at line 113 of file sc_attribute.h.

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::end ( )
inline

Definition at line 119 of file sc_attribute.h.

const_iterator sc_core::sc_attr_cltn::end ( ) const
inline

Definition at line 121 of file sc_attribute.h.

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
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.


The documentation for this class was generated from the following file: