|
GMP 0.4.0
Generative Metaprogramming library for C++
|
#include <options.hpp>
Public Attributes | |
| std::size_t | max_depth |
| std::size_t | max_input_size |
| std::size_t | max_string_size |
| std::size_t | max_container_size |
Definition at line 51 of file options.hpp.
| std::size_t gmp::json_read_options::max_container_size |
Definition at line 55 of file options.hpp.
| std::size_t gmp::json_read_options::max_depth |
Definition at line 52 of file options.hpp.
| std::size_t gmp::json_read_options::max_input_size |
Definition at line 53 of file options.hpp.
| std::size_t gmp::json_read_options::max_string_size |
Definition at line 54 of file options.hpp.