TypeCValue

class TypeCValue(*args, **kwargs)

A union holding one collected value.

Fields

class TypeCValue
v_double

The field for holding floating point values

v_int

The field for holding integer values

v_int64

The field for holding 64 bit integer values

v_long

The field for holding long integer values

v_pointer

The field for holding pointers