#include <QueryableVectorData.h>
Public Member Functions | |
bool | hasLoader () const |
void | install (boost::shared_ptr< IVectorLoader > &loader) |
boost::shared_ptr< IVectorLoader > | loader () const |
LoaderClient () | |
LoaderClient (boost::shared_ptr< IVectorLoader > &loader) | |
LoaderClient (const LoaderClient &rhs) | |
LoaderClient & | operator= (const LoaderClient &rhs) |
void | reset () |
virtual | ~LoaderClient () |
Private Attributes | |
boost::shared_ptr< IVectorLoader > | m_loader |
Definition at line 348 of file QueryableVectorData.h.
ora::LoaderClient::LoaderClient | ( | ) |
Definition at line 5 of file QueryableVectorData.cc.
|
virtual |
Definition at line 21 of file QueryableVectorData.cc.
|
explicit |
Definition at line 8 of file QueryableVectorData.cc.
ora::LoaderClient::LoaderClient | ( | const LoaderClient & | rhs | ) |
Definition at line 11 of file QueryableVectorData.cc.
bool ora::LoaderClient::hasLoader | ( | ) | const |
Definition at line 28 of file QueryableVectorData.cc.
void ora::LoaderClient::install | ( | boost::shared_ptr< IVectorLoader > & | loader | ) |
Definition at line 32 of file QueryableVectorData.cc.
Referenced by ora::QueryableVectorReader::read().
boost::shared_ptr< ora::IVectorLoader > ora::LoaderClient::loader | ( | ) | const |
Definition at line 24 of file QueryableVectorData.cc.
ora::LoaderClient & ora::LoaderClient::operator= | ( | const LoaderClient & | rhs | ) |
Definition at line 14 of file QueryableVectorData.cc.
References m_loader.
void ora::LoaderClient::reset | ( | ) |
|
mutableprivate |
Definition at line 370 of file QueryableVectorData.h.
Referenced by operator=().