#include <vector>#include <utilities.h>#include "MEDMEM_PointerOf.hxx"
Go to the source code of this file.
Packages | |
| package | MEDMEM |
Functions | |
| template<typename TLocal , typename TCorbaSeq , typename Tint > | |
| void | MEDMEM.convertCorbaArray (TLocal *&T, Tint &nT, const TCorbaSeq &S) |
| template<typename TLocal , typename TCorbaSeq , typename Tint > | |
| void | MEDMEM.convertCorbaArray2 (TLocal &tab, Tint &nT, const TCorbaSeq s) |
| template<typename TCorba , typename TLocal , typename TCorbaSeq > | |
| void | MEDMEM.convertCorbaArray (TLocal *&T, long &nT, const TCorbaSeq &S, void *f) |
| template<typename TLocal , typename TCorbaSeq > | |
| void | MEDMEM.convertCorbaArray (std::vector< TLocal > &T, int &nT, const TCorbaSeq &S) |
| template<typename TCorba , typename TLocal , typename TCorbaSeq > | |
| void | MEDMEM.convertCorbaArray (std::vector< TLocal > &T, int &nT, const TCorbaSeq &S, void *f) |
| template<typename TCorba , typename TLocal , typename TCorbaSeq , typename TInfo > | |
| void | MEDMEM.convertCorbaArray (std::vector< TLocal > &T, const TCorbaSeq &S, void *f, TInfo M) |