SimpleNumberFormatFactory Class Reference

A NumberFormatFactory that supports a single locale. More...

#include <numfmt.h>

Inheritance diagram for SimpleNumberFormatFactory:

NumberFormatFactory UObject UMemory

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.

Detailed Description

A NumberFormatFactory that supports a single locale.

It can be visible or invisible.

ICU_Draft:
ICU 3.0

Definition at line 863 of file numfmt.h.


Constructor & Destructor Documentation

SimpleNumberFormatFactory::SimpleNumberFormatFactory const Locale locale,
UBool  visible = TRUE
 

ICU_Stable:
ICU 2.6

virtual SimpleNumberFormatFactory::~SimpleNumberFormatFactory  )  [virtual]
 

ICU_Draft:
ICU 3.0


Member Function Documentation

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

ICU_Stable:
ICU 2.6

Implements NumberFormatFactory.

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

ICU_Stable:
ICU 2.6

Implements NumberFormatFactory.


Field Documentation

UnicodeString SimpleNumberFormatFactory::_id [protected]
 

The locale supported by this factory, as a UnicodeString.

ICU_Stable:
ICU 2.6

Definition at line 877 of file numfmt.h.

const UBool SimpleNumberFormatFactory::_visible [protected]
 

True if the locale supported by this factory is visible.

ICU_Stable:
ICU 2.6

Definition at line 870 of file numfmt.h.


The documentation for this class was generated from the following file:
Generated on Tue Nov 16 10:03:21 2004 for ICU 3.2 by  doxygen 1.3.9.1