okteta
Okteta::Binary8Codec Class Reference
  #include <binary8codec.h>
Inheritance diagram for Okteta::Binary8Codec:

Public Member Functions | |
| Binary8Codec () | |
| virtual | ~Binary8Codec () | 
| virtual bool | areEqual (const QVariant &value, QVariant &otherValue) const | 
| virtual QVariant | value (const PODData &data, int *byteCount) const | 
| virtual QByteArray | valueToBytes (const QVariant &value) const | 
  Public Member Functions inherited from Okteta::AbstractTypeCodec | |
| virtual | ~AbstractTypeCodec () | 
| const QString & | name () const | 
Additional Inherited Members | |
  Protected Member Functions inherited from Okteta::AbstractTypeCodec | |
| AbstractTypeCodec (const QString &name) | |
Detailed Description
Definition at line 33 of file binary8codec.h.
Constructor & Destructor Documentation
| Okteta::Binary8Codec::Binary8Codec | ( | ) | 
Definition at line 35 of file binary8codec.cpp.
      
  | 
  virtual | 
Definition at line 59 of file binary8codec.cpp.
Member Function Documentation
      
  | 
  virtual | 
Implements Okteta::AbstractTypeCodec.
Definition at line 54 of file binary8codec.cpp.
      
  | 
  virtual | 
Implements Okteta::AbstractTypeCodec.
Definition at line 39 of file binary8codec.cpp.
      
  | 
  virtual | 
Implements Okteta::AbstractTypeCodec.
Definition at line 47 of file binary8codec.cpp.
The documentation for this class was generated from the following files:
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
            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.
    KDE API Reference
 Public Member Functions inherited from