Logo  0.95.0-final
Finite Element Embedded Library and Language in C++
Feel++ Feel++ on Github Feel++ community
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
functionspacebase.hpp
Go to the documentation of this file.
1 /* -*- mode: c++; coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; show-trailing-whitespace: t -*-
2 
3  This file is part of the Feel library
4 
5  Author(s): Christophe Prud'homme <christophe.prudhomme@feelpp.org>
6  Date: 2011-12-31
7 
8  Copyright (C) 2011 Université Joseph Fourier (Grenoble I)
9 
10  This library is free software; you can redistribute it and/or
11  modify it under the terms of the GNU Lesser General Public
12  License as published by the Free Software Foundation; either
13  version 2.1 of the License, or (at your option) any later version.
14 
15  This library is distributed in the hope that it will be useful,
16  but WITHOUT ANY WARRANTY; without even the implied warranty of
17  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18  Lesser General Public License for more details.
19 
20  You should have received a copy of the GNU Lesser General Public
21  License along with this library; if not, write to the Free Software
22  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 */
29 #ifndef __FunctionSpaceBase_H
30 #define __FunctionSpaceBase_H 1
31 
32 namespace Feel
33 {
34 
43 {
44 public:
45 
46 
50 
51 
53 
57 
58 
60 
64 
66  virtual ~FunctionSpaceBase() {}
67 
69 
73 
76  {
77  if ( this != &o )
78  {
79  }
80 
81  return *this;
82  }
84 
88 
89 
91 
95 
96 
98 
102 
103 
105 
106 
107 
108 protected:
109 
110 private:
111 
112 };
113 }
114 #endif /* __FunctionSpaceBase_H */
brief description
Definition: functionspacebase.hpp:42
virtual ~FunctionSpaceBase()
destructor
Definition: functionspacebase.hpp:66
FunctionSpaceBase & operator=(FunctionSpaceBase const &o)
copy operator
Definition: functionspacebase.hpp:75

Generated on Sun Dec 22 2013 13:11:02 for Feel++ by doxygen 1.8.5