Locale Class Reference

List of all members.

Public Member Functions

 Locale (const LogString &language)
 Locale (const LogString &language, const LogString &country)
 Locale (const LogString &language, const LogString &country, const LogString &variant)
const LogStringgetLanguage () const
const LogStringgetCountry () const
const LogStringgetVariant () const

Protected Member Functions

 Locale (const Locale &)
Localeoperator= (const Locale &)

Protected Attributes

const LogString language
const LogString country
const LogString variant

Constructor & Destructor Documentation

Locale ( const LogString language  ) 

Locale ( const LogString language,
const LogString country 
)

Locale ( const LogString language,
const LogString country,
const LogString variant 
)

Locale ( const Locale  )  [protected]


Member Function Documentation

const LogString& getLanguage (  )  const

const LogString& getCountry (  )  const

const LogString& getVariant (  )  const

Locale& operator= ( const Locale  )  [protected]


Member Data Documentation

const LogString language [protected]

const LogString country [protected]

const LogString variant [protected]


The documentation for this class was generated from the following file: