#include <agents.h>
|
template<class _Type > |
static bool | _send (ITarget< _Type > *_Trg, const _Type &_Data) |
|
template<class _Type > |
static bool | _asend (ITarget< _Type > *_Trg, const _Type &_Data) |
|
template<class _Type >
static bool Concurrency::details::_Originator::_asend |
( |
ITarget< _Type > * |
_Trg, |
|
|
const _Type & |
_Data |
|
) |
| |
|
inlinestatic |
4298 if (_Trg !=
NULL && _Trg->supports_anonymous_source())
4300 _AnonymousOriginator<_Type> _Asend_block;
4301 return _Asend_block._internal_asend(_Trg, _Data);
4306 _AsyncOriginator<_Type> * _AsyncOrig =
new _AsyncOriginator<_Type>;
4307 return _AsyncOrig->_internal_send(_Trg, _Data);
#define NULL
Definition: vcruntime.h:236
template<class _Type >
static bool Concurrency::details::_Originator::_send |
( |
ITarget< _Type > * |
_Trg, |
|
|
const _Type & |
_Data |
|
) |
| |
|
inlinestatic |
4275 if (_Trg !=
NULL && _Trg->supports_anonymous_source())
4280 _AnonymousOriginator<_Type> _Send_block;
4281 return _Send_block._internal_send(_Trg, _Data);
4287 _SyncOriginator<_Type> _Orig;
4288 return _Orig._internal_send(_Trg, _Data);
#define NULL
Definition: vcruntime.h:236
The documentation for this class was generated from the following file: