Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added inclusion guards.
[xestiacalendar/.git] / source / common / text.h
index d730aae..0cc513a 100644 (file)
@@ -1,9 +1,21 @@
+#ifndef __COMMON_TEXT_H__
+#define __COMMON_TEXT_H__
+
 #include <string>
 #include <vector>
 #include <map>
 #include <iostream>
 
+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