#include <CdbType2Id.hh>
Static Public Member Functions | |
| unsigned int | next () |
| Produce the next unique number. | |
The generator will produce unsigned integer numbers starting with 0 every time the CdbDefaultTypeIdGenerator::next() method is invoked.
The class is used in the unique mapping scheme between C++ types and numbers.
IMPORTANT DESIGN NOTE:
That the mapping can't be persistent or it can't be used in any way beyong the lifespan of a process.
Definition at line 23 of file CdbType2Id.hh.
|
|
Produce the next unique number. The first time the method gets called it will produce 0. Definition at line 31 of file CdbType2Id.hh. |
1.3-rc3