Xavax C++ Library Class Index   FAQ   Overview

enum VariantType

VariantType is an enumerated type that specifies the data type of the value of a Variant. VariantType defines the following values which are valid within the scope of namespace xavax::vt.

ValueDescription
Nullnull value
Booleanboolean
Intinteger
Unsignedunsigned integer
Doubledouble precision floating point
Stringcharacter pointer

Related Classes
Variant

Copyright © 2003 Xavax Inc. -- All Rights Reserved