SystemC 3.0.0
Accellera SystemC proof-of-concept library
Public Types | Public Member Functions | Protected Member Functions | List of all members
sc_core::sc_buffer< T, POL > Class Template Reference

#include <sysc/communication/sc_buffer.h>

Inheritance diagram for sc_core::sc_buffer< T, POL >:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_buffer< T, POL >:
Collaboration graph
[legend]

Public Types

typedef sc_buffer< T, POL > this_type
 
typedef sc_signal< T, POL > base_type
 
typedef T value_type
 
- Public Types inherited from sc_core::sc_signal< T, SC_DEFAULT_WRITER_POLICY >
typedef sc_signal_inout_if< T > if_type
 
typedef sc_signal_t< T, POL > base_type
 
typedef sc_signal< T, POL > this_type
 
typedef T value_type
 
typedef sc_writer_policy_check< POL > policy_type
 

Public Member Functions

 sc_buffer ()
 
 sc_buffer (const char *name_)
 
 sc_buffer (const char *name_, const value_type &initial_value_)
 
virtual void write (const T &)
 
virtual const char * kind () const
 
this_typeoperator= (const this_type &a)
 
this_typeoperator= (const this_type &a)
 
- Public Member Functions inherited from sc_core::sc_signal< T, SC_DEFAULT_WRITER_POLICY >
 sc_signal ()
 
 sc_signal (const char *name_)
 
 sc_signal (const char *name_, const value_type &initial_value_)
 
virtual ~sc_signal ()
 
this_typeoperator= (const this_type &a)
 
this_typeoperator= (const T &a)
 
this_typeoperator= (const sc_signal_in_if< T > &a)
 
this_typeoperator= (const this_type &a)
 
- Public Member Functions inherited from sc_core::sc_signal_t< T, POL >
virtual const char * kind () const
 
virtual void register_port (sc_port_base &, const char *)
 
virtual sc_writer_policy get_writer_policy () const
 
virtual const sc_eventdefault_event () const
 
virtual const sc_eventvalue_changed_event () const
 
virtual const T & read () const
 
virtual const T & get_data_ref () const
 
virtual bool event () const
 
virtual void write (const T &)
 
 operator const T & () const
 
this_typeoperator= (const T &a)
 
this_typeoperator= (const sc_signal_in_if< T > &a)
 
this_typeoperator= (const this_type &a)
 
const T & get_new_value () const
 
void trace (sc_trace_file *tf) const
 
virtual void print (::std::ostream &=::std::cout) const
 
virtual void dump (::std::ostream &=::std::cout) const
 
virtual const sc_eventvalue_changed_event () const =0
 
virtual const T & read () const =0
 
virtual const T & get_data_ref () const =0
 
virtual bool event () const =0
 
- Public Member Functions inherited from sc_core::sc_interface
virtual void register_port (sc_port_base &port_, const char *if_typename_)
 
virtual const sc_eventdefault_event () const
 
virtual ~sc_interface ()
 
- Public Member Functions inherited from sc_core::sc_signal_write_if< T >
 sc_signal_write_if ()
 
virtual void write (const T &)=0
 
virtual sc_writer_policy get_writer_policy () const
 
- Public Member Functions inherited from sc_core::sc_signal_channel
virtual ~sc_signal_channel ()
 
virtual const char * kind () const
 
const sc_eventdefault_event () const
 
const sc_eventvalue_changed_event () const
 
bool event () const
 
- Public Member Functions inherited from sc_core::sc_prim_channel
virtual const char * kind () const
 
bool update_requested ()
 
void request_update ()
 
void async_request_update ()
 
- Public Member Functions inherited from sc_core::sc_object
const char * name () const
 
const char * basename () const
 
virtual void print (::std::ostream &os=::std::cout) const
 
virtual void dump (::std::ostream &os=::std::cout) const
 
virtual void trace (sc_trace_file *tf) const
 
virtual const char * kind () const
 
sc_simcontextsimcontext () const
 
bool add_attribute (sc_attr_base &)
 
sc_attr_baseget_attribute (const std::string &name_)
 
const sc_attr_baseget_attribute (const std::string &name_) const
 
sc_attr_baseremove_attribute (const std::string &name_)
 
void remove_all_attributes ()
 
int num_attributes () const
 
sc_attr_cltnattr_cltn ()
 
const sc_attr_cltnattr_cltn () const
 
virtual const std::vector< sc_event * > & get_child_events () const
 
virtual const std::vector< sc_object * > & get_child_objects () const
 
sc_objectget_parent () const
 
sc_objectget_parent_object () const
 
virtual ~sc_object ()
 

Protected Member Functions

virtual void update ()
 
- Protected Member Functions inherited from sc_core::sc_signal_t< T, POL >
 sc_signal_t (const char *name_, const T &initial_value_)
 
virtual ~sc_signal_t ()
 
virtual void update ()
 
void do_update ()
 
- Protected Member Functions inherited from sc_core::sc_signal_inout_if< T >
 sc_signal_inout_if ()
 
- Protected Member Functions inherited from sc_core::sc_signal_in_if< T >
 sc_signal_in_if ()
 
- Protected Member Functions inherited from sc_core::sc_interface
 sc_interface ()
 
- Protected Member Functions inherited from sc_core::sc_signal_channel
 sc_signal_channel (const char *name_)
 
void do_update ()
 
void deprecated_get_data_ref () const
 
void deprecated_get_new_value () const
 
void deprecated_trace () const
 
sc_eventlazy_kernel_event (sc_event **, const char *) const
 
void notify_next_delta (sc_event *ev) const
 
- Protected Member Functions inherited from sc_core::sc_prim_channel
 sc_prim_channel ()
 
 sc_prim_channel (const char *)
 
virtual ~sc_prim_channel ()
 
virtual void update ()
 
virtual void before_end_of_elaboration ()
 
virtual void end_of_elaboration ()
 
virtual void start_of_simulation ()
 
virtual void end_of_simulation ()
 
void async_attach_suspending ()
 
void async_detach_suspending ()
 
void wait ()
 
void wait (const sc_event &e)
 
void wait (const sc_event_or_list &el)
 
void wait (const sc_event_and_list &el)
 
void wait (const sc_time &t)
 
void wait (double v, sc_time_unit tu)
 
void wait (const sc_time &t, const sc_event &e)
 
void wait (double v, sc_time_unit tu, const sc_event &e)
 
void wait (const sc_time &t, const sc_event_or_list &el)
 
void wait (double v, sc_time_unit tu, const sc_event_or_list &el)
 
void wait (const sc_time &t, const sc_event_and_list &el)
 
void wait (double v, sc_time_unit tu, const sc_event_and_list &el)
 
void wait (int n)
 
void next_trigger ()
 
void next_trigger (const sc_event &e)
 
void next_trigger (const sc_event_or_list &el)
 
void next_trigger (const sc_event_and_list &el)
 
void next_trigger (const sc_time &t)
 
void next_trigger (double v, sc_time_unit tu)
 
void next_trigger (const sc_time &t, const sc_event &e)
 
void next_trigger (double v, sc_time_unit tu, const sc_event &e)
 
void next_trigger (const sc_time &t, const sc_event_or_list &el)
 
void next_trigger (double v, sc_time_unit tu, const sc_event_or_list &el)
 
void next_trigger (const sc_time &t, const sc_event_and_list &el)
 
void next_trigger (double v, sc_time_unit tu, const sc_event_and_list &el)
 
bool timed_out ()
 
- Protected Member Functions inherited from sc_core::sc_object
 sc_object ()
 
 sc_object (const char *nm)
 
 sc_object (const sc_object &)
 
sc_objectoperator= (const sc_object &)
 
virtual hierarchy_scope get_hierarchy_scope ()
 

Additional Inherited Members

- Protected Types inherited from sc_core::sc_signal_t< T, POL >
typedef sc_signal_inout_if< T > if_type
 
typedef sc_signal_channel base_type
 
typedef sc_signal_t< T, POL > this_type
 
typedef sc_writer_policy_check< POL > policy_type
 
- Protected Attributes inherited from sc_core::sc_signal_t< T, POL >
m_cur_val
 
m_new_val
 
- Protected Attributes inherited from sc_core::sc_signal_channel
sc_eventm_change_event_p
 
sc_dt::uint64 m_change_stamp
 

Detailed Description

template<typename T, sc_writer_policy POL = SC_DEFAULT_WRITER_POLICY>
class sc_core::sc_buffer< T, POL >

Definition at line 45 of file sc_buffer.h.

Member Typedef Documentation

◆ base_type

template<typename T , sc_writer_policy POL = SC_DEFAULT_WRITER_POLICY>
typedef sc_signal<T,POL> sc_core::sc_buffer< T, POL >::base_type

Definition at line 53 of file sc_buffer.h.

◆ this_type

template<typename T , sc_writer_policy POL = SC_DEFAULT_WRITER_POLICY>
typedef sc_buffer<T,POL> sc_core::sc_buffer< T, POL >::this_type

Definition at line 52 of file sc_buffer.h.

◆ value_type

template<typename T , sc_writer_policy POL = SC_DEFAULT_WRITER_POLICY>
typedef T sc_core::sc_buffer< T, POL >::value_type

Definition at line 54 of file sc_buffer.h.

Constructor & Destructor Documentation

◆ sc_buffer() [1/3]

template<typename T , sc_writer_policy POL = SC_DEFAULT_WRITER_POLICY>
sc_core::sc_buffer< T, POL >::sc_buffer ( )
inline

Definition at line 60 of file sc_buffer.h.

◆ sc_buffer() [2/3]

template<typename T , sc_writer_policy POL = SC_DEFAULT_WRITER_POLICY>
sc_core::sc_buffer< T, POL >::sc_buffer ( const char *  name_)
inlineexplicit

Definition at line 64 of file sc_buffer.h.

◆ sc_buffer() [3/3]

template<typename T , sc_writer_policy POL = SC_DEFAULT_WRITER_POLICY>
sc_core::sc_buffer< T, POL >::sc_buffer ( const char *  name_,
const value_type initial_value_ 
)
inline

Definition at line 68 of file sc_buffer.h.

Member Function Documentation

◆ kind()

template<typename T , sc_writer_policy POL = SC_DEFAULT_WRITER_POLICY>
virtual const char * sc_core::sc_buffer< T, POL >::kind ( ) const
inlinevirtual

Reimplemented from sc_core::sc_signal_t< T, POL >.

Definition at line 80 of file sc_buffer.h.

◆ operator=() [1/2]

template<typename T , sc_writer_policy POL = SC_DEFAULT_WRITER_POLICY>
this_type & sc_core::sc_signal< T, POL >::operator= ( const this_type a)
inline

Definition at line 375 of file sc_signal.h.

◆ operator=() [2/2]

template<typename T , sc_writer_policy POL = SC_DEFAULT_WRITER_POLICY>
this_type & sc_core::sc_buffer< T, POL >::operator= ( const this_type a)
inline

Definition at line 86 of file sc_buffer.h.

◆ update()

template<typename T , sc_writer_policy POL>
void sc_core::sc_buffer< T, POL >::update
inlineprotectedvirtual

Reimplemented from sc_core::sc_signal_t< T, POL >.

Definition at line 120 of file sc_buffer.h.

◆ write()

template<typename T , sc_writer_policy POL>
void sc_core::sc_buffer< T, POL >::write ( const T &  value_)
inlinevirtual

Reimplemented from sc_core::sc_signal_t< T, POL >.

Definition at line 107 of file sc_buffer.h.


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