#include <ghttp.h>
Inheritance diagram for gVersion:
Public Member Functions | |
gVersion (short major=-1, short minor=-1) | |
virtual | ~gVersion () |
virtual bool | SetVersion (gString &s) |
bool | operator> (gVersion &version) |
bool | operator< (gVersion &version) |
Public Attributes | |
short | vMajor |
short | vMinor |
Protected Member Functions | |
int | thisSetMajorOrMinor (char *s, short &ver) |
|
|
|
|
|
|
|
|
|
Definition at line 26 of file ghttp.cpp. Referenced by gXHttpGeneric::GetVersion(). |
|
Definition at line 57 of file ghttp.cpp. Referenced by SetVersion(). |
|
Definition at line 19 of file ghttp.h. Referenced by operator<(), operator>(), and SetVersion(). |
|
Definition at line 20 of file ghttp.h. Referenced by operator<(), operator>(), and SetVersion(). |