![]() |
Oyranos
git-devel
Oyranos is a full featured Color Management System
|
A CMMapis list. More...
#include <oyCMMapis_s.h>


Public Member Functions | |
| OYAPI oyCMMapis_s *OYEXPORT | oyCMMapis_New (oyObject_s object) |
| allocate a new CMMapis object More... | |
| OYAPI oyCMMapis_s *OYEXPORT | oyCMMapis_Copy (oyCMMapis_s *cmmapis, oyObject_s object) |
| Copy or Reference a CMMapis object. More... | |
| OYAPI int OYEXPORT | oyCMMapis_Release (oyCMMapis_s **cmmapis) |
| release and possibly deallocate a oyCMMapis_s object More... | |
| OYAPI int OYEXPORT | oyCMMapis_MoveIn (oyCMMapis_s *list, oyCMMapi_s **obj, int pos) |
| add an element to a CMMapis list More... | |
| OYAPI int OYEXPORT | oyCMMapis_ReleaseAt (oyCMMapis_s *list, int pos) |
| release a element from a CMMapis list More... | |
| OYAPI oyCMMapi_s *OYEXPORT | oyCMMapis_Get (oyCMMapis_s *list, int pos) |
| get a element of a CMMapis list More... | |
| OYAPI int OYEXPORT | oyCMMapis_Count (oyCMMapis_s *list) |
| count the elements in a CMMapis list More... | |
| OYAPI int OYEXPORT | oyCMMapis_Clear (oyCMMapis_s *list) |
| clear the elements in a CMMapis list More... | |
| OYAPI int OYEXPORT | oyCMMapis_Sort (oyCMMapis_s *list, int32_t *rank_list) |
| sort a list according to a rank_list More... | |
| void | oyCMMapis_Release__Members (oyCMMapis_s_ *cmmapis) |
| Custom CMMapis destructor. More... | |
| int | oyCMMapis_Init__Members (oyCMMapis_s_ *cmmapis OY_UNUSED) |
| Custom CMMapis constructor. More... | |
| int | oyCMMapis_Copy__Members (oyCMMapis_s_ *dst, oyCMMapis_s_ *src) |
| Custom CMMapis copy constructor. More... | |
Public Member Functions inherited from oyStruct_s | |
| const char * | oyStruct_GetTextFromModule (oyStruct_s *obj, oyNAME_e name_type, uint32_t flags) |
| get object infos from a module More... | |
| const char * | oyStruct_GetText (oyStruct_s *obj, oyNAME_e name_type, uint32_t flags) |
| Get a text dump. More... | |
| int | oyStruct_RegisterStaticMessageFunc (int type, oyStruct_RegisterStaticMessageFunc_f msg, oyStruct_RegisterStaticFreeFunc_f free_func) |
| register a function for verbosity More... | |
| const char * | oyStruct_GetInfo (oyPointer context_object, oyNAME_e type, int flags) |
| get a additional string from a object More... | |
| const char * | oyStructTypeToText (oyOBJECT_e type) |
| Objects type to small string. More... | |
Data Fields | |
| const oyOBJECT_e | type_ |
| Type of object. More... | |
| oyStruct_Copy_f | copy |
| Copy function. More... | |
| oyStruct_Release_f | release |
| Release function. More... | |
| oyObject_s | oy_ |
| Oyranos internal object. More... | |
Data Fields inherited from oyStruct_s | |
| const oyOBJECT_e | type_ |
| Type of object. More... | |
| oyStruct_Copy_f | copy |
| Copy function. More... | |
| oyStruct_Release_f | release |
| Release function. More... | |
| oyObject_s | oy_ |
| Oyranos internal object. More... | |
A CMMapis list.
| OYAPI int OYEXPORT oyCMMapis_Clear | ( | oyCMMapis_s * | list | ) |
clear the elements in a CMMapis list
Function oyCMMapis_Clear
| [in,out] | list | the list |
| OYAPI oyCMMapis_s *OYEXPORT oyCMMapis_Copy | ( | oyCMMapis_s * | cmmapis, |
| oyObject_s | object | ||
| ) |
Copy or Reference a CMMapis object.
Function oyCMMapis_Copy
The function is for copying and for referencing. The reference is the most often used way, which saves resourcs and time.
| [in] | cmmapis | CMMapis struct object |
| object | NULL - means reference, the optional object triggers a real copy |
| int oyCMMapis_Copy__Members | ( | oyCMMapis_s_ * | dst, |
| oyCMMapis_s_ * | src | ||
| ) |
Custom CMMapis copy constructor.
Function oyCMMapis_Copy__Members
| OYAPI int OYEXPORT oyCMMapis_Count | ( | oyCMMapis_s * | list | ) |
count the elements in a CMMapis list
Function oyCMMapis_Count
| [in,out] | list | the list |
| OYAPI oyCMMapi_s *OYEXPORT oyCMMapis_Get | ( | oyCMMapis_s * | list, |
| int | pos | ||
| ) |
get a element of a CMMapis list
Function oyCMMapis_Get
| [in,out] | list | the list |
| pos | position |
| int oyCMMapis_Init__Members | ( | oyCMMapis_s_ *cmmapis | OY_UNUSED | ) |
Custom CMMapis constructor.
Function oyCMMapis_Init__Members
| OYAPI int OYEXPORT oyCMMapis_MoveIn | ( | oyCMMapis_s * | list, |
| oyCMMapi_s ** | obj, | ||
| int | pos | ||
| ) |
add an element to a CMMapis list
Function oyCMMapis_MoveIn
| [in] | list | list |
| [in,out] | obj | list element |
| pos | position |
| OYAPI oyCMMapis_s *OYEXPORT oyCMMapis_New | ( | oyObject_s | object | ) |
allocate a new CMMapis object
Function oyCMMapis_New
| OYAPI int OYEXPORT oyCMMapis_Release | ( | oyCMMapis_s ** | cmmapis | ) |
release and possibly deallocate a oyCMMapis_s object
Function oyCMMapis_Release
| [in,out] | cmmapis | CMMapis struct object |
| void oyCMMapis_Release__Members | ( | oyCMMapis_s_ * | cmmapis | ) |
Custom CMMapis destructor.
Function oyCMMapis_Release__Members
| OYAPI int OYEXPORT oyCMMapis_ReleaseAt | ( | oyCMMapis_s * | list, |
| int | pos | ||
| ) |
release a element from a CMMapis list
Function oyCMMapis_ReleaseAt
| [in,out] | list | the list |
| pos | position |
| OYAPI int OYEXPORT oyCMMapis_Sort | ( | oyCMMapis_s * | list, |
| int32_t * | rank_list | ||
| ) |
sort a list according to a rank_list
Function oyCMMapis_Sort
| oyStruct_Copy_f oyCMMapis_s::copy |
Copy function.
| oyObject_s oyCMMapis_s::oy_ |
Oyranos internal object.
Features name and hash. Do not change during object life time.
| oyStruct_Release_f oyCMMapis_s::release |
Release function.
| const oyOBJECT_e oyCMMapis_s::type_ |
Type of object.
The struct type tells Oyranos how to interprete hidden fields.
1.8.13