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