3#ifndef IMT_BASE_LIB_STRINGS_STRINGTOKENIZER_H
4#define IMT_BASE_LIB_STRINGS_STRINGTOKENIZER_H
42 explicit StringTokenizer(std::wstring
const&
string, std::wstring
const& delim = L
",",
bool const doTrimTokens =
false);
49 bool hasMoreTokens()
const;
56 std::wstring getNextToken();
60 std::wstring m_parseString;
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int32 uint32_t