|
PTLib
Version 2.18.8
|
Version information. More...
#include <pprocess.h>
Public Member Functions | |
| PString | AsString (bool full=true) const |
| Build standard format string from version information. More... | |
Public Attributes | |
| unsigned | m_major |
| unsigned | m_minor |
| CodeStatus | m_status |
| unsigned | m_patch |
| unsigned | m_oem |
| unsigned | m_svn |
| const char * | m_git |
Version information.
| PString PProcess::VersionInfo::AsString | ( | bool | full = true | ) | const |
Build standard format string from version information.
| const char* PProcess::VersionInfo::m_git |
| unsigned PProcess::VersionInfo::m_major |
| unsigned PProcess::VersionInfo::m_minor |
| unsigned PProcess::VersionInfo::m_oem |
| unsigned PProcess::VersionInfo::m_patch |
| CodeStatus PProcess::VersionInfo::m_status |
| unsigned PProcess::VersionInfo::m_svn |