okteta
#include <abstracttypecodec.h>
Definition at line 38 of file abstracttypecodec.h.
Okteta::AbstractTypeCodec::AbstractTypeCodec |
( |
const QString & |
name | ) |
|
|
inlineexplicitprotected |
Okteta::AbstractTypeCodec::~AbstractTypeCodec |
( |
| ) |
|
|
inlinevirtual |
virtual bool Okteta::AbstractTypeCodec::areEqual |
( |
const QVariant & |
value, |
|
|
QVariant & |
otherValue |
|
) |
| const |
|
pure virtual |
Implemented in Okteta::Char8Codec, Okteta::Utf8Codec, Okteta::Binary8Codec, Okteta::Float32Codec, Okteta::Float64Codec, Okteta::Hexadecimal8Codec, Okteta::Octal8Codec, Okteta::SInt16Codec, Okteta::SInt32Codec, Okteta::SInt64Codec, Okteta::SInt8Codec, Okteta::UInt16Codec, Okteta::UInt32Codec, Okteta::UInt64Codec, and Okteta::UInt8Codec.
const QString & Okteta::AbstractTypeCodec::name |
( |
| ) |
const |
|
inline |
virtual QVariant Okteta::AbstractTypeCodec::value |
( |
const PODData & |
data, |
|
|
int * |
byteCount |
|
) |
| const |
|
pure virtual |
Implemented in Okteta::Char8Codec, Okteta::Utf8Codec, Okteta::Binary8Codec, Okteta::Float32Codec, Okteta::Float64Codec, Okteta::Hexadecimal8Codec, Okteta::Octal8Codec, Okteta::SInt16Codec, Okteta::SInt32Codec, Okteta::SInt64Codec, Okteta::SInt8Codec, Okteta::UInt16Codec, Okteta::UInt32Codec, Okteta::UInt64Codec, and Okteta::UInt8Codec.
virtual QByteArray Okteta::AbstractTypeCodec::valueToBytes |
( |
const QVariant & |
value | ) |
const |
|
pure virtual |
Implemented in Okteta::Char8Codec, Okteta::Utf8Codec, Okteta::Binary8Codec, Okteta::Float32Codec, Okteta::Float64Codec, Okteta::Hexadecimal8Codec, Okteta::Octal8Codec, Okteta::SInt16Codec, Okteta::SInt32Codec, Okteta::SInt64Codec, Okteta::SInt8Codec, Okteta::UInt16Codec, Okteta::UInt32Codec, Okteta::UInt64Codec, and Okteta::UInt8Codec.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:13 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.