gwenhywfar
4.7.0beta
|
#include <gwenhywfar/types.h>
#include <gwenhywfar/gwenhywfarapi.h>
Go to the source code of this file.
Macros | |
#define | GWEN_REFPTR_FLAGS_AUTODELETE 0x00000001 |
Typedefs | |
typedef struct GWEN_REFPTR | GWEN_REFPTR |
typedef struct GWEN_REFPTR_INFO | GWEN_REFPTR_INFO |
Prototypes for Virtual Functions | |
typedef void(* | GWEN_REFPTR_INFO_FREE_FN )(void *dp) |
typedef void *(* | GWEN_REFPTR_INFO_DUP_FN )(void *dp) |
#define GWEN_REFPTR_FLAGS_AUTODELETE 0x00000001 |
Definition at line 37 of file refptr.h.
Referenced by GWEN_RefPtrObject_free(), GWEN_StringList2_AppendString(), and GWEN_StringList2_InsertString().
typedef struct GWEN_REFPTR GWEN_REFPTR |
typedef struct GWEN_REFPTR_INFO GWEN_REFPTR_INFO |