![]() |
Oyranos Color Management System API |
#include "oyranos_object_internal.h"#include "oyObject_s.h"#include "oyObject_s_.h"#include "oyName_s_.h"#include "oyranos_types.h"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.c
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().