Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added SplitValues and SplitNameValues in common/text.{cpp,h}
[xestiacalendar/.git] / source / common / text.h
index d730aae..c4813e1 100644 (file)
@@ -3,7 +3,19 @@
 #include <map>
 #include <iostream>
 
+#ifndef __COMMON_TEXT_H__
+#define __COMMON_TEXT_H__
+
+struct PropertyNameValue{
+       std::string Name;
+       std::string Value;
+};
+
 std::multimap<std::string, std::string> ProcessTextVectors(std::vector<std::string> *TextProperties,
        std::vector<std::string> *TextValues,
        bool SearchMultiple,
-       std::string Property);
\ No newline at end of file
+       std::string Property);
+std::map<std::string, std::string> SplitValues(std::string InputData);
+PropertyNameValue SplitNameValue(std::string InputData);
+
+#endif
\ No newline at end of file
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy