#include "MED_WrapperBase.hxx"
#include <iostream>
#include <sstream>
#include <string>
#include <string.h>
#include <stdexcept>
Go to the source code of this file.
#define ADDMSG |
( |
|
deb, |
|
|
|
msg |
|
) |
| |
#define BEGMSG |
( |
|
deb, |
|
|
|
msg |
|
) |
| |
#define EXCEPTION |
( |
|
TYPE, |
|
|
|
MSG |
|
) |
| |
Value:{\
std::ostringstream aStream;\
aStream<<__FILE__<<
"["<<__LINE__<<
"]::"<<
MSG;\
throw TYPE(aStream.str().c_str());\
}
#define INITMSG |
( |
|
deb, |
|
|
|
msg |
|
) |
| |
Referenced by CheckMed(), CopyMed(), MED::TShapeFun::Eval(), MED::GetBaryCenter(), MED::GetEntity2FamilySet(), MED::GetFamilyInfoSet(), MED::GetFieldInfo2TimeStampInfoSet(), MED::GetGaussCoord3D(), MED::GetGroupInfo(), MED::GetKey2Gauss(), MED::GetMKey2Profile(), MED::V2_2::TVWrapper::GetNbTimeStamps(), MED::TWrapper::GetPCellInfo(), MED::TWrapper::GetPFamilyInfo(), MED::TWrapper::GetPFieldInfo(), MED::TWrapper::GetPGrilleInfo(), MED::TWrapper::GetPNodeInfo(), MED::TWrapper::GetPPolyedreInfo(), MED::TWrapper::GetPPolygoneInfo(), MED::TWrapper::GetPTimeStampInfo(), MED::V2_2::TVWrapper::GetTimeStampValue(), MED::GetVersionId(), MED::TShapeFun::IsSatisfy(), MED::Print(), MED::V2_2::TVWrapper::SetFamilyInfo(), MED::V2_2::TVWrapper::SetMeshInfo(), MED::V2_2::TVWrapper::SetTimeStampValue(), MED::TLockProxy::TLockProxy(), and MED::TLockProxy::~TLockProxy().
#define INITMSGA |
( |
|
deb, |
|
|
|
lev, |
|
|
|
msg |
|
) |
| |
Referenced by CheckMed(), CopyMed(), MED::GetEntity2FamilySet(), MED::GetEntity2TGeom2ElemInfo(), MED::GetFamilyInfoSet(), MED::GetFieldInfo2TimeStampInfoSet(), MED::GetGroupInfo(), MED::GetVersionId(), main(), MED::PrefixPrinter::PrefixPrinter(), and ReadMed().