#include <Indentation.h>
Definition at line 21 of file Indentation.h.
fhicl::detail::Indentation::Indentation |
( |
unsigned const |
iil = 0u | ) |
|
|
inlineexplicit |
Definition at line 23 of file Indentation.h.
std::stack< std::string > indents_
static constexpr std::size_t indent_increment
fhicl::detail::Indentation::Indentation |
( |
std::string const & |
prefix | ) |
|
|
inlineexplicit |
Definition at line 27 of file Indentation.h.
std::stack< std::string > indents_
void fhicl::detail::Indentation::modify_top |
( |
std::string const & |
s | ) |
|
|
inline |
Definition at line 36 of file Indentation.h.
std::stack< std::string > indents_
std::string const& fhicl::detail::Indentation::operator() |
( |
| ) |
const |
|
inline |
Definition at line 30 of file Indentation.h.
std::stack< std::string > indents_
void fhicl::detail::Indentation::pop |
( |
| ) |
|
|
inline |
Definition at line 54 of file Indentation.h.
std::stack< std::string > indents_
void fhicl::detail::Indentation::push |
( |
| ) |
|
|
inline |
Definition at line 59 of file Indentation.h.
std::stack< std::string > indents_
static constexpr std::size_t indent_increment
auto fhicl::detail::Indentation::size |
( |
| ) |
|
|
inline |
Definition at line 48 of file Indentation.h.
std::stack< std::string > indents_
constexpr std::size_t fhicl::detail::Indentation::indent_increment = 3u |
|
staticprivate |
std::stack<std::string> fhicl::detail::Indentation::indents_ |
|
private |
The documentation for this class was generated from the following file: