Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

memusage::stl_shared_counter Struct Reference

#include <memusage.h>

Public Attributes

void * class_type
 
size_t use_count
 
size_t weak_count
 

Detailed Description

Definition at line 75 of file memusage.h.

Member Data Documentation

◆ class_type

void* memusage::stl_shared_counter::class_type

Definition at line 79 of file memusage.h.

◆ use_count

size_t memusage::stl_shared_counter::use_count

Definition at line 80 of file memusage.h.

◆ weak_count

size_t memusage::stl_shared_counter::weak_count

Definition at line 81 of file memusage.h.


The documentation for this struct was generated from the following file:
Released under the MIT license