Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

SimpleNumberFormatFactory Class Reference

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

#include <numfmt.h>

Inheritance diagram for SimpleNumberFormatFactory::

NumberFormatFactory UObject UMemory List of all members.

Public Methods

 SimpleNumberFormatFactory (const Locale &locale, UBool visible=TRUE)
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. More...

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


Detailed Description

A NumberFormatFactory that supports a single locale.

It can be visible or invisible. @prototype

Definition at line 764 of file numfmt.h.


Constructor & Destructor Documentation

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

Draft:
This API has been introduced in ICU 2.6. It is still in draft state and may be modified in a future release.

Definition at line 782 of file numfmt.h.


Member Function Documentation

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

Draft:
This API has been introduced in ICU 2.6. It is still in draft state and may be modified in a future release.

Reimplemented from NumberFormatFactory.

Definition at line 798 of file numfmt.h.

virtual UBool SimpleNumberFormatFactory::visible void    const [inline, virtual]
 

Draft:
This API has been introduced in ICU 2.6. It is still in draft state and may be modified in a future release.

Reimplemented from NumberFormatFactory.

Definition at line 791 of file numfmt.h.


Member Data Documentation

UnicodeString SimpleNumberFormatFactory::_id [protected]
 

The locale supported by this factory, as a UnicodeString.

Draft:
This API has been introduced in ICU 2.6. It is still in draft state and may be modified in a future release.

Definition at line 776 of file numfmt.h.

const UBool SimpleNumberFormatFactory::_visible [protected]
 

True if the locale supported by this factory is visible.

Draft:
This API has been introduced in ICU 2.6. It is still in draft state and may be modified in a future release.

Definition at line 770 of file numfmt.h.


The documentation for this class was generated from the following file:
Generated on Mon Nov 24 14:36:52 2003 for ICU 2.8 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001