Version: 9.16.0
MED::MEDIDTHoder Class Referenceabstract

#include <MED_TFile.hxx>

Inheritance diagram for MED::MEDIDTHoder:

Public Member Functions

const TIdtId () const override
 
 ~MEDIDTHoder ()
 
void Close () override
 
virtual void Open (EModeAcces theMode, TErr *theErr=nullptr)=0
 

Protected Member Functions

 MEDIDTHoder (bool *isClosedStatus=nullptr)
 
void UnRefFid ()
 

Protected Attributes

TInt myCount = 0
 
TIdt myFid = 0
 
bool myIsClosed = false
 
bool_isClosedStatus = nullptr
 

Constructor & Destructor Documentation

◆ MEDIDTHoder()

MED::MEDIDTHoder::MEDIDTHoder ( bool isClosedStatus = nullptr)
protected

◆ ~MEDIDTHoder()

MED::MEDIDTHoder::~MEDIDTHoder ( )

Member Function Documentation

◆ Close()

void MED::MEDIDTHoder::Close ( )
overridevirtual

Implements MED::TFileInternal.

◆ Id()

const TIdt & MED::MEDIDTHoder::Id ( ) const
overridevirtual

Implements MED::TFileInternal.

References EXCEPTION, and myFid.

◆ Open()

virtual void MED::TFileInternal::Open ( EModeAcces  theMode,
TErr theErr = nullptr 
)
pure virtualinherited

◆ UnRefFid()

void MED::MEDIDTHoder::UnRefFid ( )
protected

Field Documentation

◆ _isClosedStatus

bool* MED::MEDIDTHoder::_isClosedStatus = nullptr
protected

◆ myCount

TInt MED::MEDIDTHoder::myCount = 0
protected

◆ myFid

TIdt MED::MEDIDTHoder::myFid = 0
protected

◆ myIsClosed

bool MED::MEDIDTHoder::myIsClosed = false
protected