Open CASCADE Technology 7.8.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... | |