namespace OEQMolType {
const unsigned int Undefined = 0;
const unsigned int OEDefault = 1;
const unsigned int MaxType = 2;
}
The values in this namespace specify the OEQMolBase
implementation type to be allocated when passed to a factory method
(see Section 4.105).