#include "xstypesconfig.h"
Go to the source code of this file.
Classes | |
class | XsSimpleVersion |
A class to store version information. More... | |
Macros | |
#define | XSSIMPLEVERSION_INITIALIZER { 0, 0, 0 } |
Typedefs | |
typedef struct XsSimpleVersion | XsSimpleVersion |
Functions | |
XSTYPES_DLL_API int | XsSimpleVersion_compare (XsSimpleVersion const *a, XsSimpleVersion const *b) |
Compare two XsSimpleVersion objects. More... | |
XSTYPES_DLL_API int | XsSimpleVersion_empty (const XsSimpleVersion *thisPtr) |
XSTYPES_DLL_API void | XsSimpleVersion_osVersion (XsSimpleVersion *thisPtr) |
Platdorm independent request of the OS version. Results are cached and of course platform dependent. More... | |
XSTYPES_DLL_API void | XsSimpleVersion_swap (XsSimpleVersion *a, XsSimpleVersion *b) |
Swap the contents of a with those of b. More... | |
#define XSSIMPLEVERSION_INITIALIZER { 0, 0, 0 } |
Definition at line 78 of file xssimpleversion.h.
typedef struct XsSimpleVersion XsSimpleVersion |
Definition at line 79 of file xssimpleversion.h.
|
related |