1 #if !defined(__STRINGUTF8_HPP)
2 #define __STRINGUTF8_HPP
26 #if !defined(__COMMON_HPP)
34 DECLARE_CLASS(StringUtf8);
81 virtual Byte getElementByteCount(
void )
const ;
83 virtual bool supportsStandardInterface(
void )
const ;
85 virtual bool isUtf8(
void )
const ;
87 virtual bool isUcs2(
void )
const ;
89 virtual bool isUcs4(
void )
const ;
126 #endif // #if !defined(__STRINGUTF8_HPP)
StringUtf8 is a temporary string implementation.
Definition: StringUtf8.hpp:41
Forward reference the various common classes.
Definition: AbstractAllocator.hpp:32
Exception is the base exception class used in the CoreLinux++ libraries.
Definition: Exception.hpp:51
AbstractString is a temporary base abstraction.
Definition: AbstractString.hpp:38