Bitcoin ABC  0.26.3
P2P Digital Currency
Public Attributes | List of all members
memusage::stl_shared_counter Struct Reference

#include <memusage.h>

Public Attributes

void * class_type
 Various platforms use different sized counters here. More...
 
size_t use_count
 
size_t weak_count
 

Detailed Description

Definition at line 96 of file memusage.h.

Member Data Documentation

◆ class_type

void* memusage::stl_shared_counter::class_type

Various platforms use different sized counters here.

Conservatively assume that they won't be larger than size_t.

Definition at line 101 of file memusage.h.

◆ use_count

size_t memusage::stl_shared_counter::use_count

Definition at line 102 of file memusage.h.

◆ weak_count

size_t memusage::stl_shared_counter::weak_count

Definition at line 103 of file memusage.h.


The documentation for this struct was generated from the following file: