svcore
1.9
|
#include "Debug.h"
#include "ResourceFinder.h"
#include <QMutex>
#include <QDir>
#include <QUrl>
#include <QCoreApplication>
#include <QDateTime>
#include <stdexcept>
#include <memory>
Include dependency graph for Debug.cpp:
Go to the source code of this file.
Functions | |
SVDebug & | getSVDebug () |
SVCerr & | getSVCerr () |
QDebug & | operator<< (QDebug &dbg, const std::string &s) |
std::ostream & | operator<< (std::ostream &target, const QString &str) |
std::ostream & | operator<< (std::ostream &target, const QUrl &u) |
Variables | |
static std::unique_ptr< SVDebug > | svdebug = nullptr |
static std::unique_ptr< SVCerr > | svcerr = nullptr |
static QMutex | mutex |
Function Documentation
SVCerr& getSVCerr | ( | ) |
Definition at line 41 of file Debug.cpp.
References SVDebug::m_silenced, SVCerr::m_silenced, mutex, svcerr, and svdebug.
QDebug& operator<< | ( | QDebug & | dbg, |
const std::string & | s | ||
) |
std::ostream& operator<< | ( | std::ostream & | target, |
const QString & | str | ||
) |
std::ostream& operator<< | ( | std::ostream & | target, |
const QUrl & | u | ||
) |
Variable Documentation
|
static |
Definition at line 28 of file Debug.cpp.
Referenced by getSVCerr(), and getSVDebug().
|
static |
Definition at line 29 of file Debug.cpp.
Referenced by getSVCerr().
|
static |
Definition at line 30 of file Debug.cpp.
Referenced by XmlExportable::getExportId(), PluginScan::getInstance(), IdAlloc::getNextId(), getSVCerr(), getSVDebug(), and FeatureExtractionPluginFactory::instance().
Generated by 1.8.11