Open CASCADE Technology
7.3.0
|
#include <NCollection_UtfIterator.hxx>
#include <cstring>
#include <cstdlib>
#include "NCollection_UtfString.lxx"
Data Structures | |
class | NCollection_UtfString< Type > |
This template class represent constant UTF-* string. String stored in memory continuously, always NULL-terminated and can be used as standard C-string using ToCString() method. More... | |
Typedefs | |
typedef NCollection_UtfString< Standard_Utf8Char > | NCollection_Utf8String |
typedef NCollection_UtfString< Standard_Utf16Char > | NCollection_Utf16String |
typedef NCollection_UtfString< Standard_Utf32Char > | NCollection_Utf32String |
typedef NCollection_UtfString< Standard_WideChar > | NCollection_UtfWideString |