#include <QueryableVector.h>
Public Member Functions | |
virtual size_t | getSelectionCount (const ora::Selection &selection) const =0 |
virtual void | invalidate ()=0 |
virtual bool | isValid () const =0 |
virtual bool | load (void *address) const =0 |
virtual bool | loadSelection (const ora::Selection &selection, void *address) const =0 |
virtual | ~IVectorLoader () |
Definition at line 13 of file QueryableVector.h.
virtual ora::IVectorLoader::~IVectorLoader | ( | ) | [inline, virtual] |
Definition at line 17 of file QueryableVector.h.
:
virtual size_t ora::IVectorLoader::getSelectionCount | ( | const ora::Selection & | selection | ) | const [pure virtual] |
Implemented in ora::QueryableVectorLoader.
virtual void ora::IVectorLoader::invalidate | ( | ) | [pure virtual] |
Implemented in ora::QueryableVectorLoader.
virtual bool ora::IVectorLoader::isValid | ( | ) | const [pure virtual] |
Implemented in ora::QueryableVectorLoader.
virtual bool ora::IVectorLoader::load | ( | void * | address | ) | const [pure virtual] |
Implemented in ora::QueryableVectorLoader.
virtual bool ora::IVectorLoader::loadSelection | ( | const ora::Selection & | selection, |
void * | address | ||
) | const [pure virtual] |
Implemented in ora::QueryableVectorLoader.