![]() SourcePro® C++ 13.2 |
SourcePro® C++ API Reference Guide |
Product Documentation: SourcePro C++ Documentation Home |
Base class for RWTIOUResult<Redeemable> and RWTIOUEscrow<Redeemable>. Not intended for direct use. More...
#include <rw/itc/RWTEscrowHandle.h>
Public Types | |
| typedef Redeemable | RedeemableType |
Public Member Functions | |
| RWTEscrowHandle (void) | |
| RWTEscrowHandle (RWEscrowImpBase *imp) | |
| RWTEscrowHandle (const RWTEscrowHandle< Redeemable > &second) | |
| RWTEscrowHandle< Redeemable > & | operator= (const RWTEscrowHandle< Redeemable > &second) |
Public Member Functions inherited from RWHandleBase | |
| bool | isValid (void) const |
| bool | operator!= (const RWHandleBase &second) const |
| bool | operator< (const RWHandleBase &second) const |
| bool | operator== (const RWHandleBase &second) const |
Additional Inherited Members | |
Protected Member Functions inherited from RWHandleBase | |
| RWHandleBase (void) | |
| RWHandleBase (RWStaticCtor) | |
| RWHandleBase (RWBodyBase *body) | |
| RWHandleBase (const RWHandleBase &second) | |
| ~RWHandleBase (void) | |
| RWBodyBase & | body (void) const |
| RWHandleBase & | operator= (const RWHandleBase &second) |
Do not use this class directly. This class is the base class for RWTIOUResult<Redeemable> and RWTIOUEscrow<Redeemable>. It is intended for the internal use of derived classes only.
An RWTEscrowHandle<Redeemable> instance may be used to initialize RWTIOUResult<Redeemable> and RWTIOUEscrow<Redeemable> handles.
| typedef Redeemable RWTEscrowHandle< Redeemable >::RedeemableType |
A synonym for the value type of the IOU, or future, result.
|
inline |
Creates an uninitialized handle.
|
inline |
Creates a handle that points to an RWTEscrowImp<Redeemable>.
|
inline |
Copy constructor.
|
inline |
Assigns this handle to point to the same RWTEscrowImp<Redeemable> as second.
|
Copyright © 2015 Rogue Wave Software, Inc. All Rights Reserved. |