Gyoto
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
h
i
k
l
p
q
r
s
t
v
Functions
a
b
c
d
f
g
h
i
l
p
r
s
t
v
Variables
Typedefs
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
g
h
s
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
g
h
o
p
s
x
Macros
g
h
o
p
s
x
include
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
35
namespace
Gyoto
{
36
class
WIP;
37
}
38
46
class
Gyoto::WIP
47
{
48
public
:
50
WIP
();
52
57
WIP
(std::string classname);
58
};
59
60
#endif
Gyoto::WIP
Base class for work in progress.
Definition:
GyotoWIP.h:47
Gyoto::WIP::WIP
WIP()
Issue a warning.
Gyoto::WIP::WIP
WIP(std::string classname)
Issue a warning specifying the name of the derived class.
Gyoto
Namespace for the Gyoto library.
Definition:
GyotoAstrobj.h:43
Generated by
1.9.4