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//-----------------------------------------------------------------------------
43//-----------------------------------------------------------------------------
44#include "GloTypes.h"
45//-----------------------------------------------------------------------------
46namespace glo
47{
48 //---------------------------------------------------------------------------
70 {
71 public:
72 //============== De- und Konstruktoren
73 //-----------------------------------------------------------------------
84 //-----------------------------------------------------------------------
95 //-----------------------------------------------------------------------
96
97 private:
98 //============== Copy-Konstruktor
99 //-----------------------------------------------------------------------
110 //-----------------------------------------------------------------------
111
112 public:
113 //============== Einschub-Methode
114 //-----------------------------------------------------------------------
127 virtual void outputMsg( const std::string & rstrOutput ) const;
128 //-----------------------------------------------------------------------
129
130 private:
131 //============== Operatoren
132 //-----------------------------------------------------------------------
143 //-----------------------------------------------------------------------
144 };
145 //---------------------------------------------------------------------------
146} // namespace glo
147#endif
For each library, here 'GlobalObjects' there is a type file.
#define __glo_export_dll
Definition GloTypes.h:70
Shows the actions of the Manager via std::cout
Definition GloManagerActionVisualiser.h:70
ManagerActionVisualiser & operator=(const ManagerActionVisualiser &)
virtual void outputMsg(const std::string &rstrOutput) const
ManagerActionVisualiser(const ManagerActionVisualiser &)
Definition GloAbstractBaseLot.h:49