8#ifndef INCLUDED_BDLM_INSTANCECOUNT
9#define INCLUDED_BDLM_INSTANCECOUNT
97#include <bsls_atomic.h>
116 template <
class OBJECT_TYPE>
129template <
class OBJECT_TYPE>
Definition bsls_atomic.h:1195
#define BSLS_IDENT(str)
Definition bsls_ident.h:195
Definition bdlm_instancecount.h:101
This mechanism provides type specific instance counts.
Definition bdlm_instancecount.h:108
static Value nextInstanceNumber()
Return the next instance number for the specified OBJECT_TYPE.
Definition bdlm_instancecount.h:131
bsls::Types::Uint64 Value
Definition bdlm_instancecount.h:111
unsigned long long Uint64
Definition bsls_types.h:137