![]() |
|
|||
File indexing completed on 2023-03-17 10:51:37
0001 #ifndef DD_DDSPLIT_H 0002 #define DD_DDSPLIT_H 0003 0004 #include <string> 0005 #include <utility> 0006 0007 //! split into (name,namespace), separator = ':' 0008 std::pair<std::string, std::string> DDSplit(const std::string& n); 0009 0010 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |