Navigation
index
toc
next
previous
Utils
»
C++ API
»
Class Row
Class Row
¶
Defined in
File Table.hxx
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
¶
Quick search
Table of Contents
rang - Colors for your Terminal
Zstr
C++ API
«
hide menu
menu
sidebar
»
Navigation
index
toc
next
previous
Utils
»
C++ API
»
Class Row