Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added inclusion guards.
[xestiacalendar/.git] / source / common / text.h
1 #ifndef __COMMON_TEXT_H__
2 #define __COMMON_TEXT_H__
4 #include <string>
5 #include <vector>
6 #include <map>
7 #include <iostream>
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