|
GMP 0.4.0
Generative Metaprogramming library for C++
|
#include <options.hpp>
Public Attributes | |
| bool | pretty |
| unsigned | indent_width |
| std::size_t | max_depth |
| std::size_t | max_output_size |
Definition at line 44 of file options.hpp.
| unsigned gmp::json_write_options::indent_width |
Definition at line 46 of file options.hpp.
| std::size_t gmp::json_write_options::max_depth |
Definition at line 47 of file options.hpp.
| std::size_t gmp::json_write_options::max_output_size |
Definition at line 48 of file options.hpp.
| bool gmp::json_write_options::pretty |
Definition at line 45 of file options.hpp.