Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

measfmt.h

00001 /*
00002 **********************************************************************
00003 * Copyright (c) 2004, International Business Machines
00004 * Corporation and others.  All Rights Reserved.
00005 **********************************************************************
00006 * Author: Alan Liu
00007 * Created: April 20, 2004
00008 * Since: ICU 3.0
00009 **********************************************************************
00010 */
00011 #ifndef MEASUREFORMAT_H
00012 #define MEASUREFORMAT_H
00013 
00014 #include "unicode/utypes.h"
00015 
00016 #if !UCONFIG_NO_FORMATTING
00017 
00018 #include "unicode/format.h"
00019 
00020 U_NAMESPACE_BEGIN
00021 
00035 class U_I18N_API MeasureFormat : public Format {
00036 
00037  public:
00038 
00047     static MeasureFormat* U_EXPORT2 createCurrencyFormat(const Locale& locale,
00048                                                UErrorCode& ec);
00049 
00057     static MeasureFormat* U_EXPORT2 createCurrencyFormat(UErrorCode& ec);
00058 
00059  protected:
00060 
00065     MeasureFormat();
00066 };
00067 
00068 U_NAMESPACE_END
00069 
00070 #endif // #if !UCONFIG_NO_FORMATTING
00071 #endif // #ifndef MEASUREFORMAT_H

Generated on Tue Jul 26 00:39:58 2005 for ICU 3.2 by  doxygen 1.3.9.1