#include "sysc/packages/boost/bind.hpp"#include "sysc/packages/boost/ref.hpp"マクロ定義 | |
| #define | sc_bind boost::bind |
| #define | sc_ref(r) boost::ref(r) |
| #define | sc_cref(r) boost::cref(r) |
| #define sc_bind boost::bind |
| #define sc_cref | ( | r | ) | boost::cref(r) |
| #define sc_ref | ( | r | ) | boost::ref(r) |
1.5.6