![]() |
Oyranos Color Management System API |
Functions | |
OYAPI oyAlloc_f OYEXPORT | oyObject_GetAlloc (oyObject_s object) |
get objects allocator More... | |
OYAPI oyDeAlloc_f OYEXPORT | oyObject_GetDeAlloc (oyObject_s object) |
get objects deallocator More... | |
[Template file inheritance graph] +– oyObject_s.template.h
Oyranos is an open source Color Management System
OYAPI oyAlloc_f OYEXPORT oyObject_GetAlloc | ( | oyObject_s | object | ) |
get objects allocator
Function oyObject_GetAlloc
object | the object |
the | allocator function |
Referenced by oyCMMapi7_s::oyCMMapi7_Create(), oyNamedColors_s::oyNamedColors_GetColorName(), oyNamedColors_s::oyNamedColors_SetPrefix(), and oyNamedColors_s::oyNamedColors_SetSuffix().
OYAPI oyDeAlloc_f OYEXPORT oyObject_GetDeAlloc | ( | oyObject_s | object | ) |
get objects deallocator
Function oyObject_GetDeAlloc
object | the object |
the | deallocator function |
Referenced by oyCMMapi7_s::oyCMMapi7_Create(), oyNamedColors_s::oyNamedColors_GetColorName(), oyNamedColors_s::oyNamedColors_SetPrefix(), and oyNamedColors_s::oyNamedColors_SetSuffix().