okteta
primitivedatatype.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
struct | PrimitiveDataType |
Namespaces | |
PrimitiveType | |
Enumerations | |
enum | PrimitiveDataTypeEnum { Type_Invalid = -1, Type_START = 0, Type_Bool8 = 0, Type_Int8 = 1, Type_UInt8 = 2, Type_Char = 3, Type_Bool16 = 4, Type_Int16 = 5, Type_UInt16 = 6, Type_Bool32 = 7, Type_Int32 = 8, Type_UInt32 = 9, Type_Bool64 = 10, Type_Int64 = 11, Type_UInt64 = 12, Type_Float = 13, Type_Double = 14, Type_Bitfield = 15, Type_END = Type_Bitfield } |
Functions | |
QString | PrimitiveType::longTypeName (PrimitiveDataType type) |
QDebug | operator<< (QDebug dbg, PrimitiveDataType type) |
QString | PrimitiveType::standardTypeName (PrimitiveDataType type) |
QString | PrimitiveType::typeName (PrimitiveDataType type) |
Enumeration Type Documentation
Definition at line 28 of file primitivedatatype.h.
Function Documentation
QDebug operator<< | ( | QDebug | dbg, |
PrimitiveDataType | type | ||
) |
Definition at line 94 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.