Version.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace AppSecInc
4 {
6  namespace Version
7  {
12  bool IsWithinBounds(const std::wstring& version, const std::wstring& min, const std::wstring& max = L"");
13 
20  int Compare(const std::wstring& left, const std::wstring& right);
21  }
22 }
bool IsWithinBounds(const std::wstring &version, const std::wstring &min, const std::wstring &max=L"")
Check whether a dotted version string is within min/max bounds.
Definition: Version.cpp:34
int Compare(const std::wstring &left, const std::wstring &right)
Compare the two version strings.
Definition: Version.cpp:4


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com