#include "/cvmfs/nova.opensciencegrid.org/externals/fhiclcpp/v4_06_10/source/fhiclcpp/detail/Indentation.h"
Public Member Functions | |
Indentation (unsigned const iil=0u) | |
Indentation (std::string const &prefix) | |
std::string const & | operator() () const |
void | modify_top (std::string const &s) |
auto | size () |
void | pop () |
void | push () |
Private Attributes | |
std::stack< std::string > | indents_ |
Static Private Attributes | |
static constexpr std::size_t | indent_increment = 3u |
Definition at line 22 of file Indentation.h.
|
inline |
Definition at line 24 of file Indentation.h.
References indent_increment, and string.
|
inline |
|
inline |
Definition at line 37 of file Indentation.h.
References ana::assert(), and indents_.
|
inline |
|
inline |
Definition at line 55 of file Indentation.h.
References indents_.
Referenced by fhicl::detail::MaybeDisplayParent::closing_braces().
|
inline |
Definition at line 60 of file Indentation.h.
References indent_increment, indents_, and string.
Referenced by fhicl::detail::MaybeDisplayParent::MaybeDisplayParent().
|
inline |
|
staticprivate |
Definition at line 66 of file Indentation.h.
Referenced by Indentation(), and push().
|
private |
Definition at line 67 of file Indentation.h.
Referenced by modify_top(), operator()(), pop(), push(), and size().