Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
random.cpp: Added code and headers.
[xestiacalendar/.git] / source / common / text.h
index 0cc513a..1c1c008 100644 (file)
@@ -2,9 +2,12 @@
 #define __COMMON_TEXT_H__
 
 #include <string>
+#include <sstream>
 #include <vector>
 #include <map>
 #include <iostream>
+#include <stdexcept>
+#include <iomanip>
 
 struct PropertyNameValue{
        std::string Name;
@@ -17,5 +20,10 @@ std::multimap<std::string, std::string> ProcessTextVectors(std::vector<std::stri
        std::string Property);
 std::map<std::string, std::string> SplitValues(std::string InputData);
 PropertyNameValue SplitNameValue(std::string InputData);
+bool HexToInt(std::string *HexString, int *Number);
+bool IntToHex(int *Number, std::string *HexString, int HexFill);
+void SplitPathFilename(std::string *CalendarEntryHREF, std::string *EntryURIPath, 
+       std::string *EntryFilename);
+std::string OutputText(std::string *TextInput);
 
 #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