KDECore
#include "klockfile.h"#include <config.h>#include <sys/types.h>#include <signal.h>#include <errno.h>#include <stdlib.h>#include <unistd.h>#include <QtCore/QDate>#include <QtCore/QFile>#include <QTextStream>#include "krandom.h"#include "kglobal.h"#include "kcomponentdata.h"#include "ktemporaryfile.h"#include "kde_file.h"#include "kfilesystemtype_p.h"#include <fcntl.h>Go to the source code of this file.
Macros | |
| #define | FIELD_EQ(what) |
Functions | |
| static bool | operator!= (const KDE_struct_stat &st_buf1, const KDE_struct_stat &st_buf2) |
| static bool | operator== (const KDE_struct_stat &st_buf1, const KDE_struct_stat &st_buf2) |
| static bool | testLinkCountSupport (const QByteArray &fileName) |
Macro Definition Documentation
◆ FIELD_EQ
| #define FIELD_EQ | ( | what | ) |
Value:
(st_buf1.what == st_buf2.what)
Function Documentation
◆ operator!=()
|
static |
Definition at line 150 of file klockfile_unix.cpp.
◆ operator==()
|
static |
Definition at line 141 of file klockfile_unix.cpp.
◆ testLinkCountSupport()
|
static |
Definition at line 156 of file klockfile_unix.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.