Go to the source code of this file.
Namespaces | |
| random_iterator | |
random_iterator is the top-level namespace which contains all RandomIterator functions and types. | |
Macros | |
| #define | RandomIterator_VERSION 100001 |
The preprocessor macro RandomIterator_VERSION encodes the version number of the RandomIterator. More... | |
| #define | RandomIterator_MAJOR_VERSION (RandomIterator_VERSION / 100000) |
The preprocessor macro RandomIterator_MAJOR_VERSION encodes the major version number of RandomIterator. More... | |
| #define | RandomIterator_MINOR_VERSION (RandomIterator_VERSION / 100 % 1000) |
The preprocessor macro RandomIterator_MINOR_VERSION encodes the minor version number of RandomIterator. More... | |
| #define | RandomIterator_PATCH_NUMBER 0 |
The preprocessor macro RandomIterator_PATCH_NUMBER encodes the patch number of the RandomIterator library. More... | |
| #define RandomIterator_MAJOR_VERSION (RandomIterator_VERSION / 100000) |
Definition at line 70 of file RandomIterator.h.
| #define RandomIterator_MINOR_VERSION (RandomIterator_VERSION / 100 % 1000) |
Definition at line 76 of file RandomIterator.h.
| #define RandomIterator_PATCH_NUMBER 0 |
Definition at line 82 of file RandomIterator.h.
| #define RandomIterator_VERSION 100001 |
RandomIterator_VERSION % 100 is the patch version. RandomIterator_VERSION / 100 % 1000 is the feature version. RandomIterator_VERSION / 100000 is the major version.
Definition at line 63 of file RandomIterator.h.