Open CASCADE Technology  7.7.0
Data Structures | Typedefs

NCollection_UtfString.hxx File Reference

#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_Utf8CharNCollection_Utf8String
 
typedef NCollection_UtfString< Standard_Utf16CharNCollection_Utf16String
 
typedef NCollection_UtfString< Standard_Utf32CharNCollection_Utf32String
 
typedef NCollection_UtfString< Standard_WideCharNCollection_UtfWideString
 

Typedef Documentation

◆ NCollection_Utf16String

◆ NCollection_Utf32String

◆ NCollection_Utf8String

◆ NCollection_UtfWideString