#include <texout.hpp>
Public Member Functions | |
| matrix_line () | |
| Not initialized object. | |
| matrix_line (std::size_t pos_a, matrix_line_type mlt_a=mlt_solid) | |
Public Attributes | |
| std::size_t | pos |
| Line position: before this row or column line will be inserted. | |
| matrix_line_type | mlt |
| Type of a line. | |
Determines the line as its position and type.
Definition at line 374 of file texout.hpp.
| Arageli::matrix_line::matrix_line | ( | ) | [inline] |
| Arageli::matrix_line::matrix_line | ( | std::size_t | pos_a, | |
| matrix_line_type | mlt_a = mlt_solid | |||
| ) | [inline] |
Definition at line 379 of file texout.hpp.
| std::size_t Arageli::matrix_line::pos |
Line position: before this row or column line will be inserted.
Definition at line 382 of file texout.hpp.
1.4.7