Repetier-Host Plugin  2.0.0
RepetierHostExtender.geom.IDGenerator Class Reference

The id generator manages a pool of ids. Each call of AllocateId will return a returned id or create a new id. That way a pool of unique ids is maintained without letting the ids increase for ever. The smallest id returned is 1. More...

Public Member Functions

int AllocateId ()
 
void ReturnId (int id)
 

Detailed Description

The id generator manages a pool of ids. Each call of AllocateId will return a returned id or create a new id. That way a pool of unique ids is maintained without letting the ids increase for ever. The smallest id returned is 1.


The documentation for this class was generated from the following file:
About Us | Privacy Policy