Open CASCADE Technology  6.9.0
Data Structures | Typedefs

NCollection_UtfString.hxx File Reference

#include "NCollection_UtfIterator.hxx"
#include <Standard.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
 

Typedef Documentation