Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Currency Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWExchangeGroupImpl

Module:  Currency   Group:  Conversion


Does not inherit

Local Index

Members

Synopsis

#include<rw/currency/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 DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.