A data structure for holding version information. More...
#include <DataTypes.h>
Public Attributes | |
int | m_major |
int | m_minor |
int | m_release |
A data structure for holding version information.
Definition at line 41 of file DataTypes.h.
int te::pgis::VersionInfo::m_major |
Definition at line 43 of file DataTypes.h.
int te::pgis::VersionInfo::m_minor |
Definition at line 44 of file DataTypes.h.
int te::pgis::VersionInfo::m_release |
Definition at line 45 of file DataTypes.h.