SourcePro® 2023.1 |
SourcePro® API Reference Guide |
Base class for RWTIOUResult and RWTIOUEscrow. 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 and RWTIOUEscrow. It is intended for the internal use of derived classes only.
An RWTEscrowHandle instance may be used to initialize RWTIOUResult and RWTIOUEscrow 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.
|
inline |
Copy constructor.
|
inline |
Assigns this handle to point to the same RWTEscrowImp as second.
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |