ICU 52.1  52.1
measfmt.h
Go to the documentation of this file.
1 /*
2 **********************************************************************
3 * Copyright (c) 2004-2011, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 **********************************************************************
6 * Author: Alan Liu
7 * Created: April 20, 2004
8 * Since: ICU 3.0
9 **********************************************************************
10 */
11 #ifndef MEASUREFORMAT_H
12 #define MEASUREFORMAT_H
13 
14 #include "unicode/utypes.h"
15 
16 #if !UCONFIG_NO_FORMATTING
17 
18 #include "unicode/format.h"
19 
26 
42  public:
47  virtual ~MeasureFormat();
48 
57  static MeasureFormat* U_EXPORT2 createCurrencyFormat(const Locale& locale,
58  UErrorCode& ec);
59 
67  static MeasureFormat* U_EXPORT2 createCurrencyFormat(UErrorCode& ec);
68 
69  protected:
70 
75  MeasureFormat();
76 };
77 
79 
80 #endif // #if !UCONFIG_NO_FORMATTING
81 #endif // #ifndef MEASUREFORMAT_H