Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added HexToInt function and unit tests for it.
[xestiacalendar/.git] / source / common / text.h
1 #ifndef __COMMON_TEXT_H__
2 #define __COMMON_TEXT_H__
4 #include <string>
5 #include <sstream>
6 #include <vector>
7 #include <map>
8 #include <iostream>
9 #include <stdexcept>
11 struct PropertyNameValue{
12         std::string Name;
13         std::string Value;
14 };
16 std::multimap<std::string, std::string> ProcessTextVectors(std::vector<std::string> *TextProperties,
17         std::vector<std::string> *TextValues,
18         bool SearchMultiple,
19         std::string Property);
20 std::map<std::string, std::string> SplitValues(std::string InputData);
21 PropertyNameValue SplitNameValue(std::string InputData);
22 bool HexToInt(std::string *HexString, int *Number);
24 #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