Blender V4.3
MEM_RefCountedC-Api.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2001-2002 NaN Holding BV. All rights reserved.
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
11#ifndef __MEM_REFCOUNTEDC_API_H__
12#define __MEM_REFCOUNTEDC_API_H__
13
15typedef struct MEM_TOpaqueObject *MEM_TObjectPtr;
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
29
36
44
45#ifdef __cplusplus
46}
47#endif
48
49#endif // __MEM_REFCOUNTEDC_API_H__
MEM_TObjectPtr MEM_TRefCountedObjectPtr
int MEM_RefCountedIncRef(MEM_TRefCountedObjectPtr shared)
int MEM_RefCountedDecRef(MEM_TRefCountedObjectPtr shared)
struct MEM_TOpaqueObject * MEM_TObjectPtr
int MEM_RefCountedGetRef(MEM_TRefCountedObjectPtr shared)