Table.h File Reference
Include dependency graph for Table.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mc_rtc::gui::details::TableImpl< GetHeader, GetData >
 
struct  mc_rtc::gui::details::FormattedTableImpl< GetHeader, GetFormat, GetData >
 
struct  mc_rtc::gui::details::StaticTableImpl< GetData >
 

Namespaces

 mc_rtc
 
 mc_rtc::gui
 
 mc_rtc::gui::details
 

Functions

template<typename GetData >
auto mc_rtc::gui::Table (const std::string &name, std::vector< std::string > header, GetData get_data_fn)
 
template<typename GetData >
auto mc_rtc::gui::Table (const std::string &name, std::vector< std::string > header, std::vector< std::string > format, GetData get_data_fn)
 
template<typename GetHeader , typename GetData >
auto mc_rtc::gui::Table (const std::string &name, GetHeader get_header_fn, GetData get_data_fn)
 
template<typename GetHeader , typename GetFormat , typename GetData >
auto mc_rtc::gui::Table (const std::string &name, GetHeader get_header_fn, GetFormat get_format_fn, GetData get_data_fn)