GlobalObjects
Lade ...
Suche ...
Keine Treffer
GloLimits.h
gehe zur Dokumentation dieser Datei
1#ifndef INC_GLOLIMITS_H
2#define INC_GLOLIMITS_H
3//-----------------------------------------------------------------------------
43//-----------------------------------------------------------------------------
44#include <vector>
45#include "GloTypes.h"
47//-----------------------------------------------------------------------------
48namespace glo
49{
50 //---------------------------------------------------------------------------
51 /* Forwards */
52 class LimitRecord;
53 //---------------------------------------------------------------------------
86 namespace Limits
87 {
88 //============== statische Methoden
89 //-------------------------------------------------------------------------
104 //-------------------------------------------------------------------------
117 __glo_export_dll void getAllDefaultLimits( std::vector< LimitRecord > & rLimitVector );
118 //-------------------------------------------------------------------------
133 //-------------------------------------------------------------------------
134 };
135 //---------------------------------------------------------------------------
136} // namespace glo
137#endif
Header für ClassInfoAttribute und ClassInfoAttribute::Type
Für jede Bibliothek, hier 'GlobalObjects' gibt es eine Typen-Datei.
#define __glo_export_dll
Definition GloTypes.h:70
Zusammengefasste Typinformationen für ein ClassInfoAttribute.
Definition GloClassInfoAttribute.h:108
In Objekten dieser Klasse werden die Min- und Max-Werte von unterstützten Datentypen und deren Feldlä...
Definition GloLimitRecord.h:71
__glo_export_dll LimitRecord getDefaultLimits(EnDataType eDataType)
__glo_export_dll LimitRecord getLimits(const ClassInfoAttribute::Type &rDataType)
__glo_export_dll void getAllDefaultLimits(std::vector< LimitRecord > &rLimitVector)
Definition GloAbstractBaseLot.h:49
EnDataType
Definition GloRecordAttributeTypes.h:558