MythTV  master
Macros
filesysteminfo.cpp File Reference
#include <unistd.h>
#include <cstdlib>
#include "compat.h"
#include <QtGlobal>
#include <QList>
#include <QString>
#include <QStringList>
#include <utility>
#include "filesysteminfo.h"
#include "mythcoreutil.h"
Include dependency graph for filesysteminfo.cpp:

Go to the source code of this file.

Macros

#define NEXT_STR()
 

Macro Definition Documentation

◆ NEXT_STR

#define NEXT_STR ( )
Value:
do { if (it == listend) \
{ \
LOG(VB_GENERAL, LOG_ALERT, listerror); \
clear(); \
return false; \
} \
ts = *it++; } while (false)

Definition at line 31 of file filesysteminfo.cpp.