SystemC 3.0.0
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 84 of file sc_attribute.h.

Member Typedef Documentation

◆ const_iterator

typedef std::vector<elem_type>::const_iterator sc_core::sc_attr_cltn::const_iterator

Definition at line 91 of file sc_attribute.h.

◆ elem_type

Definition at line 89 of file sc_attribute.h.

◆ iterator

typedef std::vector<elem_type>::iterator sc_core::sc_attr_cltn::iterator

Definition at line 90 of file sc_attribute.h.

Constructor & Destructor Documentation

◆ sc_attr_cltn() [1/2]

sc_core::sc_attr_cltn::sc_attr_cltn ( )

◆ sc_attr_cltn() [2/2]

sc_core::sc_attr_cltn::sc_attr_cltn ( const sc_attr_cltn )

◆ ~sc_attr_cltn()

sc_core::sc_attr_cltn::~sc_attr_cltn ( )

Member Function Documentation

◆ begin() [1/2]

iterator sc_core::sc_attr_cltn::begin ( )
inline

Definition at line 122 of file sc_attribute.h.

◆ begin() [2/2]

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

Definition at line 124 of file sc_attribute.h.

◆ end() [1/2]

iterator sc_core::sc_attr_cltn::end ( )
inline

Definition at line 128 of file sc_attribute.h.

◆ end() [2/2]

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

Definition at line 130 of file sc_attribute.h.

◆ operator[]() [1/2]

sc_attr_base * sc_core::sc_attr_cltn::operator[] ( const std::string &  name_)

◆ operator[]() [2/2]

const sc_attr_base * sc_core::sc_attr_cltn::operator[] ( const std::string &  name_) const

◆ push_back()

bool sc_core::sc_attr_cltn::push_back ( sc_attr_base )

◆ remove()

sc_attr_base * sc_core::sc_attr_cltn::remove ( const std::string &  name_)

◆ remove_all()

void sc_core::sc_attr_cltn::remove_all ( )

◆ size()

int sc_core::sc_attr_cltn::size ( ) const
inline

Definition at line 118 of file sc_attribute.h.


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