// 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 _TCollection_Side_HeaderFile #define _TCollection_Side_HeaderFile //! Basic class root of all the Iterators on Maps.
//! A Hashed map to store keys.
//! A Map where data can be stored with the keys.
//! A Map to store pair of keys.
//! A Map where the keys are indexed.
//! An Indexed Map where data can be stored with the keys.
enum TCollection_Side { TCollection_Left, TCollection_Right }; #ifndef _Standard_PrimitiveTypes_HeaderFile #include #endif #endif