okteta
#include <QtGlobal>
Include dependency graph for datainformationbase.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | DataInformationBase |
Macros | |
#define | CAST_FUNCS(type) CAST_FUNCS_2(type##DataInformation, type) |
#define | CAST_FUNCS_2(typename, name) |
Typedefs | |
typedef quint32 | BitCount32 |
typedef quint64 | BitCount64 |
Macro Definition Documentation
#define CAST_FUNCS | ( | type | ) | CAST_FUNCS_2(type##DataInformation, type) |
Definition at line 91 of file datainformationbase.h.
#define CAST_FUNCS_2 | ( | typename, | |
name | |||
) |
Value:
inline typename* DataInformationBase::as##name() {\
return is##name() ? reinterpret_cast<typename*>(this) : 0; }\
inline const typename* DataInformationBase::as##name() const {\
return is##name() ? reinterpret_cast<const typename*>(this) : 0; }
Definition at line 86 of file datainformationbase.h.
Typedef Documentation
typedef quint32 BitCount32 |
Definition at line 37 of file datainformationbase.h.
typedef quint64 BitCount64 |
Definition at line 42 of file datainformationbase.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.