Functions
fhicl::detail::table 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::table::closing_brace ( )
inline

Definition at line 37 of file printing_helpers.h.

38  {
39  return "}";
40  }
std::string fhicl::detail::table::opening_brace ( )
inline

Definition at line 32 of file printing_helpers.h.

33  {
34  return "{";
35  }
std::string fhicl::detail::table::printed_prefix ( std::string const &  key)

Definition at line 69 of file printing_helpers.cc.

70 {
73  result = key + ": " + result;
74  return result;
75 }
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