#include <exotkTrace_File.hxx>
Inheritance diagram for exotkTrace_File:


Public Methods | |
| void * | operator new (size_t, void *anAddress) |
| OCC new. More... | |
| void * | operator new (size_t size) |
| OCC new. More... | |
| void | operator delete (void *anAddress) |
| OCC delete. More... | |
| Standard_EXPORT | exotkTrace_File () |
| Constructor. More... | |
| virtual Standard_EXPORT | ~exotkTrace_File () |
| Destructor. More... | |
| virtual Standard_EXPORT void | SetFilename (const OSD_Path &aFilename) |
| Set the file. More... | |
| virtual Standard_EXPORT void | GenerateFilename (const Standard_CString aSeed, const OSD_Directory &aDirectory) |
| Generate a file using aSeed in aDirectory. More... | |
| virtual Standard_EXPORT Standard_Boolean | IsValid () |
| Retur ntrue if the handler is valid. More... | |
Protected Methods | |
| virtual Standard_EXPORT void | Print (const enum exotkTrace_Level aLevel, const Standard_CString aString) |
| Really write aString in the file. More... | |
Protected Attributes | |
| OSD_Path | myFilename |
Definition at line 52 of file exotkTrace_File.hxx.
|
|
Constructor.
Definition at line 84 of file exotkTrace_File.cxx. |
|
|
Destructor.
Definition at line 96 of file exotkTrace_File.cxx. |
|
||||||||||||
|
Generate a file using aSeed in aDirectory.
Definition at line 156 of file exotkTrace_File.cxx. References exotkUtils::CurrentDateToAsciiString(), exotkUtils_dfFile, and myFilename. |
|
|
Retur ntrue if the handler is valid.
Reimplemented from exotkTrace_Root. Definition at line 128 of file exotkTrace_File.cxx. |
|
|
OCC delete.
Reimplemented from exotkTrace_Root. Definition at line 85 of file exotkTrace_File.hxx. |
|
|
OCC new.
Reimplemented from exotkTrace_Root. Definition at line 74 of file exotkTrace_File.hxx. |
|
||||||||||||
|
OCC new.
Reimplemented from exotkTrace_Root. Definition at line 63 of file exotkTrace_File.hxx. |
|
||||||||||||
|
Really write aString in the file.
Reimplemented from exotkTrace_Root. Definition at line 109 of file exotkTrace_File.cxx. References exotkUtils::CurrentDateToAsciiString(), exotkUtils_dfText, myFilename, and exotkTrace::TraceLevelToAsciiString(). |
|
|
Set the file.
Definition at line 142 of file exotkTrace_File.cxx. References myFilename. |
|
|
the filename Definition at line 135 of file exotkTrace_File.hxx. Referenced by GenerateFilename(), Print(), and SetFilename(). |
1.2.12 written by Dimitri van Heesch,
© 1997-2001