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

Function convert_tok_variable_record

tools/htmlify/to_xml.cpp:1238–1245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1236// ----------------------------------------------------------------------------------------
1237
1238variable_record convert_tok_variable_record (
1239 const tok_variable_record& rec
1240)
1241{
1242 variable_record temp;
1243 temp.declaration = pretty_print_declaration(rec.declaration);
1244 return temp;
1245}
1246
1247// ----------------------------------------------------------------------------------------
1248

Callers 1

convert_tok_class_recordFunction · 0.85

Calls 1

pretty_print_declarationFunction · 0.85

Tested by

no test coverage detected