_column_types | gum::learning::DBRowGenerator< ALLOC > | protected |
_columns_of_interest | gum::learning::DBRowGenerator< ALLOC > | protected |
_computeRows(const DBRow< DBTranslatedValue, ALLOC > &row)=0 | gum::learning::DBRowGenerator< ALLOC > | protectedpure virtual |
_goal | gum::learning::DBRowGenerator< ALLOC > | protected |
_nb_remaining_output_rows | gum::learning::DBRowGenerator< ALLOC > | protected |
allocator_type typedef | gum::learning::DBRowGenerator< ALLOC > | |
clone() const =0 | gum::learning::DBRowGenerator< ALLOC > | pure virtual |
clone(const allocator_type &alloc) const =0 | gum::learning::DBRowGenerator< ALLOC > | pure virtual |
columnsOfInterest() const | gum::learning::DBRowGenerator< ALLOC > | |
DBRowGenerator(const std::vector< DBTranslatedValueType, ALLOC< DBTranslatedValueType > > column_types, const DBRowGeneratorGoal goal, const allocator_type &alloc=allocator_type()) | gum::learning::DBRowGenerator< ALLOC > | |
DBRowGenerator(const DBRowGenerator< ALLOC > &from) | gum::learning::DBRowGenerator< ALLOC > | |
DBRowGenerator(const DBRowGenerator< ALLOC > &from, const allocator_type &alloc) | gum::learning::DBRowGenerator< ALLOC > | |
DBRowGenerator(DBRowGenerator< ALLOC > &&from) | gum::learning::DBRowGenerator< ALLOC > | |
DBRowGenerator(DBRowGenerator< ALLOC > &&from, const allocator_type &alloc) | gum::learning::DBRowGenerator< ALLOC > | |
decreaseRemainingRows() | gum::learning::DBRowGenerator< ALLOC > | |
generate()=0 | gum::learning::DBRowGenerator< ALLOC > | pure virtual |
getAllocator() const | gum::learning::DBRowGenerator< ALLOC > | |
goal() const | gum::learning::DBRowGenerator< ALLOC > | |
hasRows() | gum::learning::DBRowGenerator< ALLOC > | |
operator=(const DBRowGenerator< ALLOC > &) | gum::learning::DBRowGenerator< ALLOC > | protected |
operator=(DBRowGenerator< ALLOC > &&) | gum::learning::DBRowGenerator< ALLOC > | protected |
reset() | gum::learning::DBRowGenerator< ALLOC > | virtual |
setColumnsOfInterest(const std::vector< std::size_t, ALLOC< std::size_t > > &cols_of_interest) | gum::learning::DBRowGenerator< ALLOC > | virtual |
setColumnsOfInterest(std::vector< std::size_t, ALLOC< std::size_t > > &&cols_of_interest) | gum::learning::DBRowGenerator< ALLOC > | virtual |
setInputRow(const DBRow< DBTranslatedValue, ALLOC > &row) | gum::learning::DBRowGenerator< ALLOC > | |
~DBRowGenerator() | gum::learning::DBRowGenerator< ALLOC > | virtual |