![]() |
Oyranos
git-devel
Oyranos is a full featured Color Management System
|
Data Structures | |
| union | oyValue_u |
| a value More... | |
| struct | oyOption_s |
| Option object. More... | |
Macros | |
| #define | OY_STRING_LIST 0x01 |
Enumerations | |
| enum | oyOPTIONSOURCE_e { oyOPTIONSOURCE_NONE = 0, oyOPTIONSOURCE_FILTER = 2, oyOPTIONSOURCE_DATA = 4, oyOPTIONSOURCE_USER = 8 } |
| a option source type More... | |
| enum | oyVALUETYPE_e { , oyVAL_INT, oyVAL_INT_LIST, oyVAL_DOUBLE, oyVAL_DOUBLE_LIST, oyVAL_STRING, oyVAL_STRING_LIST, oyVAL_STRUCT } |
| a value type More... | |
[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
| 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 |
1.8.13