Public Methods |
|
| StringUtf8 (void) |
|
| StringUtf8 (CharCptr) |
|
| StringUtf8 (const std::string &) |
|
| StringUtf8 (StringUtf8Cref) |
|
| StringUtf8 (AbstractStringCref) throw (Exception) |
|
virtual | ~StringUtf8 (void) |
|
virtual Byte | getElementByteCount (void) const |
|
virtual bool | supportsStandardInterface (void) const |
|
virtual bool | isUtf8 (void) const |
|
virtual bool | isUcs2 (void) const |
|
virtual bool | isUcs4 (void) const |
|
virtual AbstractStringPtr | clone (void) const throw ( Exception ) |
|
virtual AbstractStringPtr | cloneUtf8 (void) const throw ( Exception ) |
|
virtual AbstractStringPtr | cloneUcs2 (void) const throw ( Exception ) |
|
virtual AbstractStringPtr | cloneUcs4 (void) const throw ( Exception ) |