| 
    SystemC
    Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
    
   Accellera SystemC proof-of-concept library 
   | 
 
Generic export class for other export classes. More...
#include <sysc/communication/sc_export.h>


Public Member Functions | |
| sc_export () | |
| sc_export (const char *name_) | |
| virtual | ~sc_export () | 
| virtual sc_interface * | get_interface () | 
| virtual const sc_interface * | get_interface () const | 
| const IF * | operator-> () const | 
| IF * | operator-> () | 
| operator IF & () | |
| operator const IF & () const | |
| SC_VIRTUAL_ void | bind (IF &interface_) | 
| void | operator() (IF &interface_) | 
| virtual const char * | kind () const | 
  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 | 
| sc_simcontext * | simcontext () const | 
| bool | add_attribute (sc_attr_base &) | 
| sc_attr_base * | get_attribute (const std::string &name_) | 
| const sc_attr_base * | get_attribute (const std::string &name_) const | 
| sc_attr_base * | remove_attribute (const std::string &name_) | 
| void | remove_all_attributes () | 
| int | num_attributes () const | 
| sc_attr_cltn & | attr_cltn () | 
| const sc_attr_cltn & | attr_cltn () const | 
| virtual const std::vector < sc_event * > &  | get_child_events () const | 
| virtual const std::vector < sc_object * > &  | get_child_objects () const | 
| sc_object * | get_parent () const | 
| sc_object * | get_parent_object () const | 
Protected Member Functions | |
| const char * | if_typename () const | 
  Protected Member Functions inherited from sc_core::sc_export_base | |
| sc_export_base () | |
| sc_export_base (const char *name) | |
| virtual | ~sc_export_base () | 
| virtual void | before_end_of_elaboration () | 
| virtual void | end_of_elaboration () | 
| virtual void | start_of_simulation () | 
| virtual void | end_of_simulation () | 
| void | report_error (const char *id, const char *add_msg=0) const | 
  Protected Member Functions inherited from sc_core::sc_object | |
| sc_object () | |
| sc_object (const char *nm) | |
| sc_object (const sc_object &) | |
| sc_object & | operator= (const sc_object &) | 
| virtual | ~sc_object () | 
| virtual void | add_child_event (sc_event *event_p) | 
| virtual void | add_child_object (sc_object *object_p) | 
| virtual bool | remove_child_event (sc_event *event_p) | 
| virtual bool | remove_child_object (sc_object *object_p) | 
| phase_cb_mask | register_simulation_phase_callback (phase_cb_mask) | 
| phase_cb_mask | unregister_simulation_phase_callback (phase_cb_mask) | 
Protected Attributes | |
| IF * | m_interface_p | 
Additional Inherited Members | |
  Public Types inherited from sc_core::sc_export_base | |
| typedef sc_export_base | this_type | 
  Public Types inherited from sc_core::sc_object | |
| typedef unsigned | phase_cb_mask | 
Generic export class for other export classes.
This class provides a binding point for access to an interface.
Definition at line 115 of file sc_export.h.
      
  | 
  inline | 
Definition at line 120 of file sc_export.h.
      
  | 
  inlineexplicit | 
Definition at line 125 of file sc_export.h.
      
  | 
  inlinevirtual | 
Definition at line 131 of file sc_export.h.
      
  | 
  inline | 
Definition at line 176 of file sc_export.h.
      
  | 
  inlinevirtual | 
Implements sc_core::sc_export_base.
Definition at line 137 of file sc_export.h.
      
  | 
  inlinevirtual | 
Implements sc_core::sc_export_base.
Definition at line 142 of file sc_export.h.
      
  | 
  inlineprotectedvirtual | 
Implements sc_core::sc_export_base.
Definition at line 197 of file sc_export.h.
      
  | 
  inlinevirtual | 
Reimplemented from sc_core::sc_object.
Definition at line 194 of file sc_export.h.
      
  | 
  inline | 
Definition at line 171 of file sc_export.h.
      
  | 
  inline | 
Definition at line 163 of file sc_export.h.
      
  | 
  inline | 
Definition at line 188 of file sc_export.h.
      
  | 
  inline | 
Definition at line 147 of file sc_export.h.
      
  | 
  inline | 
Definition at line 155 of file sc_export.h.
      
  | 
  protected | 
Definition at line 206 of file sc_export.h.
 1.8.5