![]() SourcePro® C++ 13.1 |
SourcePro® C++ API Reference Guide |
Product Documentation: SourcePro C++ Documentation Home |
#include <rw/thread/rwtMakeThreadIOU.h>
Helper function for creating thread-safe escrow implementations. The result of the function can be used to initialize an RWTIOUResult<Redeemable> or an RWTIOUEscrow<Redeemable>.
Functions | |
| template<class Redeemable > | |
| RWTEscrowHandle< Redeemable > | rwtMakeThreadIOU (const Redeemable *r) |
|
inline |
Creates an RWTEscrowHandle<Redeemable>. A pointer to the redeemable type is passed in order for the template function to ascertain the Redeemable template argument type. This allows the function to create a threaded escrow implementation of the proper type.
|
Copyright © 2015 Rogue Wave Software, Inc. All Rights Reserved. |