16 #ifndef _UNIQUEIDALLOCATOR_H //[ 17 #define _UNIQUEIDALLOCATOR_H 19 #include "pandabase.h" 20 #include "numeric_types.h" 50 void initial_reserve_id(PN_uint32
id);
52 void free(PN_uint32 index);
53 PN_stdfloat fraction_used()
const;
55 void output(ostream &out)
const;
56 void write(ostream &out)
const;
59 static const PN_uint32 IndexEnd;
60 static const PN_uint32 IndexAllocated;
Manage a set of ID values from min to max inclusive.