Internal class that registers a variable as deprecated.
More...
#include <Manager.h>
|
| DeprecateProxy (const std::string &name, bool make_fatal, const std::string &version, const std::string &description) |
| constructor.
|
|
Internal class that registers a variable as deprecated.
Definition at line 346 of file Manager.h.
◆ DeprecateProxy()
DeprecateProxy |
( |
const std::string & | name, |
|
|
bool | make_fatal, |
|
|
const std::string & | version, |
|
|
const std::string & | description ) |
|
inline |
constructor.
Definition at line 349 of file Manager.h.
350 {
351 Manager::Instance().deprecateVariable(name, make_fatal, version, description);
352 }
The documentation for this class was generated from the following file: