|
DCL 4.1
|
#include <Charset.h>
Protected Member Functions | |
| CharsetEncoder () | |
| virtual int | toMultiByte (ucs4_t _uc, byte_t *_mbs, size_t _mbslen)=0 |
| Protected Member Functions inherited from Object | |
| virtual | ~Object () |
| Object () | |
Additional Inherited Members | |
| Public Member Functions inherited from Object | |
| virtual String | toString () const |
| virtual void | destroy () |
| String | className () const |
| bool | isInstanceOf (const std::type_info &typeinfo) const |
| virtual const std::type_info & | typeInfo () const |
|
protected |
|
protectedpure virtual |
Implemented in AsciiEncoder, Latin1Encoder, LocaleEncoder, UTF16Encoder, UTF32Encoder, and UTF8Encoder.