Belle II Software development
DeprecateProxy Class Reference

Internal class that registers a variable as deprecated. More...

#include <Manager.h>

Public Member Functions

 DeprecateProxy (const std::string &name, bool make_fatal, const std::string &version, const std::string &description)
 constructor.
 

Detailed Description

Internal class that registers a variable as deprecated.

Definition at line 348 of file Manager.h.

Constructor & Destructor Documentation

◆ DeprecateProxy()

DeprecateProxy ( const std::string & name,
bool make_fatal,
const std::string & version,
const std::string & description )
inline

constructor.

Definition at line 351 of file Manager.h.

352 {
353 Manager::Instance().deprecateVariable(name, make_fatal, version, description);
354 }

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