Namespace for the Optimist library.
|
static std::string | table_top_left_corner () |
| Retrieve the Unicode character for the top-left corner of a table.
|
|
static std::string | table_top_right_corner () |
| Retrieve the Unicode character for the top-right corner of a table.
|
|
static std::string | table_bottom_left_corner () |
| Retrieve the Unicode character for the bottom-left corner of a table.
|
|
static std::string | table_bottom_right_corner () |
| Retrieve the Unicode character for the bottom-right corner of a table.
|
|
static std::string | table_left_junction () |
| Retrieve the Unicode character for the left junction of a table.
|
|
static std::string | table_right_junction () |
| Retrieve the Unicode character for the right junction of a table.
|
|
static std::string | table_top_junction () |
| Retrieve the Unicode character for the top junction of a table.
|
|
static std::string | table_bottom_junction () |
| Retrieve the Unicode character for the bottom junction of a table.
|
|
static std::string | table_center_cross () |
| Retrieve the Unicode character for the center cross of a table.
|
|
static std::string | table_horizontal_line () |
| Retrieve the Unicode character for the horizontal line of a table.
|
|
template<Integer N> |
static std::string | table_horizontal_line () |
| Retrieve the Unicode character for a number of horizontal lines of a table.
|
|
static std::string | table_vertical_line () |
| Retrieve the Unicode character for the vertical line of a table.
|
|
◆ Integer
The Integer type, #define
the preprocessor symbol OPTIMIST_DEFAULT_INTEGER_TYPE
. The default value is int
.
◆ table_bottom_junction()
static std::string Optimist::table_bottom_junction |
( |
| ) |
|
|
inlinestatic |
- Returns
- Unicode character for the bottom junction of a table.
◆ table_bottom_left_corner()
static std::string Optimist::table_bottom_left_corner |
( |
| ) |
|
|
inlinestatic |
- Returns
- Unicode character for the bottom-left corner of a table.
◆ table_bottom_right_corner()
static std::string Optimist::table_bottom_right_corner |
( |
| ) |
|
|
inlinestatic |
- Returns
- Unicode character for the bottom-right corner of a table.
◆ table_center_cross()
static std::string Optimist::table_center_cross |
( |
| ) |
|
|
inlinestatic |
- Returns
- Unicode character for the center cross of a table.
◆ table_horizontal_line() [1/2]
static std::string Optimist::table_horizontal_line |
( |
| ) |
|
|
inlinestatic |
- Returns
- Unicode character for the horizontal line of a table.
◆ table_horizontal_line() [2/2]
static std::string Optimist::table_horizontal_line |
( |
| ) |
|
|
inlinestatic |
- Returns
- Unicode character for the horizontal lines of a table.
- Template Parameters
-
N | Number of horizontal lines. |
◆ table_left_junction()
static std::string Optimist::table_left_junction |
( |
| ) |
|
|
inlinestatic |
- Returns
- Unicode character for the left junction of a table.
◆ table_right_junction()
static std::string Optimist::table_right_junction |
( |
| ) |
|
|
inlinestatic |
- Returns
- Unicode character for the right junction of a table.
◆ table_top_junction()
static std::string Optimist::table_top_junction |
( |
| ) |
|
|
inlinestatic |
- Returns
- Unicode character for the top junction of a table.
◆ table_top_left_corner()
static std::string Optimist::table_top_left_corner |
( |
| ) |
|
|
inlinestatic |
- Returns
- Unicode character for the top-left corner of a table.
◆ table_top_right_corner()
static std::string Optimist::table_top_right_corner |
( |
| ) |
|
|
inlinestatic |
- Returns
- Unicode character for the top-right corner of a table.
◆ table_vertical_line()
static std::string Optimist::table_vertical_line |
( |
| ) |
|
|
inlinestatic |
- Returns
- Unicode character for the vertical line of a table.