#include <libcwd/config.h>Include dependency graph for control_flag.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | libcwd |
Typedefs | |
| typedef unsigned int | control_flag_t |
Enumerations | |
| enum | continued_cf_nt { continued_cf } |
| continued_cf has its own type for overloading purposes. More... | |
Functions | |
| control_flag_t const | cond_nonewline_cf (bool cond) |
| Returns nonewline_cf when cond is true. | |
| control_flag_t const | cond_noprefix_cf (bool cond) |
| Returns noprefix_cf when cond is true. | |
| control_flag_t const | cond_nolabel_cf (bool cond) |
| Returns nolabel_cf when cond is true. | |
| control_flag_t const | cond_error_cf (bool err) |
| Returns error_cf when cond is true. | |
Variables | |
| control_flag_t const | nonewline_cf |
| Omit the default new line at the end. | |
| control_flag_t const | noprefix_cf |
| Omit margin, label, marker and indentation. | |
| control_flag_t const | nolabel_cf |
| Omit label, marker and indentation. | |
| control_flag_t const | blank_margin_cf |
| Replace margin by white space. | |
| control_flag_t const | blank_label_cf |
| Replace label by white space. | |
| control_flag_t const | blank_marker_cf |
| Replace marker by white space. | |
| control_flag_t const | cerr_cf |
| Force output to be written to cerr. | |
| control_flag_t const | flush_cf |
| Flush ostream after writing this output. | |
| control_flag_t const | wait_cf |
| If interactive, wait till return is pressed. | |
| control_flag_t const | error_cf |
| Append error string according to errno. | |