| 
    SystemC
    Recoding Infrastructure for SystemC v0.6.0 derived from Accellera SystemC 2.3.1
    
   Accellera SystemC proof-of-concept library 
   | 
 
#include "sysc/packages/boost/bind.hpp"#include "sysc/packages/boost/ref.hpp"

Go to the source code of this file.
Macros | |
| #define | sc_bind sc_boost::bind | 
| #define | sc_ref(r) sc_boost::ref(r) | 
| #define | sc_cref(r) sc_boost::cref(r) | 
| #define sc_bind sc_boost::bind | 
Definition at line 61 of file sc_boost.h.
| #define sc_cref | ( | r | ) | sc_boost::cref(r) | 
Definition at line 63 of file sc_boost.h.
| #define sc_ref | ( | r | ) | sc_boost::ref(r) | 
Definition at line 62 of file sc_boost.h.
 1.8.5