Class Row

Class Documentation

class Utils::Table::Row

Public Functions

inline Row()
Row(Table *table, vecstr const &cells = vecstr())
inline Table const *table() const
void cells(vecstr const &cells)
inline integer num_cells() const
integer cell_width(integer idx) const
void cell_col_span(integer idx, integer span)
void cell(string const &value)
inline Cell const &operator[](integer idx) const
inline Cell &operator[](integer idx)
integer height() const
string render() const