Horizon
Public Member Functions | List of all members
horizon::ColumnChooser::Adapter< T > Class Template Reference
Inheritance diagram for horizon::ColumnChooser::Adapter< T >:
horizon::ColumnChooser::IAdapter

Public Member Functions

 Adapter (std::vector< T > &cols)
 
bool has_column (int col) const override
 
void include_column (int col) override
 
void exclude_column (int col) override
 
void move_column (int col, bool up) override
 
std::vector< int > get_columns () const override
 
 Adapter (std::vector< T > &cols)
 
bool has_column (int col) const override
 
void include_column (int col) override
 
void exclude_column (int col) override
 
void move_column (int col, bool up) override
 
std::vector< int > get_columns () const override
 
- Public Member Functions inherited from horizon::ColumnChooser::IAdapter
virtual std::string get_column_name (int col) const =0
 
virtual std::map< int, std::string > get_column_names () const =0
 
virtual std::string get_column_name (int col) const =0
 
virtual std::map< int, std::string > get_column_names () const =0
 

The documentation for this class was generated from the following file: