/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
openlr/openlr_model_xml.hpp
18 строк
350 B
tatiana-yan
Got rid of the old style std/ includes for several files.
19 сен 2019, 13:36
19 сен 2019, 13:36
e04fc71
Код
Авторство
О чём код?
#pragma once #include <vector> namespace pugi { class xml_document; class xml_node; } // namespace pugi namespace openlr { struct LinearSegment; bool SegmentFromXML(pugi::xml_node const & segmentNode, LinearSegment & segment); bool ParseOpenlr(pugi::xml_document const & document, std::vector<LinearSegment> & segments); } // namespace openlr