#include <EDL_File.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | EDL_File () |
Standard_EXPORT | EDL_File (const Standard_CString aName) |
Standard_EXPORT void | Assign (const EDL_File &aFile) |
void | operator= (const EDL_File &aFile) |
Standard_EXPORT void | Destroy () |
~EDL_File () | |
Standard_EXPORT Standard_CString | GetName () const |
Standard_EXPORT Standard_Boolean | Open () |
Standard_EXPORT void | Write (const Standard_CString aBuffer) |
Standard_EXPORT Standard_CString | Read () const |
Standard_EXPORT void | Close () |
Standard_EXPORT Standard_Address | GetFile () const |
Private Attributes | |
Handle_TCollection_HAsciiString | myName |
Standard_Address | myFile |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|