QBluetoothZero  2.0
QBtAuxFunctions.h File Reference
#include <QBtGlobal.h>
#include <QtCore/QString>
#include <QtGui/QMessageBox>
#include <QtCore/QDir>
#include <QtCore/QDebug.h>

Go to the source code of this file.

Defines

#define BT_DEBUG_MSG(msg)   {}
#define BT_ASSERT_MSG_X(test, where, msg)   {}
#define BT_ASSERT_MSG(test, msg)   {}
#define BT_ASSERT_MSG2(test, msg1, msg2)   {}
#define BT_BREAK_HERE()   {}

Functions

template<class T >
QBT_NAMESPACE_BEGIN void SafeDelete (T *&ptr)
void _Debug_Msg (const QString &m, const QString &file, int line)
void _Assert_Msg (const QString msg, const QString &file, int line)
void _Assert_Msg2 (const QString &msg1, const QString &msg2, const QString &file, int line)
void _Break_Here (const QString &file, int line)
void _Break_Here (const QString &file, const QString &line)

Define Documentation

#define BT_ASSERT_MSG (   test,
  msg 
)    {}
#define BT_ASSERT_MSG2 (   test,
  msg1,
  msg2 
)    {}
#define BT_ASSERT_MSG_X (   test,
  where,
  msg 
)    {}
#define BT_BREAK_HERE ( )    {}
#define BT_DEBUG_MSG (   msg)    {}

Function Documentation

void _Assert_Msg ( const QString  msg,
const QString &  file,
int  line 
) [inline]
void _Assert_Msg2 ( const QString &  msg1,
const QString &  msg2,
const QString &  file,
int  line 
) [inline]
void _Break_Here ( const QString &  file,
int  line 
) [inline]
void _Break_Here ( const QString &  file,
const QString &  line 
) [inline]
void _Debug_Msg ( const QString &  m,
const QString &  file,
int  line 
) [inline]
template<class T >
QBT_NAMESPACE_BEGIN void SafeDelete ( T *&  ptr) [inline]