![]() |
Oyranos Color Management System API - Version 0.9.6 |
Data Structures | |
| union | oyValue_u |
| a value More... | |
| struct | oyOption_s |
| Option object. More... | |
Macros | |
| #define | OY_STRING_LIST 0x01 |
Enumerations |
[Template file inheritance graph] +-> oyOption_s.template.h | +-> Base_s.h | +– oyStruct_s.template.h
Oyranos is an open source Color Management System
| #define OY_STRING_LIST 0x01 |
create a oyVAL_STRING_LIST
Referenced by oyOptions_s::oyOptions_SetFromText().
| enum oyOPTIONSOURCE_e |
| enum oyVALUETYPE_e |
a value type
| Enumerator | |
|---|---|
| oyVAL_INT |
integer number |
| oyVAL_INT_LIST |
integer numbers |
| oyVAL_DOUBLE |
IEEE double precission floating point number |
| oyVAL_DOUBLE_LIST |
double numbers |
| oyVAL_STRING |
char array |
| oyVAL_STRING_LIST |
array of char arrays |
| oyVAL_STRUCT |
for pure data blobs use oyBlob_s herein |