Go to the source code of this file.
|
| void | ErrMsg (const char *, bool progr=false) |
| |
| template<class T > |
| const char * | className (const T &t) |
| |
| void | OD::programmerErrMsg (const char *msg, const char *cname, const char *fnm, int linenr) |
| |
Usual access point for programmer error messages.
| #define pErrMsgOnce |
( |
|
msg | ) |
|
Value:{ \
mDefineStaticLocalObject( bool, __message_shown__, = false ); \
if ( !__message_shown__ ) \
{ \
__message_shown__ =
true;
\ } \
}
#define pErrMsg(msg)
Usual access point for programmer error messages.
Definition: errmsg.h:34
Usual access point for programmer error messages in free functions.
template<class T >
| const char* className |
( |
const T & |
t | ) |
|
|
inline |
< Also works for gcc that returns the size first e.g. 4Clss
| void ErrMsg |
( |
const char * |
, |
|
|
bool |
progr = false |
|
) |
| |