#include <MED_TFile.hxx>

Public Member Functions | |
| TFile (const std::string &theFileName, TInt theMajor=-1, TInt theMinor=-1) | |
| void | Open (EModeAcces theMode, TErr *theErr=nullptr) override |
| const TIdt & | Id () const override |
| void | Close () override |
Protected Member Functions | |
| void | UnRefFid () |
Protected Attributes | |
| std::string | myFileName |
| TInt | myMajor |
| TInt | myMinor |
| TInt | myCount = 0 |
| TIdt | myFid = 0 |
| bool | myIsClosed = false |
| bool * | _isClosedStatus = nullptr |
|
overridevirtualinherited |
Implements MED::TFileInternal.
|
overridevirtualinherited |
Implements MED::TFileInternal.
References EXCEPTION, and MED::MEDIDTHoder::myFid.
|
overridevirtual |
Implements MED::TFileInternal.
References EXCEPTION, MED::MEDIDTHoder::myCount, MED::MEDIDTHoder::myFid, myFileName, myMajor, and myMinor.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
Referenced by MED::TMemFile::Open(), and Open().
|
protectedinherited |
Referenced by MED::MEDIDTHoder::Id(), MED::TMemFile::Open(), and Open().
|
protected |
Referenced by Open().
|
protectedinherited |