Open CASCADE Technology
7.4.0
|
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... | |
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.
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 | ( | ) |
Destructor - add parameters of stop class name definition in the stream.