Functions
fhicl::detail::sequence Namespace Reference

Functions

std::string opening_brace ()
 
std::string closing_brace ()
 
std::string printed_prefix (std::string const &key)
 

Function Documentation

std::string fhicl::detail::sequence::closing_brace ( )
inline

Definition at line 51 of file printing_helpers.h.

52  {
53  return "]";
54  }
std::string fhicl::detail::sequence::opening_brace ( )
inline

Definition at line 46 of file printing_helpers.h.

47  {
48  return "[";
49  }
std::string fhicl::detail::sequence::printed_prefix ( std::string const &  key)

Definition at line 81 of file printing_helpers.cc.

82 {
85  result = key + ": " + result;
86  return result;
87 }
bool is_sequence_element(std::string const &key)
static QCString result
std::string opening_brace()
std::string string
Definition: nybbler.cc:12
def key(type, name=None)
Definition: graph.py:13