SimpleNumberFormatFactory Class Reference

#include <numfmt.h>

Inheritance diagram for SimpleNumberFormatFactory:

NumberFormatFactory UObject UMemory

Detailed Description

A NumberFormatFactory that supports a single locale.

It can be visible or invisible.

Draft:
This API may be changed in the future versions and was introduced in ICU 3.0

Definition at line 874 of file numfmt.h.

Public Member Functions

 SimpleNumberFormatFactory (const Locale &locale, UBool visible=TRUE)
virtual ~SimpleNumberFormatFactory ()
virtual UBool visible (void) const
virtual const UnicodeStringgetSupportedIDs (int32_t &count, UErrorCode &status) const

Protected Attributes

const UBool _visible
 True if the locale supported by this factory is visible.

UnicodeString _id
 The locale supported by this factory, as a UnicodeString.


Constructor & Destructor Documentation

SimpleNumberFormatFactory::SimpleNumberFormatFactory const Locale locale,
UBool  visible = TRUE
[inline]
 

Draft:
This API may be changed in the future versions and was introduced in ICU 2.6

Definition at line 898 of file numfmt.h.

virtual SimpleNumberFormatFactory::~SimpleNumberFormatFactory  )  [virtual]
 

Draft:
This API may be changed in the future versions and was introduced in ICU 3.0


Member Function Documentation

virtual const UnicodeString* SimpleNumberFormatFactory::getSupportedIDs int32_t count,
UErrorCode status
const [virtual]
 

Draft:
This API may be changed in the future versions and was introduced in ICU 2.6

Implements NumberFormatFactory.

virtual UBool SimpleNumberFormatFactory::visible void   )  const [virtual]
 

Draft:
This API may be changed in the future versions and was introduced in ICU 2.6

Implements NumberFormatFactory.


Field Documentation

UnicodeString SimpleNumberFormatFactory::_id [protected]
 

The locale supported by this factory, as a UnicodeString.

Draft:
This API may be changed in the future versions and was introduced in ICU 2.6

Definition at line 890 of file numfmt.h.

const UBool SimpleNumberFormatFactory::_visible [protected]
 

True if the locale supported by this factory is visible.

Draft:
This API may be changed in the future versions and was introduced in ICU 2.6

Definition at line 882 of file numfmt.h.


The documentation for this class was generated from the following file:
Generated on Fri Jun 18 12:36:34 2004 for ICU by doxygen 1.3.7