Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWExchangeGroupImpl



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

Synopsis

#include<rw/money/exchggroup.h>

Description

RWExchangeGroupImpl is an abstract base class from which all exchange group implementation classes must derive. Class RWExchangeGroup<T> is the handle class, which forwards all conversion requests to its associated implementation class.

Public Constructors

RWExchangeGroupImpl();

Public Member Functions

virtual RWExchngeGroupImpl<T>*
clone() const = 0;
virtual RWExchange<T>
getExchange(const RWCString& sourceMnemonic
            const RWCString& targetMnemnoic
            const RWExchangeRateTable& rates)=0;
virtual RWCString
name() const = 0;


Previous fileTop of DocumentContentsIndexNext file

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