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

RWUIsoCountryList

Module:  Internationalization Module   Group:  Localization


Does Not Inherit

Local Index

Members

Header File

#include <rw/i18n/RWUIsoCountryList.h> 

Description

RWUIsoCountryList constructs iterators that provide access to the static list of ISO 3166 country codes recognized by the Internationalization Module. The list of country codes may be found at ftp://dkuug.dk/i18n/ISO_3166. The Internationalization Module does not recognize deprecated codes.

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

Example

Public Typedefs

typedef const char* const * 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.