Pyro higlevel API
Classes | Public Member Functions | Static Public Member Functions | List of all members
os::Locale Class Reference

Locale class. More...

Classes

class  Private
 

Public Member Functions

 Locale ()
 
 Locale (int nCategory)
 
 Locale (const Locale &cLocale)
 
 ~Locale ()
 
const StringGetName () const
 
void SetName (const String &cName)
 
StreamableIOGetLocalizedResourceStream (const String &cName)
 
StreamableIOGetResourceStream (const String &cName)
 
CatalogGetLocalizedCatalog (const String &cName)
 
StreamableIOGetSystemResourceStream (const String &cName)
 
StreamableIOGetLocalizedSystemResourceStream (const String &cName)
 
CatalogGetLocalizedSystemCatalog (const String &cName)
 
const Localeoperator= (const Locale &cLocale)
 

Static Public Member Functions

static const LocaleGetSystemDefaultLocale ()
 

Detailed Description

Description:
Since
0.5.3
See Also
os::String
Author
Henrik Isaksson (henri.nosp@m.k@is.nosp@m.aksso.nosp@m.n.tk)

Constructor & Destructor Documentation

Locale::Locale ( )

References SetName().

Locale::Locale ( int  nCategory)

References SetName().

Locale::Locale ( const Locale cLocale)

References GetName(), and SetName().

Locale::~Locale ( )

Member Function Documentation

Catalog * Locale::GetLocalizedCatalog ( const String cName)
StreamableIO * Locale::GetLocalizedResourceStream ( const String cName)
Catalog * Locale::GetLocalizedSystemCatalog ( const String cName)
StreamableIO * Locale::GetLocalizedSystemResourceStream ( const String cName)
const String & Locale::GetName ( ) const

References os::Locale::Private::m_cName.

Referenced by Locale(), and operator=().

StreamableIO * Locale::GetResourceStream ( const String cName)
static const Locale& os::Locale::GetSystemDefaultLocale ( )
static
StreamableIO * Locale::GetSystemResourceStream ( const String cName)
const Locale & Locale::operator= ( const Locale cLocale)
void Locale::SetName ( const String cName)

References os::Locale::Private::m_cName.

Referenced by Locale(), and operator=().