#include "hyp.fem.extern.h"
#include "extern_library/newmat.h"
Go to the source code of this file.
Defines | |
#define | hypfem_INSIDE_INTERN |
#define | hyp_CATCH_ITOR |
#define | hypfem_USE_GLOBAL_FACTORY |
#define | hypfem_TRACE_ON |
#define | hypfem_TRACE_DESTRUCTOR_ON |
#define | hypfem_IDENTIFY_CONSTRUCTION_ON |
#define | hypfem_TRACE(args) |
#define | hypfem_TRACE_DESTRUCTOR(args) hypfem_TRACE( args ) |
#define | hypfem_TRACE_CONSTRUCTION(args) |
|
Value: catch(hyp_ker::CComError error) { \ if(hyp_ker::hyp_FAILED(error.GetError())) { \ throw error; \ } \ } |
|
Avoids wrong file inclusion. |
|
Value: hyp_TRACE_BEGIN; \ hyp_TRACE_DO( ("Trace from fem server") ); \ hyp_TRACE_DO( args ); \ hyp_TRACE_END; |
|
Value: hyp_TRACE_BEGIN; \ hyp_TRACE_DO( args ); \ { std::stringstream _stream;_stream<<"-"<<this;m_ID+=_stream.str(); }\ hyp_TRACE_DO( ("Creation %s",m_ID.c_str()) ); \ hyp_TRACE_END; |
|
|