#include "Core/Table/QuidTable.h"
#include "Core/Table/SelectOneColumn.h"
#include "Core/Table/Criterion.h"
Include dependency graph for SelectQuids.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Table |
Functions | |
template<class T, class Criterion> | |
void | Impala::Core::Table::SelectQuids (QuidTable *&dst, T *src, Criterion &c, bool doClearDst) |
Select all items from the first column of src satisfying c. | |
template<class T, class Criterion> | |
QuidTable * | Impala::Core::Table::SelectQuids (T *src, Criterion &c) |
Select all items from the first column of src satisfying c. | |
template<class T> | |
void | Impala::Core::Table::SelectQuidsByObject (QuidTable *&dst, T *src, int quidObject, bool doClearDst) |
Select Quids in the first column of src that belong to the given object. | |
template<class T> | |
void | Impala::Core::Table::SelectQuidsByObjectSet (QuidTable *&dst, T *src, std::vector< int > quidObjects, bool doClearDst) |
Select Quids in the first column of src that belong to the given object set. |