Exemple #1
0
 inline std::string pretty_function_name_element::visit
 (
  format &f, 
  const log_param_t &log_param
  )
 {
   return f.accept(*this, log_param.m_func_sig);
 }
Exemple #2
0
 inline std::string scope_element::visit(format &f, 
                                         const log_param_t &log_param)
 {
   return f.accept(*this, log_param.m_scope);
 }
Exemple #3
0
//  Element functions definition ---------------------------------------------//
  inline std::string log_element::visit(format &f, 
                                        const log_param_t &log_param)
  {
    return f.accept(*this);
  }