iv::table_debug_context::RowHandle Class Reference
#include <TableDebugView.hpp>
Public Member Functions | |
| RowHandle (TableData *_table, std::any const &row_id) | |
| template<class ColumnT > | |
| ColumnHandle | Column (char const *col_name, ColumnT &&value) |
Detailed Description
Definition at line 61 of file TableDebugView.hpp.
Constructor & Destructor Documentation
◆ RowHandle()
| iv::table_debug_context::RowHandle::RowHandle | ( | TableData * | _table, |
| std::any const & | row_id | ||
| ) |
Definition at line 58 of file TableDebugView.cpp.
Member Function Documentation
◆ Column()
template<class ColumnT >
| ColumnHandle iv::table_debug_context::RowHandle::Column | ( | char const * | col_name, |
| ColumnT && | value | ||
| ) |
Definition at line 9 of file TableDebugView.inl.
The documentation for this class was generated from the following files:
- ivorium_core/DebugView/TableDebugView.hpp
- ivorium_core/DebugView/TableDebugView.cpp
- ivorium_core/DebugView/TableDebugView.inl

