#include <StringUtf8.hpp>
Inheritance diagram for corelinux::StringUtf8:

Public Member Functions | |
| StringUtf8 (CharCptr) | |
| StringUtf8 (const std::string &) | |
| StringUtf8 (StringUtf8Cref) | |
| StringUtf8 (AbstractStringCref) throw (Exception) | |
| 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 ) |
This implementation is provided to address a short term requirement stated in AbstractString.