| Main Page Class Hierarchy Alphabetical List Compound List Examples |
A three levels version string class. More...
#include <version.h>
Public Types | |
| typedef unsigned int | ver_type |
Protected Attributes | |
| ver_type | m_maj |
| ver_type | m_min |
| ver_type | m_build |
Friends | |
| std::ostream & | operator<< (std::ostream &, const Version &) |
A three levels version string class.
format: maj.min[.build] \d+.\d+(.\d+)? es. 1.1, 1.23.5, 1.2.3, 1.2.3, 1.11 22.1.3, 0.1.234