#include <format_paragraph.h>
Public Member Functions | |
| format_paragraph (const char *str, int left_col=0, int right_col=78, bool indent_first_line=true) | |
Public Attributes | |
| std::string | m_text |
| int | m_left_col |
| int | m_right_col |
| bool | m_indent_first_line |
Friends | |
| std::ostream & | operator<< (std::ostream &, const format_paragraph &) |
Leftmost column is 0.
First line may be started at current position by setting indent_first_line to false.
Definition at line 16 of file format_paragraph.h.
|
||||||||||||||||||||
|
Definition at line 8 of file format_paragraph.cpp. References m_indent_first_line, m_left_col, m_right_col, m_text, and safe_assign(). Here is the call graph for this function: ![]() |
|
||||||||||||
|
Definition at line 20 of file format_paragraph.cpp. |
|
|
Definition at line 24 of file format_paragraph.h. Referenced by format_paragraph(), and operator<<(). |
|
|
Definition at line 22 of file format_paragraph.h. Referenced by format_paragraph(), and operator<<(). |
|
|
Definition at line 23 of file format_paragraph.h. Referenced by format_paragraph(), and operator<<(). |
|
|
Definition at line 21 of file format_paragraph.h. Referenced by format_paragraph(), and operator<<(). |
1.4.3