#include <exotkUtils_OSD.hxx>
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... | |
Static Public Methods | |
| Standard_EXPORT Standard_Boolean | AddEnvironmentVariable (const TCollection_AsciiString &aName, const TCollection_AsciiString &aValue) |
| Set the environment variable aName to aValue. More... | |
| Standard_EXPORT Standard_Boolean | FileExists (const TCollection_AsciiString &aFileToTest) |
| Tests if aFileToTest exists. It can be a file ( C:\\where\\you\\want\\file.txt ) or a directory ( C:\where\you\want\ ). More... | |
Definition at line 49 of file exotkUtils_OSD.hxx.
|
||||||||||||
|
Set the environment variable aName to aValue.
Definition at line 45 of file exotkUtils_OSD.cxx. Referenced by exotkAF_Application::SetOpenCASCADEEnvironmentVariables(). |
|
|
Tests if aFileToTest exists. It can be a file ( C:\\where\\you\\want\\file.txt ) or a directory ( C:\where\you\want\ ).
Definition at line 68 of file exotkUtils_OSD.cxx. Referenced by exotkAF_Application::SetOpenCASCADEEnvironmentVariables(). |
|
|
OCC delete.
Definition at line 81 of file exotkUtils_OSD.hxx. |
|
|
OCC new.
Definition at line 70 of file exotkUtils_OSD.hxx. |
|
||||||||||||
|
OCC new.
Definition at line 59 of file exotkUtils_OSD.hxx. |
1.2.12 written by Dimitri van Heesch,
© 1997-2001