Oyranos Color Management System API - Version 0.9.6
oyranos_generic.c File Reference
#include <string.h>
#include "oyranos_helper_macros.h"
#include "oyranos_helper.h"
#include "oyranos_generic.h"
#include "oyranos_object.h"
#include "oyranos_object_internal.h"
#include "oyranos_string.h"
#include "oyObject_s.h"
#include "oyHash_s.h"
#include "oyStructList_s_.h"

Functions

const char * oyContextCollectData_ (oyStruct_s *s, oyOptions_s *opts, oyStructList_s *ins, oyStructList_s *outs)
 Describe a transform uniquely.
oyHash_soyCacheListGetEntry_ (oyStructList_s *cache_list, uint32_t flags, const char *hash_text)

Detailed Description

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

Oyranos is an open source Color Management System

Copyright:
2004-2016 (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-3-Clause

Function Documentation

◆ oyCacheListGetEntry_()

oyHash_s * oyCacheListGetEntry_ ( oyStructList_s * cache_list,
uint32_t flags,
const char * hash_text )

} Public function definitions Private function definitions {

References oyHash_s::oy_, oyOBJECT_HASH_S, and oyOBJECT_STRUCT_LIST_S.

Referenced by oyStructList_s::oyStructList_GetHash(), and oyStructList_s::oyStructList_GetHashStruct().

◆ oyContextCollectData_()

const char * oyContextCollectData_ ( oyStruct_s * s,
oyOptions_s * opts,
oyStructList_s * ins,
oyStructList_s * outs )

Describe a transform uniquely.

Public function definitions { Function oyContextCollectData_

References oyStruct_s::oy_, oyNAME_NAME, oyNAME_NICK, oyObject_GetName(), and oyObject_SetName().

Referenced by oyFilterNode_s::oyFilterNode_GetText().