Version: 8.3.0
MED_Utilities.hxx File Reference
#include "MED_WrapperBase.hxx"
#include <iostream>
#include <sstream>
#include <string>
#include <string.h>
#include <stdexcept>
Include dependency graph for MED_Utilities.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  MED::PrefixPrinter
 

Namespaces

namespace  MED
 

Macros

#define MSG(deb, msg)
 
#define BEGMSG(deb, msg)
 
#define INITMSGA(deb, lev, msg)
 
#define INITMSG(deb, msg)
 
#define ADDMSG(deb, msg)
 
#define EXCEPTION(TYPE, MSG)
 

Macro Definition Documentation

#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 INITMSGA (   deb,
  lev,
  msg 
)

Referenced by MED::GetBaryCenter().