GMP 0.4.0
Generative Metaprogramming library for C++
Loading...
Searching...
No Matches
gmp::xml_read_options Struct Reference

#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
 

Detailed Description

Definition at line 65 of file options.hpp.

Member Data Documentation

◆ max_container_size

std::size_t gmp::xml_read_options::max_container_size

Definition at line 69 of file options.hpp.

◆ max_depth

std::size_t gmp::xml_read_options::max_depth

Definition at line 66 of file options.hpp.

◆ max_input_size

std::size_t gmp::xml_read_options::max_input_size

Definition at line 67 of file options.hpp.

◆ max_string_size

std::size_t gmp::xml_read_options::max_string_size

Definition at line 68 of file options.hpp.


The documentation for this struct was generated from the following file: