|
repr 0.1
Reconstructable string representations and more
|
#include <options.h>
Public Types | |
| enum | Source { RTTI , CTTI , SOURCE_LOCATION } |
Public Member Functions | |
| bool | should_print_type (std::size_t level) const |
Public Attributes | |
| bool | print_type = true |
| bool | explicit_types = false |
| Source | name_source = RTTI |
| std::size_t | indent = 0 |
| std::size_t | max_width = librepr::get_terminal_width() |
|
inline |
| std::size_t librepr::Options::indent = 0 |
| std::size_t librepr::Options::max_width = librepr::get_terminal_width() |