#include "xstypesconfig.h"

Go to the source code of this file.
Classes | |
| class | XsRange |
| A class whose objects can be used to store a range. It provides method to check whether a value is inside the range. More... | |
Macros | |
| #define | XSRANGE_INITIALIZER { 0, -1 } |
Typedefs | |
| typedef struct XsRange | XsRange |
Functions | |
| XSTYPES_DLL_API int | XsRange_contains (const struct XsRange *thisPtr, int i) |
| XSTYPES_DLL_API int | XsRange_count (const struct XsRange *thisPtr) |
| XSTYPES_DLL_API int | XsRange_empty (const struct XsRange *thisPtr) |
| XSTYPES_DLL_API int | XsRange_interval (const struct XsRange *thisPtr) |
| XSTYPES_DLL_API void | XsRange_setRange (struct XsRange *thisPtr, int f, int l) |
| XSTYPES_DLL_API int XsRange_contains | ( | const struct XsRange * | thisPtr, |
| int | i | ||
| ) |
| XSTYPES_DLL_API int XsRange_count | ( | const struct XsRange * | thisPtr | ) |
| XSTYPES_DLL_API int XsRange_empty | ( | const struct XsRange * | thisPtr | ) |
| XSTYPES_DLL_API int XsRange_interval | ( | const struct XsRange * | thisPtr | ) |
|
related |