ADTF  3.18.2
workspace/conan/dev_essential/1.3.3/dw/stable/package/37682420cd166e229516a41c8d6a139a0b13e1e1/include/a_util/variant/variant.h File Reference

Public API for Variant class and functions. More...

Go to the source code of this file.

Classes

class  Variant
 Container type, able to store any primitive data type (and arrays thereof) More...
 

Namespaces

 a_util
 Serves as the root component, with common functionality documented in core functionality.
 
 a_util::variant
 Serves as component for C++17 std::variant like functionality.
 

Enumerations

enum  VariantType {
  VT_Empty = 0 , VT_Bool = 1 , VT_Int8 = 2 , VT_UInt8 = 3 ,
  VT_Int16 = 4 , VT_UInt16 = 5 , VT_Int32 = 6 , VT_UInt32 = 7 ,
  VT_Int64 = 8 , VT_UInt64 = 9 , VT_Float = 10 , VT_Double = 11 ,
  VT_String = 12 , VT_Float32 = VT_Float , VT_Float64 = VT_Double
}
 Enumeration of supported Variant types. More...
 

Functions

bool operator!= (const Variant &lhs, const Variant &rhs)
 Compare for inequality. More...
 

Detailed Description

Public API for Variant class and functions.

Definition in file workspace/conan/dev_essential/1.3.3/dw/stable/package/37682420cd166e229516a41c8d6a139a0b13e1e1/include/a_util/variant/variant.h.