Oyranos Color Management System API
Functions
oyObject_s.h File Reference
#include <oyranos_object.h>
#include "oyStruct_s.h"
#include "oyOptions_s.h"
#include "oyName_s.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.h

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/01/11

Function Documentation

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().

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().