GlobalObjects
Lade ...
Suche ...
Keine Treffer
GloLimits.h
gehe zur Dokumentation dieser Datei
1#ifndef INC_GLOLIMITS_H
2#define INC_GLOLIMITS_H
3//-----------------------------------------------------------------------------
36//-----------------------------------------------------------------------------
37#include <vector>
38#include "GloTypes.h"
40//-----------------------------------------------------------------------------
41namespace glo
42{
43 //---------------------------------------------------------------------------
44 /* Forwards */
45 class LimitRecord;
46 //---------------------------------------------------------------------------
79 namespace Limits
80 {
81 //============== statische Methoden
82 //-------------------------------------------------------------------------
97 //-------------------------------------------------------------------------
110 __glo_export_dll void getAllDefaultLimits( std::vector< LimitRecord > & rLimitVector );
111 //-------------------------------------------------------------------------
126 //-------------------------------------------------------------------------
127 };
128 //---------------------------------------------------------------------------
129} // namespace glo
130#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:63
Zusammengefasste Typinformationen für ein ClassInfoAttribute.
Definition GloClassInfoAttribute.h:101
In Objekten dieser Klasse werden die Min- und Max-Werte von unterstützten Datentypen und deren Feldlä...
Definition GloLimitRecord.h:64
__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:42
EnDataType
Definition GloRecordAttributeTypes.h:547