RandomIterator
RandomIterator.h File Reference

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...
 

Macro Definition Documentation

◆ RandomIterator_MAJOR_VERSION

#define RandomIterator_MAJOR_VERSION   (RandomIterator_VERSION / 100000)

Definition at line 57 of file RandomIterator.h.

◆ RandomIterator_MINOR_VERSION

#define RandomIterator_MINOR_VERSION   (RandomIterator_VERSION / 100 % 1000)

Definition at line 63 of file RandomIterator.h.

◆ RandomIterator_PATCH_NUMBER

#define RandomIterator_PATCH_NUMBER   0

Definition at line 69 of file RandomIterator.h.

◆ RandomIterator_VERSION

#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 50 of file RandomIterator.h.