Open CASCADE Technology  7.4.0
Public Member Functions

Standard_DumpSentry Class Reference

Simple sentry class providing convenient interface to dump. Appends start and last rows in dump with class name key. An example of the using: for ClassName, the result is: "ClassName" { ... } Create instance of that class in the first row of Dump. More...

#include <Standard_Dump.hxx>

Public Member Functions

 Standard_DumpSentry (Standard_OStream &theOStream, const char *theClassName)
 Constructor - add parameters of start class name definition in the stream. More...
 
 ~Standard_DumpSentry ()
 Destructor - add parameters of stop class name definition in the stream. More...
 

Detailed Description

Simple sentry class providing convenient interface to dump. Appends start and last rows in dump with class name key. An example of the using: for ClassName, the result is: "ClassName" { ... } Create instance of that class in the first row of Dump.

Constructor & Destructor Documentation

◆ Standard_DumpSentry()

Standard_DumpSentry::Standard_DumpSentry ( Standard_OStream theOStream,
const char *  theClassName 
)

Constructor - add parameters of start class name definition in the stream.

◆ ~Standard_DumpSentry()

Standard_DumpSentry::~Standard_DumpSentry ( )

Destructor - add parameters of stop class name definition in the stream.


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