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

#include <options.hpp>

Public Attributes

bool pretty
 
unsigned indent_width
 
std::size_t max_depth
 
std::size_t max_output_size
 

Detailed Description

Definition at line 58 of file options.hpp.

Member Data Documentation

◆ indent_width

unsigned gmp::xml_write_options::indent_width

Definition at line 60 of file options.hpp.

◆ max_depth

std::size_t gmp::xml_write_options::max_depth

Definition at line 61 of file options.hpp.

◆ max_output_size

std::size_t gmp::xml_write_options::max_output_size

Definition at line 62 of file options.hpp.

◆ pretty

bool gmp::xml_write_options::pretty

Definition at line 59 of file options.hpp.


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