okteta
Classes |
Public Member Functions |
Static Public Attributes |
Protected Attributes |
List of all members
Okteta::PODData Class Reference
#include <poddata.h>
Classes | |
union | Aligned64Bit |
Public Member Functions | |
PODData () | |
unsigned long | bitValue (int noOfBitsToRead) const |
ByteOrder | byteOrder () const |
const Byte * | byteOrderSetData () const |
void | getPointers (const void **P8Bit, const void **P16Bit, const void **P32Bit, const void **P64Bit) const |
const Byte * | originalData () const |
const void * | pointer (int byteCount) const |
Byte * | rawData () |
void | setByteOrder (ByteOrder byteOrder) |
int | size () const |
bool | updateRawData (int size) |
Static Public Attributes | |
static const int | Size = sizeof(double) |
Protected Attributes | |
ByteOrder | mByteOrder |
Aligned64Bit | mByteOrderSetAligned64Bit |
Byte * | mCurrentEndiannessSetData |
Byte * | mCurrentOriginalData |
int | mCurrentSize |
Aligned64Bit | mOriginalAligned64Bit |
Detailed Description
Constructor & Destructor Documentation
Okteta::PODData::PODData | ( | ) |
Definition at line 37 of file poddata.cpp.
Member Function Documentation
unsigned long Okteta::PODData::bitValue | ( | int | noOfBitsToRead | ) | const |
Definition at line 67 of file poddata.cpp.
ByteOrder Okteta::PODData::byteOrder | ( | ) | const |
Definition at line 47 of file poddata.cpp.
const Byte * Okteta::PODData::byteOrderSetData | ( | ) | const |
Definition at line 46 of file poddata.cpp.
void Okteta::PODData::getPointers | ( | const void ** | P8Bit, |
const void ** | P16Bit, | ||
const void ** | P32Bit, | ||
const void ** | P64Bit | ||
) | const |
Definition at line 143 of file poddata.cpp.
const Byte * Okteta::PODData::originalData | ( | ) | const |
Definition at line 45 of file poddata.cpp.
const void * Okteta::PODData::pointer | ( | int | byteCount | ) | const |
Definition at line 157 of file poddata.cpp.
Byte * Okteta::PODData::rawData | ( | ) |
Definition at line 51 of file poddata.cpp.
void Okteta::PODData::setByteOrder | ( | ByteOrder | byteOrder | ) |
Definition at line 53 of file poddata.cpp.
int Okteta::PODData::size | ( | ) | const |
Definition at line 48 of file poddata.cpp.
bool Okteta::PODData::updateRawData | ( | int | size | ) |
Definition at line 118 of file poddata.cpp.
Member Data Documentation
|
protected |
|
protected |
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.