Public Member Functions | Private Member Functions | Private Attributes

UT_Wctomb Class Reference

#include <ut_wctomb.h>

List of all members.

Public Member Functions

void initialize ()
 UT_Wctomb (const char *to_charset)
 ~UT_Wctomb ()
int wctomb (char *pC, int &length, UT_UCS4Char wc, int max_len=100)
void wctomb_or_fallback (char *pC, int &length, UT_UCS4Char wc, int max_len=100)
void setOutCharset (const char *charset)
 UT_Wctomb ()

Private Member Functions

 UT_Wctomb (const UT_Wctomb &v)
UT_Wctomboperator= (const UT_Wctomb &rhs)

Private Attributes

UT_iconv_t cd

Constructor & Destructor Documentation

UT_Wctomb::UT_Wctomb ( const char *  to_charset  ) 
UT_Wctomb::~UT_Wctomb (  ) 
UT_Wctomb::UT_Wctomb (  ) 
UT_Wctomb::UT_Wctomb ( const UT_Wctomb v  )  [private]

Member Function Documentation

void UT_Wctomb::initialize ( void   ) 
UT_Wctomb& UT_Wctomb::operator= ( const UT_Wctomb rhs  )  [private]
void UT_Wctomb::setOutCharset ( const char *  charset  ) 
int UT_Wctomb::wctomb ( char *  pC,
int &  length,
UT_UCS4Char  wc,
int  max_len = 100 
)
void UT_Wctomb::wctomb_or_fallback ( char *  pC,
int &  length,
UT_UCS4Char  wc,
int  max_len = 100 
)

Member Data Documentation


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