ADTF  3.18.3
builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/a_utils/include/a_utils/core/variant.h File Reference

Copyright © Audi Electronics Venture GmbH. More...

Go to the source code of this file.

Classes

class  cVariant
 Variant class which can handle all base data types. More...
 

Namespaces

 A_UTILS_NS
 ADTF A_UTIL Namespace - Within adtf this is used as adtf::util or adtf_util.
 

Enumerations

enum  tVariantType : tUInt8 {
  VT_Empty = 0 , VT_Null = 1 , VT_Bool = 2 , VT_Int8 = 3 ,
  VT_UInt8 = 4 , VT_Int16 = 5 , VT_UInt16 = 6 , VT_Int32 = 7 ,
  VT_UInt32 = 8 , VT_Float32 = 9 , VT_Float64 = 10 , VT_String = 11 ,
  VT_Int64 = 12 , VT_UInt64 = 13 , VT_Array = 0x80
}
 Enumeration of variant types.
 

Functions

bool operator== (const cVariant &a, const cVariant &b)
 
bool operator!= (const cVariant &a, const cVariant &b)
 

Detailed Description

Copyright © Audi Electronics Venture GmbH.

All rights reserved

Definition in file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/a_utils/include/a_utils/core/variant.h.