okteta
#include "primitivedatatype.h"
#include "structviewpreferences.h"
#include <KLocalizedString>
#include <QDebug>
Include dependency graph for primitivedatatype.cpp:

Go to the source code of this file.
Functions | |
QDebug | operator<< (QDebug dbg, PrimitiveDataType type) |
Variables | |
static const char * | longTypeNames [Type_END+1] |
static const char * | typeNames [Type_END+1] |
Function Documentation
QDebug operator<< | ( | QDebug | dbg, |
PrimitiveDataType | type | ||
) |
Definition at line 94 of file primitivedatatype.cpp.
Variable Documentation
Initial value:
=
{
I18N_NOOP2("data type", "bool (1 byte)"),
I18N_NOOP2("data type", "signed byte"),
I18N_NOOP2("data type", "unsigned byte"),
I18N_NOOP2("data type", "char"),
I18N_NOOP2("data type", "bool (2 bytes)"),
I18N_NOOP2("data type", "signed short"),
I18N_NOOP2("data type", "unsigned short"),
I18N_NOOP2("data type", "bool (4 bytes)"),
I18N_NOOP2("data type", "signed int"),
I18N_NOOP2("data type", "unsigned int"),
I18N_NOOP2("data type", "bool (8 bytes)"),
I18N_NOOP2("data type", "signed long"),
I18N_NOOP2("data type", "unsigned long"),
I18N_NOOP2("data type", "float"),
I18N_NOOP2("data type", "double"),
I18N_NOOP2("data type", "bitfield"),
}
Definition at line 28 of file primitivedatatype.cpp.
Initial value:
=
{
"bool8",
"int8",
"uint8",
"char",
"bool16",
"int16",
"uint16",
"bool32",
"int32",
"uint32",
"bool64",
"int64",
"uint64",
"float",
"double",
"bitfield",
}
Definition at line 48 of file primitivedatatype.cpp.
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.