To provide a common way to handle values of MEDWrapper types as native MED types. More...
#include <MED_TStructures.hxx>
Public Member Functions | |
| TValueHolder (TValue &theValue) | |
| ~TValueHolder () | |
| TRepresentation * | operator& () |
| operator TRepresentation () const | |
| const TValue & | operator() () const |
Data Fields | |
| TValue & | myValue |
| TRepresentation | myRepresentation |
To provide a common way to handle values of MEDWrapper types as native MED types.
| MED.TValueHolder< TValue, TRepresentation >.TValueHolder | ( | TValue & | theValue | ) |
| MED.TValueHolder< TValue, TRepresentation >.~TValueHolder | ( | ) |
| TRepresentation* MED.TValueHolder< TValue, TRepresentation >.operator& | ( | ) |
| MED.TValueHolder< TValue, TRepresentation >.operator TRepresentation | ( | ) | const |
| const TValue& MED.TValueHolder< TValue, TRepresentation >.operator() | ( | ) | const |
| TValue& MED.TValueHolder< TValue, TRepresentation >.myValue |
| TRepresentation MED.TValueHolder< TValue, TRepresentation >.myRepresentation |