target_block::link_source 方法

将指定源块链接到此 target_block 对象。

virtual void link_source(
   ISource<_Source_type> * _PSource
);

参数

  • _PSource
    指向要链接的 ISource 块的指针。

备注

不应直接在 target_block 对象上调用此函数。 应使用 ISource 块的 link_target 方法将块连接在一起,该方法会调用相应目标的 link_source 方法。

要求

**标头:**agents.h

命名空间: 并发

请参见

参考

target_block 类