Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members  

SDIFEntity - Operations with file


Functions

bool Open (const char *filename, SdifFileModeET Mode)
bool OpenRead (const char *filename)
bool OpenWrite (const char *filename)
bool Close ()
SdifFileT * GetFile () const

Function Documentation

bool Easdif::SDIFEntity::Open const char *    filename,
SdifFileModeET    Mode
[inherited]
 

open the file of the entity in reading or writing mode

Parameters:
filename 
Mode  can be "eReadFile" or "eWriteFile"
Returns:
true if opened/false if error

bool Easdif::SDIFEntity::OpenRead const char *    filename [inherited]
 

open a file in reading mode

Parameters:
filename 
Returns:
true if opened/false if error

bool Easdif::SDIFEntity::OpenWrite const char *    filename [inherited]
 

open a file in writing mode

Parameters:
filename 
Returns:
true if opened/false if error

bool Easdif::SDIFEntity::Close   [inherited]
 

close a file

Returns:
true if closed / false if file was not opened

SdifFileT * Easdif::SDIFEntity::GetFile   const [inherited]
 

get the SdifFileT* file


Generated on Thu Apr 10 16:04:32 2003 for Easdif by doxygen1.2.16