GlobalObjects
Loading...
Searching...
No Matches
GloLimits.h
Go to the documentation of this file.
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 for ClassInfoAttribute and ClassInfoAttribute::Type
For each library, here 'GlobalObjects' there is a type file.
#define __glo_export_dll
Definition GloTypes.h:70
Summarized type information for a ClassInfoAttribute.
Definition GloClassInfoAttribute.h:108
In objects of this class the min and max values of supported data types and their field lengths are t...
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