Constructors
Synopses
Declared in <bdlc_indexclerk.h>
Create a new index clerk that dispenses consecutive non‐negative integers beginning with 0, 1, 2, ...; however, indices returned via putIndex will be reissued before any new ones are created. Optionally specify a basicAllocator used to supply memory. If basicAllocator is 0, the currently installed default allocator is used.
explicit
IndexClerk(bslma::Allocator* basicAllocator = 0);
Create a new index clerk having the value of the specified original index clerk. Optionally specify a basicAllocator used to supply memory. If basicAllocator is 0, the currently installed default allocator is used.
IndexClerk(
IndexClerk const& original,
bslma::Allocator* basicAllocator = 0);
Created with MrDocs