Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Internationalization Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWUAvailableLocaleList

Module:  Internationalization Module   Group:  Localization


Does Not Inherit

Local Index

Members

Header File

#include <rw/i18n/RWUAvailableLocaleList.h> 

Description

RWUAvailableLocaleList constructs iterators that provide access to the known list of locale names. The list cannot be changed at run time.

The begin() and end() methods are static, because there is only one list of locale names. These methods return constant iterators, because the list is immutable. RWUAvailableLocaleList may also be instantiated to produce an object that mimics a true collection.

Example

Related Classes

RWUAvailableLocaleListIterator

Public Typedefs

typedef RWUAvailableLocaleListIterator const_iterator;

Static Member Functions

static const_iterator
begin();
static const_iterator
end();


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.