OCCT3D OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    TCollection_AsciiString.hxx File Reference
    #include <Standard.hxx>
    #include <Standard_DefineAlloc.hxx>
    #include <Standard_Handle.hxx>
    #include <Standard_PCharacter.hxx>
    #include <Standard_CString.hxx>
    #include <Standard_Real.hxx>
    #include <Standard_OStream.hxx>
    #include <Standard_IStream.hxx>
    #include <Standard_Macro.hxx>
    #include <TCollection_AsciiString.lxx>

    Data Structures

    class  TCollection_AsciiString
     Class defines a variable-length sequence of 8-bit characters. Despite class name (kept for historical reasons), it is intended to store UTF-8 string, not just ASCII characters. However, multi-byte nature of UTF-8 is not considered by the following methods: More...