Version: 8.3.0
MED::TLockProxy Class Reference

This class provide thread-safety for MEDWrapper interaction. More...

#include <MED_Wrapper.hxx>

Public Member Functions

 TLockProxy (TWrapper *theWrapper)
 
 ~TLockProxy ()
 
TWrapperoperator-> () const
 

Private Member Functions

TLockProxyoperator= (const TLockProxy &)
 

Private Attributes

TWrappermyWrapper
 

Detailed Description

This class provide thread-safety for MEDWrapper interaction.

Constructor & Destructor Documentation

MED::TLockProxy::TLockProxy ( TWrapper theWrapper)

References INITMSG.

MED::TLockProxy::~TLockProxy ( )

References INITMSG.

Member Function Documentation

TWrapper * MED::TLockProxy::operator-> ( ) const
TLockProxy& MED::TLockProxy::operator= ( const TLockProxy )
private

Field Documentation

TWrapper* MED::TLockProxy::myWrapper
private