| 27 | } |
| 28 | |
| 29 | std::string form_attribute_name(const std::string& elem_name, |
| 30 | const std::string& prop_name) { |
| 31 | return elem_name + "_" + prop_name; |
| 32 | } |
| 33 | |
| 34 | int ply_parser_call_back(p_ply_argument argument) { |
| 35 | p_ply_element elem; |
no outgoing calls
no test coverage detected