Go to the source code of this file.
Go to the SVN repository for this file.
|
bool | IsBetterVersion (const CVersionInfo &info, const CVersionInfo &cinfo, int &best_major, int &best_minor, int &best_patch_level) |
| Return true if one version info is matches another better than the best variant. More...
|
|
bool | operator== (const CVersionInfo &v1, const CVersionInfo &v2) |
|
bool | operator< (const CVersionInfo &v1, const CVersionInfo &v2) |
|
ostream & | operator<< (ostream &strm, const CVersionInfo &v) |
|
template<class It > |
It | FindVersion (It first, It last, const CVersionInfo &info) |
| Algorithm function to find version in the container. More...
|
|
template<class TClass > |
TClass::const_iterator | FindVersion (const TClass &cont, const CVersionInfo &info) |
| Algorithm function to find version in the container. More...
|
|
void | ParseVersionString (const string &vstr, string *program_name, CVersionInfo *ver) |
| Parse string, extract version info and program name (case insensitive) More...
|
|