Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
AlertSystemTest Class Reference
Inheritance diagram for AlertSystemTest:
Inheritance graph
Collaboration diagram for AlertSystemTest:
Collaboration graph

Protected Member Functions

void SetUp () override
 

Protected Attributes

std::shared_ptr< performance_monitormonitor_
 

Detailed Description

Definition at line 270 of file test_performance_monitor.cpp.

Member Function Documentation

◆ SetUp()

void AlertSystemTest::SetUp ( )
inlineoverrideprotected

Definition at line 274 of file test_performance_monitor.cpp.

274 {
275 monitor_ = std::make_shared<performance_monitor>();
276 }
std::shared_ptr< performance_monitor > monitor_

References monitor_.

Member Data Documentation

◆ monitor_

std::shared_ptr<performance_monitor> AlertSystemTest::monitor_
protected

Definition at line 272 of file test_performance_monitor.cpp.

Referenced by SetUp().


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