Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
datatools::i_tree_dumpable::base_print_options Struct Reference

Default print options POD. More...

#include <bayeux/datatools/i_tree_dump.h>

Public Member Functions

void configure_from (const boost::property_tree::ptree &)
 
void export_to (boost::property_tree::ptree &)
 
void reset ()
 

Static Public Member Functions

static const std::string & inherit_key ()
 
static const std::string & title_key ()
 
static const std::string & indent_key ()
 
static boost::property_tree::ptree force_inheritance (const boost::property_tree::ptree &)
 

Public Attributes

bool inherit = false
 
std::string title
 
std::string indent
 

Detailed Description

Default print options POD.

Member Function Documentation

◆ configure_from()

void datatools::i_tree_dumpable::base_print_options::configure_from ( const boost::property_tree::ptree &  )

◆ export_to()

void datatools::i_tree_dumpable::base_print_options::export_to ( boost::property_tree::ptree &  )

◆ force_inheritance()

static boost::property_tree::ptree datatools::i_tree_dumpable::base_print_options::force_inheritance ( const boost::property_tree::ptree &  )
static

◆ indent_key()

static const std::string& datatools::i_tree_dumpable::base_print_options::indent_key ( )
static

◆ inherit_key()

static const std::string& datatools::i_tree_dumpable::base_print_options::inherit_key ( )
static

◆ reset()

void datatools::i_tree_dumpable::base_print_options::reset ( )

◆ title_key()

static const std::string& datatools::i_tree_dumpable::base_print_options::title_key ( )
static

Member Data Documentation

◆ indent

std::string datatools::i_tree_dumpable::base_print_options::indent

◆ inherit

bool datatools::i_tree_dumpable::base_print_options::inherit = false

◆ title

std::string datatools::i_tree_dumpable::base_print_options::title

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