GlobalObjects
Loading...
Searching...
No Matches
GloManagerActionVisualiser.h
Go to the documentation of this file.
1#ifndef INC_GLOMANAGERACTIONVISUALISER_H
2#define INC_GLOMANAGERACTIONVISUALISER_H
3//-----------------------------------------------------------------------------
36//-----------------------------------------------------------------------------
37#include "GloTypes.h"
38//-----------------------------------------------------------------------------
39namespace glo
40{
41 //---------------------------------------------------------------------------
63 {
64 public:
65 //============== De- und Konstruktoren
66 //-----------------------------------------------------------------------
77 //-----------------------------------------------------------------------
88 //-----------------------------------------------------------------------
89
90 private:
91 //============== Copy-Konstruktor
92 //-----------------------------------------------------------------------
103 //-----------------------------------------------------------------------
104
105 public:
106 //============== Einschub-Methode
107 //-----------------------------------------------------------------------
120 virtual void outputMsg( const std::string & rstrOutput ) const;
121 //-----------------------------------------------------------------------
122
123 private:
124 //============== Operatoren
125 //-----------------------------------------------------------------------
136 //-----------------------------------------------------------------------
137 };
138 //---------------------------------------------------------------------------
139} // namespace glo
140#endif
For each library, here 'GlobalObjects' there is a type file.
#define __glo_export_dll
Definition GloTypes.h:63
Shows the actions of the Manager via std::cout
Definition GloManagerActionVisualiser.h:63
ManagerActionVisualiser & operator=(const ManagerActionVisualiser &)
virtual void outputMsg(const std::string &rstrOutput) const
ManagerActionVisualiser(const ManagerActionVisualiser &)
Definition GloAbstractBaseLot.h:42