Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWExchangeImpl<T>



Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Synopsis

#include <rw/money/exchgimpl.h>

Description

RWExchangeImpl is an abstract base class from which all currency implementation classes must derive. Class RWExchange<T> is the handle class, which forwards all conversion requests to its associated implementation class.

Public Member Functions

virtual RWExchangeImpl<T>* 
clone() const = 0;
virtual RWMoney<T> 
exchange(const RWMoney<T>& money) const = 0;
virtual RWCString
name() const = 0;
void 
setSource(const RWCString& sourceMnemonic);
void 
setTarget(const RWCString& targetMnemonic);
RWCString 
source() const;
RWCString 
target() const;


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Send mail to report errors or comment on the documentation.