KASKADE 7 development version
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
18namespace Kaskade
19{
35 {
36 public:
42 Deprecated(std::string const& comment, int year);
43 };
44
45}
46
47#endif
Convenience class for marking deprecated functions. A static object of this class can be created insi...
Definition: deprecation.hh:35
Deprecated(std::string const &comment, int year)
Constructor.