hydrogen 1.2.6
atomic_obj_cpt_t Struct Reference

an objects class map item type More...

#include <Object.h>

Public Member Functions

 atomic_obj_cpt_t ()
 

Data Fields

std::atomic< int > constructed
 
std::atomic< int > destructed
 

Detailed Description

an objects class map item type

Definition at line 43 of file Object.h.

Constructor & Destructor Documentation

◆ atomic_obj_cpt_t()

atomic_obj_cpt_t ( )
inline

Definition at line 46 of file Object.h.

Field Documentation

◆ constructed

std::atomic<int> constructed

Definition at line 44 of file Object.h.

◆ destructed

std::atomic<int> destructed

Definition at line 45 of file Object.h.