cvariant Struct Reference
CVariant (It is not meant to be read directly! Respect the abstract type and use the function we made!).
More...
#include <cvariant.h>
|
Data Fields |
|
cvariant_type | type |
| | Real type of the CVariant.
|
|
int | to_free |
| | Should we free it or not ?
|
|
union { |
| const char * string |
| int int_value |
| double float_value |
| }; | |
| | The data.
|
Detailed Description
CVariant (It is not meant to be read directly! Respect the abstract type and use the function we made!).
The documentation for this struct was generated from the following file: