KASKADE 7 development version
utilities
get_protected_constructor.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) 2002-2011 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
* get_protected_constructor.hh
14
*
15
* Created on: 06.01.2012
16
* Author: Lars Lubkoll
17
*/
18
19
#ifndef GET_PROTECTED_CONSTRUCTOR_HH_
20
#define GET_PROTECTED_CONSTRUCTOR_HH_
21
23
template
<
class
Type>
24
class
GetProtectedConstructor
:
public
Type{
25
public
:
26
GetProtectedConstructor
(Type
const
& type) : Type(type){}
27
};
28
29
#endif
/* GET_PROTECTED_CONSTRUCTOR_HH_ */
GetProtectedConstructor
A wrapper class for access to protected constructors.
Definition:
get_protected_constructor.hh:24
GetProtectedConstructor::GetProtectedConstructor
GetProtectedConstructor(Type const &type)
Definition:
get_protected_constructor.hh:26
Generated on Fri Sep 6 2024 13:13:00 for KASKADE 7 development version by
1.9.4