All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <AbstractNumericalKey.h>
Public Member Functions | |
AbstractNumericalKey () | |
virtual int | byteCount () const =0 |
virtual AbstractNumericalCache * | createCache ()=0 |
virtual int | hash () const =0 |
virtual int | id () const =0 |
virtual bool | operator== (const AbstractNumericalKey &o)=0 |
virtual | ~AbstractNumericalKey () |
Static Public Member Functions | |
static int | newId () |
Brief description of class still missing.
Full description of class still missing
{}
virtual QGpCoreTools::AbstractNumericalKey::~AbstractNumericalKey | ( | ) | [inline, virtual] |
{}
virtual int QGpCoreTools::AbstractNumericalKey::byteCount | ( | ) | const [pure virtual] |
Implemented in GeopsyCore::DFFTPackKey, and QGpCoreTools::MatrixMultiplyKey.
virtual AbstractNumericalCache* QGpCoreTools::AbstractNumericalKey::createCache | ( | ) | [pure virtual] |
Implemented in GeopsyCore::DFFTPackKey, and QGpCoreTools::MatrixMultiplyKey.
virtual int QGpCoreTools::AbstractNumericalKey::hash | ( | ) | const [pure virtual] |
Implemented in GeopsyCore::DFFTPackKey, and QGpCoreTools::MatrixMultiplyKey.
virtual int QGpCoreTools::AbstractNumericalKey::id | ( | ) | const [pure virtual] |
Referenced by QGpCoreTools::HashNumericalKey::operator==().
static int QGpCoreTools::AbstractNumericalKey::newId | ( | ) | [inline, static] |
{return _newId++;}
virtual bool QGpCoreTools::AbstractNumericalKey::operator== | ( | const AbstractNumericalKey & | o | ) | [pure virtual] |
Implemented in GeopsyCore::DFFTPackKey, and QGpCoreTools::MatrixMultiplyKey.