#include <e32std.h>Include dependency graph for etools.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | __ETOOLS_H__ |
| #define | CLASSNAMEDECL(a) |
| #define | CLASSNAMEINIT(a) |
| #define | CTOR(a) |
| #define | DTOR(a) |
| #define | __PANIC(p) |
| #define | __CHECK_NULL(p) |
| #define | ELEM_SIZE(t) (sizeof(t)/sizeof(t[0])) |
| #define | BOOL_BIT(var, msk) ( (var & msk)==(msk) ) |
| #define | DBG(a) |
| #define | DBGF (void) |
| #define | DBGARM(a) |
| #define | DUMP_TICK(a) |
|
|
|
|
|
|
|
|
Value: { char tmp[] = __FILE__; \
TInt i;\
for(i=sizeof(tmp)-1;i>=0;i--) \
if( (tmp[i] == 0x5c ) || (tmp[i] == '/') ) \
break; \
TBuf8<32> txt8((const TUint8*)&tmp[++i]); \
TBuf16<32> txt16; \
txt16.Copy(txt8); \
User::Panic( txt16 , __LINE__ ); }
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 35 of file etools.h. Referenced by C6510::C6510(), CConsoleReader::CConsoleReader(), CSidPlayAppView::ConstructL(), CSidPlayerStatusView::ConstructL(), CSidPlayer::CSidPlayer(), emuEngine::emuEngine(), Envelope::Envelope(), Mixer::Mixer(), sidTune::safeConstructor(), Sample::Sample(), and sidEmu::sidEmu(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.3