SourcePro® C++ API Reference Guide

Product Documentation:
   SourcePro C++
Documentation Home
List of all members | Public Types | Public Member Functions
RWQELocales Class Reference

#include <rw/test/tools/RWQELocales.h>

Public Types

typedef container_type::const_iterator const_iterator
 
typedef container_type::iterator iterator
 
typedef container_type::size_type size_type
 

Public Member Functions

 RWQELocales ()
 
iterator begin ()
 
const_iterator begin () const
 
const_iterator cbegin () const
 
const_iterator cend () const
 
iterator end ()
 
const_iterator end () const
 
size_type size () const
 

Detailed Description

Returns a collection of known locales on the system that would be acceptable input for setlocale().

Member Typedef Documentation

typedef container_type::const_iterator RWQELocales::const_iterator

The type of a const_iterator for the container.

typedef container_type::iterator RWQELocales::iterator

The type of an iterator for the container.

typedef container_type::size_type RWQELocales::size_type

The type of the size of the container.

Constructor & Destructor Documentation

RWQELocales::RWQELocales ( )

Constructs the collection of locales.

Member Function Documentation

iterator RWQELocales::begin ( )

Returns an iterator to the first locale in the collection.

const_iterator RWQELocales::begin ( ) const

Returns an iterator to the first locale in the collection.

const_iterator RWQELocales::cbegin ( ) const

Returns an iterator to the first locale in the collection.

const_iterator RWQELocales::cend ( ) const

Returns an iterator past the last locale in the collection.

iterator RWQELocales::end ( )

Returns an iterator past the last locale in the collection.

const_iterator RWQELocales::end ( ) const

Returns an iterator past the last locale in the collection.

size_type RWQELocales::size ( ) const

Returns the number of locales in the collection.

Copyright © 2016 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.
Provide feedback to Rogue Wave about its documentation.