Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

etools.h File Reference

#include <e32std.h>

Include dependency graph for etools.h:

Include dependency graph

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

Included by dependency graph

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)


Define Documentation

#define __CHECK_NULL  ) 
 

Definition at line 68 of file etools.h.

#define __ETOOLS_H__
 

Definition at line 7 of file etools.h.

#define __PANIC  ) 
 

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 45 of file etools.h.

#define BOOL_BIT var,
msk   )     ( (var & msk)==(msk) )
 

Definition at line 83 of file etools.h.

#define CLASSNAMEDECL  ) 
 

Definition at line 23 of file etools.h.

#define CLASSNAMEINIT  ) 
 

Definition at line 24 of file etools.h.

#define CTOR  ) 
 

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().

#define DBG  ) 
 

Definition at line 91 of file etools.h.

#define DBGARM  ) 
 

Definition at line 100 of file etools.h.

#define DBGF   (void)
 

Definition at line 92 of file etools.h.

#define DTOR  ) 
 

Definition at line 36 of file etools.h.

Referenced by sidTune::safeDestructor(), audioDriver::~audioDriver(), C6510::~C6510(), CConsoleReader::~CConsoleReader(), CSidPlayAppView::~CSidPlayAppView(), CSidPlayer::~CSidPlayer(), CSidPlayerStatusView::~CSidPlayerStatusView(), emuEngine::~emuEngine(), Envelope::~Envelope(), Mixer::~Mixer(), Sample::~Sample(), and sidEmu::~sidEmu().

#define DUMP_TICK  ) 
 

Definition at line 109 of file etools.h.

#define ELEM_SIZE  )     (sizeof(t)/sizeof(t[0]))
 

Definition at line 76 of file etools.h.


Generated on Tue Feb 8 04:19:22 2005 for Esidplay by doxygen 1.3.3