| 
    SystemC
    Recoding Infrastructure for SystemC v0.6.3 derived from Accellera SystemC 2.3.1
    
   Accellera SystemC proof-of-concept library 
   | 
 
Abstract base class for class sc_export<IF>. More...
#include <sysc/communication/sc_export.h>


Public Types | |
| typedef sc_export_base | this_type | 
  Public Types inherited from sc_core::sc_object | |
| typedef unsigned | phase_cb_mask | 
Public Member Functions | |
| virtual sc_interface * | get_interface ()=0 | 
| virtual const sc_interface * | get_interface () const =0 | 
  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_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 | |
| 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 () | 
| virtual const char * | if_typename () const =0 | 
| 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) | 
Friends | |
| class | sc_export_registry | 
Abstract base class for class sc_export<IF>.
Definition at line 50 of file sc_export.h.
Definition at line 57 of file sc_export.h.
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protectedvirtual | 
      
  | 
  protectedvirtual | 
      
  | 
  protectedvirtual | 
      
  | 
  protectedvirtual | 
      
  | 
  pure virtual | 
Implemented in sc_core::sc_export< IF >.
      
  | 
  pure virtual | 
Implemented in sc_core::sc_export< IF >.
      
  | 
  protectedpure virtual | 
Implemented in sc_core::sc_export< IF >.
      
  | 
  protected | 
      
  | 
  protectedvirtual | 
      
  | 
  friend | 
Definition at line 52 of file sc_export.h.
 1.8.5