NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::DeprecationWarning Class Reference

#include <deprecation_warning.h>

Public Member Functions

 DeprecationWarning ()
 
 DeprecationWarning (const DeprecationWarning &dw)
 
void set_deprecated (std::string name)
 Set parameter name to be deprecated.
 
void deprecation_warning (std::string name)
 Issue a deprecation warning.
 
void deprecation_warning (std::string name, std::string new_name)
 

Private Attributes

std::map< std::string, bool > deprecated_functions_
 

Constructor & Destructor Documentation

◆ DeprecationWarning() [1/2]

nest::DeprecationWarning::DeprecationWarning ( )
inline

◆ DeprecationWarning() [2/2]

nest::DeprecationWarning::DeprecationWarning ( const DeprecationWarning &  dw)
inline

Member Function Documentation

◆ deprecation_warning() [1/2]

void nest::DeprecationWarning::deprecation_warning ( std::string  name)

Issue a deprecation warning.

References nest::DEPRECATED, deprecated_functions_, and LOG.

◆ deprecation_warning() [2/2]

void nest::DeprecationWarning::deprecation_warning ( std::string  name,
std::string  new_name 
)

◆ set_deprecated()

void nest::DeprecationWarning::set_deprecated ( std::string  name)
inline

Set parameter name to be deprecated.

References deprecated_functions_.

Member Data Documentation

◆ deprecated_functions_

std::map< std::string, bool > nest::DeprecationWarning::deprecated_functions_
private

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