GPLIB++
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
GAClasses
PlottableObjective.cpp
Go to the documentation of this file.
1
#include "
PlottableObjective.h
"
2
namespace
gplib
3
{
4
PlottableObjective::PlottableObjective
()
5
{
6
}
7
8
PlottableObjective::~PlottableObjective
()
9
{
10
}
11
12
PlottableObjective
&
PlottableObjective::operator=
(
13
const
PlottableObjective
& source)
14
{
15
if
(
this
== &source)
16
return
*
this
;
17
18
GeneralObjective::operator=
(source);
19
return
*
this
;
20
21
}
22
}
gplib::PlottableObjective::PlottableObjective
PlottableObjective()
Definition:
PlottableObjective.cpp:4
gplib::PlottableObjective
This only adds a few plotting functions to GeneralObjective to define a common interface.
Definition:
PlottableObjective.h:10
gplib::GeneralObjective::operator=
GeneralObjective & operator=(const GeneralObjective &source)
Definition:
GeneralObjective.cpp:22
gplib::PlottableObjective::~PlottableObjective
virtual ~PlottableObjective()
Definition:
PlottableObjective.cpp:8
gplib::PlottableObjective::operator=
PlottableObjective & operator=(const PlottableObjective &source)
Definition:
PlottableObjective.cpp:12
PlottableObjective.h
Generated on Wed May 25 2016 14:21:06 for GPLIB++ by
1.8.6