MCPcopy Create free account
hub / github.com/davisking/dlib / convert_tok_method_record

Function convert_tok_method_record

tools/htmlify/to_xml.cpp:1249–1260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1247// ----------------------------------------------------------------------------------------
1248
1249method_record convert_tok_method_record (
1250 const tok_method_record& rec,
1251 const unsigned long expand_tabs
1252)
1253{
1254 method_record temp;
1255
1256 temp.comment = format_comment(rec.comment, expand_tabs);
1257 temp.name = get_function_name(rec.declaration);
1258 temp.declaration = pretty_print_declaration(rec.declaration);
1259 return temp;
1260}
1261
1262// ----------------------------------------------------------------------------------------
1263

Callers 1

convert_tok_class_recordFunction · 0.85

Calls 3

format_commentFunction · 0.85
get_function_nameFunction · 0.85
pretty_print_declarationFunction · 0.85

Tested by

no test coverage detected