RWTEscrowHandle RWHandleBase
#include <rw/itc/RWTEscrowHandle.h>
This class is the base class for RWTIOUResult<Redeemable> and RWTIOUEscrow<Redeemable>. It is intended for the internal use of derived classes and should not be used directly.
An RWTEscrowHandle<Redeemable> instance may be used to initialize RWTIOUResult<Redeemable> and RWTIOUEscrow<Redeemable> handles.
typedef Redeemable RedeemableType;
RWTEscrowHandle(void);
Creates uninitialized handle.
RWTEscrowHandle(RWEscrowImpBase* imp)
Creates a handle that points to an RWTEscrowImp<Redeemable>.
RWTEscrowHandle(const RWTEscrowHandle<Redeemable>& second)
Copy constructor.
~RWTEscrowHandle(void)
Destructor.
RWTEscrowHandle<Redeemable>& operator=(const RWTEscrowHandle<Redeemable>& second)
Assigns this to point to the same RWTEscrowImp<Redeemable> as second.
RWTIOUResult<Redeemable>, RWTIOUEscrow<Redeemable>, RWTEscrowImp<Redeemable>
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.