#include <pStatClientVersion.h>
Inheritance diagram for PStatClientVersion:
Public Member Functions | |
PStatClientVersion () | |
INLINE int | get_major_version () const |
INLINE int | get_minor_version () const |
INLINE void | set_version (int major_version, int minor_version) |
INLINE bool | is_at_least (int major_version, int minor_version) const |
Private Attributes | |
int | _major_version |
int | _minor_version |
|
Definition at line 29 of file pStatClientVersion.cxx. References _major_version, _minor_version, get_current_pstat_major_version(), and get_current_pstat_minor_version(). |
|
|
|
|
|
|
|
|
|
Definition at line 45 of file pStatClientVersion.h. Referenced by PStatClientVersion(). |
|
Definition at line 46 of file pStatClientVersion.h. Referenced by PStatClientVersion(). |