![]() |
A fuzzy logic C++ library
|
Maintains a set of all created plots. Private class, only instanciated as static member in class PLOT. More...
#include <plot.hpp>
Collaboration diagram for slifis_plot::PLOT_COLLECTION:Private Member Functions | |
| void | AddPlot (PLOT *p) |
| void | DeletePlot (PLOT *p) |
| size_t | GetNb () const |
Private Attributes | |
| std::vector< PLOT * > | _vPlots |
Friends | |
| class | PLOT |
Maintains a set of all created plots. Private class, only instanciated as static member in class PLOT.
| void slifis_plot::PLOT_COLLECTION::AddPlot | ( | PLOT * | p | ) | [private] |
References _vPlots.
Referenced by slifis_plot::PLOT::PLOT().
| void slifis_plot::PLOT_COLLECTION::DeletePlot | ( | PLOT * | p | ) | [private] |
References _vPlots.
Referenced by slifis_plot::PLOT::~PLOT().
| size_t slifis_plot::PLOT_COLLECTION::GetNb | ( | ) | const [inline, private] |
References _vPlots.
Referenced by slifis_plot::PLOT::GetNbPlots().
friend class PLOT [friend] |
std::vector<PLOT*> slifis_plot::PLOT_COLLECTION::_vPlots [private] |
1.7.6.1