// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _Standard_InternalType_HeaderFile #define _Standard_InternalType_HeaderFile //! The package Standard provides the minimum services necessary
//! for other toolkits to handle persistent and transient objects.
//! It is the Standard run-time encapsulation of the CAS.CADE
//! database, that is, it defines a single programming interface
//! for creating and accessing persistent objects manipulated by
//! handles.
enum Standard_InternalType { Standard_Void, Standard_Char, Standard_ExtChar, Standard_LongInt, Standard_Bool, Standard_Float, Standard_LongDouble, Standard_String, Standard_EString, Standard_EntryAddress, Standard_DataAddress, Standard_EngineHandle, Standard_Long64, Standard_Array }; #ifndef _Standard_PrimitiveTypes_HeaderFile #include #endif #endif