Navigation
index
toc
next
previous
Utils
»
C++ API
»
Class Cell
Class Cell
¶
Defined in
File Table.hxx
Class Documentation
¶
class
Utils
::
Table
::
Cell
¶
Public Functions
inline
Cell
(
)
¶
Cell
(
Table
*
table
,
string
const
&
val
=
""
,
integer
col_span
=
1
)
¶
inline
string
const
&
value
(
)
const
¶
inline
void
value
(
string
const
&
val
)
¶
inline
Alignment
alignment
(
)
const
¶
inline
void
alignment
(
Alignment
align
)
¶
inline
integer
col_span
(
)
const
¶
inline
void
col_span
(
integer
col_span
)
¶
integer
width
(
integer
col
)
const
¶
integer
height
(
)
const
¶
integer
maximum_line_width
(
)
const
¶
string
line
(
integer
idx
)
const
¶
void
trim_line
(
string
&
line
)
const
¶
string
render
(
integer
line
,
integer
col
)
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 Cell