SDSL 3.0.1
Succinct Data Structure Library
sdsl::memory_monitor::mm_event_proxy Struct Reference

#include <memory_tracking.hpp>

Public Member Functions

 mm_event_proxy (const std::string &name, int64_t usage, bool a)
 
 ~mm_event_proxy ()
 

Public Attributes

bool add
 
timer::time_point created
 

Detailed Description

Definition at line 194 of file memory_tracking.hpp.

Constructor & Destructor Documentation

◆ mm_event_proxy()

sdsl::memory_monitor::mm_event_proxy::mm_event_proxy ( const std::string &  name,
int64_t  usage,
bool  a 
)
inline

Definition at line 198 of file memory_tracking.hpp.

◆ ~mm_event_proxy()

sdsl::memory_monitor::mm_event_proxy::~mm_event_proxy ( )
inline

Definition at line 208 of file memory_tracking.hpp.

Member Data Documentation

◆ add

bool sdsl::memory_monitor::mm_event_proxy::add

Definition at line 196 of file memory_tracking.hpp.

◆ created

timer::time_point sdsl::memory_monitor::mm_event_proxy::created

Definition at line 197 of file memory_tracking.hpp.


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