Oyranos Color Management System API
Functions
oyObject_s.c File Reference
#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...
 

Detailed Description

[Template file inheritance graph] +– oyObject_s.template.c

Oyranos is an open source Color Management System

Copyright:
2004-2014 (C) Kai-Uwe Behrmann
Author
Kai-Uwe Behrmann ku.b@.nosp@m.gmx..nosp@m.de
License:
new BSD - see: http://www.opensource.org/licenses/bsd-license.php
Date
2014/02/09

Function Documentation

◆ oyObject_GetAlloc()

OYAPI oyAlloc_f OYEXPORT oyObject_GetAlloc ( oyObject_s  object)

get objects allocator

Function oyObject_GetAlloc

Parameters
objectthe object
theallocator function
Version
Oyranos: 0.9.5
Since
2013/06/14 (Oyranos: 0.9.5)
Date
2013/06/14

Referenced by oyCMMapi7_s::oyCMMapi7_Create(), oyNamedColors_s::oyNamedColors_GetColorName(), oyNamedColors_s::oyNamedColors_SetPrefix(), and oyNamedColors_s::oyNamedColors_SetSuffix().

◆ oyObject_GetDeAlloc()

OYAPI oyDeAlloc_f OYEXPORT oyObject_GetDeAlloc ( oyObject_s  object)

get objects deallocator

Function oyObject_GetDeAlloc

Parameters
objectthe object
thedeallocator function
Version
Oyranos: 0.9.5
Since
2013/06/14 (Oyranos: 0.9.5)
Date
2013/06/14

Referenced by oyCMMapi7_s::oyCMMapi7_Create(), oyNamedColors_s::oyNamedColors_GetColorName(), oyNamedColors_s::oyNamedColors_SetPrefix(), and oyNamedColors_s::oyNamedColors_SetSuffix().