#include "sysc/packages/boost/bind.hpp"#include "sysc/packages/boost/ref.hpp"


Go to the source code of this file.
Defines | |
| #define | sc_bind boost::bind |
| #define | sc_ref(r) boost::ref(r) |
| #define | sc_cref(r) boost::cref(r) |
| #define sc_bind boost::bind |
Definition at line 72 of file sc_boost.h.
| #define sc_cref | ( | r | ) | boost::cref(r) |
Definition at line 74 of file sc_boost.h.
| #define sc_ref | ( | r | ) | boost::ref(r) |
Definition at line 73 of file sc_boost.h.
1.5.5