Open CASCADE Technology  7.6.0
Public Member Functions | Data Fields

Standard_DumpValue Struct Reference

Type for storing a dump value with the stream position. More...

#include <Standard_Dump.hxx>

Public Member Functions

 Standard_DumpValue ()
 
 Standard_DumpValue (const TCollection_AsciiString &theValue, const Standard_Integer theStartPos)
 

Data Fields

TCollection_AsciiString myValue
 current string value More...
 
Standard_Integer myStartPosition
 position of the value first char in the whole stream More...
 

Detailed Description

Type for storing a dump value with the stream position.

Constructor & Destructor Documentation

◆ Standard_DumpValue() [1/2]

Standard_DumpValue::Standard_DumpValue ( )
inline

◆ Standard_DumpValue() [2/2]

Standard_DumpValue::Standard_DumpValue ( const TCollection_AsciiString theValue,
const Standard_Integer  theStartPos 
)
inline

Field Documentation

◆ myStartPosition

Standard_Integer Standard_DumpValue::myStartPosition

position of the value first char in the whole stream

◆ myValue

TCollection_AsciiString Standard_DumpValue::myValue

current string value


The documentation for this struct was generated from the following file: