KASKADE 7 development version
utilities
deprecation.hh
Go to the documentation of this file.
1
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
2
/* */
3
/* This file is part of the library KASKADE 7 */
4
/* https://www.zib.de/research/projects/kaskade7-finite-element-toolbox */
5
/* */
6
/* Copyright (C) 2018-2018 Zuse Institute Berlin */
7
/* */
8
/* KASKADE 7 is distributed under the terms of the ZIB Academic License. */
9
/* see $KASKADE/academic.txt */
10
/* */
11
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
12
13
#ifndef DEPRECATION_HH
14
#define DEPRECATION_HH
15
16
#include <string>
17
18
namespace
Kaskade
19
{
34
class
Deprecated
35
{
36
public
:
42
Deprecated
(std::string
const
& comment,
int
year);
43
};
44
45
}
46
47
#endif
Kaskade::Deprecated
Convenience class for marking deprecated functions. A static object of this class can be created insi...
Definition:
deprecation.hh:35
Kaskade::Deprecated::Deprecated
Deprecated(std::string const &comment, int year)
Constructor.
Kaskade
Definition:
abstract_interface.hh:15
Generated on Fri Sep 6 2024 13:13:00 for KASKADE 7 development version by
1.9.4