Enumerations
envEnum.h File Reference

Contain enumerations. More...

Go to the source code of this file.

Enumerations

enum  DtValueType {
  Empty = 0,
  Any = 1,
  String = Any << 1,
  Integer = String << 1,
  Float = Integer << 1,
  Class = Float << 1,
  Number
}
enum  DtAttribFlag {
  Unique = 1,
  Required = Unique << 1,
  Enumerate = Implied << 1
}

Detailed Description

Contain enumerations.


Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)