Simple counter that manually tracks utilization. It is not thread-safe.
void decrement_use()
Decrements the usage. The current count must be greater than one.
void increment_use()
Increments the usage.
unsigned int get_use_count() const
Returns the current usage.
Use_counted_object()
Constructor.
unsigned int m_use_count
The current usage count.
Flow-IPC module containing miscellaneous general-use facilities that ubiquitously used by ~all Flow-I...