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

RWUEncodingAliasList

Module:  Internationalization Module   Group:  Character Encoding Scheme Conversion


Does Not Inherit

Local Index

Members

Header File

#include <rw/i18n/RWUEncodingAliasList.h> 

Description

RWUEncodingAliasList constructs iterators that provide access to the list of encoding aliases associated with a given encoding. The list cannot be changed at run time.

Because the list is immutable, the begin() and end() methods return constant iterators.

Example

Related Classes

RWUEncodingAliasListIterator

Public Typedefs

typedef RWUEncodingAliasListIterator const_iterator;

Public Constructors

RWUEncodingAliasList(const RWCString& enc);

Public Member Functions

const_iterator
begin() const;
const_iterator
end() const;
const RWCString&
getName() const;
uint16_t
getCount() const;


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.