Version: 8.3.0
MED::V2_2::TFile Class Reference

Public Member Functions

 TFile (const std::string &theFileName)
 
 ~TFile ()
 
void Open (EModeAcces theMode, TErr *theErr=NULL)
 
const TIdtId () const
 
void Close ()
 

Protected Attributes

TInt myCount
 
TIdt myFid
 
std::string myFileName
 

Private Member Functions

 TFile ()
 
 TFile (const TFile &)
 

Constructor & Destructor Documentation

MED::V2_2::TFile::TFile ( )
private
MED::V2_2::TFile::TFile ( const TFile )
private
MED::V2_2::TFile::TFile ( const std::string &  theFileName)
MED::V2_2::TFile::~TFile ( )

References Close().

Member Function Documentation

void MED::V2_2::TFile::Close ( )

References myCount, and myFid.

Referenced by ~TFile().

const TIdt& MED::V2_2::TFile::Id ( ) const

References EXCEPTION, and myFid.

void MED::V2_2::TFile::Open ( EModeAcces  theMode,
TErr theErr = NULL 
)

References EXCEPTION, myCount, myFid, and myFileName.

Field Documentation

TInt MED::V2_2::TFile::myCount
protected

Referenced by Close(), and Open().

TIdt MED::V2_2::TFile::myFid
protected

Referenced by Close(), Id(), and Open().

std::string MED::V2_2::TFile::myFileName
protected

Referenced by Open().