Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
c4813e1d9ab5cc98a3ca95ffb84901a21496f060
[xestiacalendar/.git] / source / common / text.h
1 #include <string>
2 #include <vector>
3 #include <map>
4 #include <iostream>
6 #ifndef __COMMON_TEXT_H__
7 #define __COMMON_TEXT_H__
9 struct PropertyNameValue{
10         std::string Name;
11         std::string Value;
12 };
14 std::multimap<std::string, std::string> ProcessTextVectors(std::vector<std::string> *TextProperties,
15         std::vector<std::string> *TextValues,
16         bool SearchMultiple,
17         std::string Property);
18 std::map<std::string, std::string> SplitValues(std::string InputData);
19 PropertyNameValue SplitNameValue(std::string InputData);
21 #endif
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