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
    LDOM_OSStream.hxx File Reference
    #include <NCollection_DefineAlloc.hxx>
    #include <NCollection_BaseAllocator.hxx>
    #include <Standard_OStream.hxx>
    #include <stdio.h>

    Data Structures

    class  LDOM_SBuffer
     Class LDOM_SBuffer inherits std::streambuf and redefines some virtual methods of it (overflow() and xsputn()). This class contains pointers on first and current element of sequence, also it has methods for the sequence management. More...
    class  LDOM_OSStream
     Subclass if std::ostream allowing to increase performance of outputting data into a string avoiding reallocation of buffer. Class LDOM_OSStream implements output into a sequence of strings and getting the result as a string. It inherits Standard_OStream (std::ostream). Beside methods of std::ostream, it also has additional useful methods: str(), Length() and Clear(). More...