![]() SourcePro® C++ 2016 |
SourcePro® C++ API Reference Guide |
Product Documentation: SourcePro C++ Documentation Home |
#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 |
Returns a collection of known locales on the system that would be acceptable input for setlocale().
| 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.
| RWQELocales::RWQELocales | ( | ) |
Constructs the collection of locales.
| 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. |