X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Ftext.h;h=c4813e1d9ab5cc98a3ca95ffb84901a21496f060;hb=ce0d1d07ea89abafb4debeb31e23f1b598fd9951;hp=d730aae6714ff1b95b0a4b8b9bd07437849a4f8f;hpb=b143e06514c9b2080505f8057c5df52cb7525dfa;p=xestiacalendar%2F.git diff --git a/source/common/text.h b/source/common/text.h index d730aae..c4813e1 100644 --- a/source/common/text.h +++ b/source/common/text.h @@ -3,7 +3,19 @@ #include #include +#ifndef __COMMON_TEXT_H__ +#define __COMMON_TEXT_H__ + +struct PropertyNameValue{ + std::string Name; + std::string Value; +}; + std::multimap ProcessTextVectors(std::vector *TextProperties, std::vector *TextValues, bool SearchMultiple, - std::string Property); \ No newline at end of file + std::string Property); +std::map SplitValues(std::string InputData); +PropertyNameValue SplitNameValue(std::string InputData); + +#endif \ No newline at end of file