Gyoto
GyotoWIP.h
Go to the documentation of this file.
1
11/*
12 Copyright 2014 Thibaut Paumard
13
14 This file is part of Gyoto.
15
16 Gyoto is free software: you can redistribute it and/or modify
17 it under the terms of the GNU General Public License as published by
18 the Free Software Foundation, either version 3 of the License, or
19 (at your option) any later version.
20
21 Gyoto is distributed in the hope that it will be useful,
22 but WITHOUT ANY WARRANTY; without even the implied warranty of
23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 GNU General Public License for more details.
25
26 You should have received a copy of the GNU General Public License
27 along with Gyoto. If not, see <http://www.gnu.org/licenses/>.
28 */
29
30#ifndef __GyotoWIP_H_
31#define __GyotoWIP_H_
32
33#include <string>
34
35namespace Gyoto {
36 class WIP;
37}
38
47{
48 public:
50 WIP();
52
57 WIP(std::string classname);
58};
59
60#endif
Base class for work in progress.
Definition: GyotoWIP.h:47
WIP()
Issue a warning.
WIP(std::string classname)
Issue a warning specifying the name of the derived class.
Namespace for the Gyoto library.
Definition: GyotoAstrobj.h:43