CharacterSet Class Reference

The character-set encoding for the current C locale. More...

#include <convert.h>

Public Member Functions

 CharacterSet ()
bool isUTF8 () const
const char * get () const

Private Attributes

const char * m_charSet

Detailed Description

The character-set encoding for the current C locale.

Obtain the global instance with globalCharacterSet().

Definition at line 86 of file convert.h.


Constructor & Destructor Documentation

CharacterSet::CharacterSet (  )  [inline]

Definition at line 90 of file convert.h.

References m_charSet.


Member Function Documentation

const char* CharacterSet::get (  )  const [inline]

Definition at line 100 of file convert.h.

References m_charSet.

Referenced by ExtendedASCIICharacterSet::print().

bool CharacterSet::isUTF8 (  )  const [inline]

Definition at line 96 of file convert.h.

References m_charSet.


Field Documentation

const char* CharacterSet::m_charSet [private]

Definition at line 88 of file convert.h.

Referenced by CharacterSet(), get(), and isUTF8().


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

Generated by  doxygen 1.6.2