Heray-Was-Here
Server : Apache
System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : calvet ( 273824)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /proc/self/root/proc/self/root/proc/self/root/lib64/perl5/vendor_perl/Prima/CORE/generic/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/self/root/proc/self/root/proc/self/root/lib64/perl5/vendor_perl/Prima/CORE/generic/Object.h
/* This file was automatically generated.
 * Do not edit, you'll lose your changes anyway.
 * file: Object.h  */
#ifndef Object_H_
#define Object_H_
#ifndef _APRICOT_H_
#include "apricot.h"
#endif

#ifdef __cplusplus
extern "C" {
#endif

typedef struct _Object_vmt {
/* internal runtime classifiers */
	char *className;
	void *super;
	void *base;
	int instanceSize;
	VmtPatch *patch;
	int patchLength;
	int vmtSize;
/* methods definition */
	void ( *cleanup)( Handle self);
	void ( *done)( Handle self);
	void ( *init)( Handle self, HV * profile );
	void ( *profile_add)( Handle self, SV * profile );
	void ( *profile_check_in)( Handle self, SV * profile ,SV * default_profile );
	SV * ( *profile_default)( Handle self);
	void ( *set)( Handle self, HV * profile );
	void ( *setup)( Handle self);
} Object_vmt, *PObject_vmt;

extern PObject_vmt CObject;

typedef struct _Object {
/* internal pointers */
	PObject_vmt self;
	void *super;
	SV  *mate;
	struct _AnyObject *killPtr;
/* instance variables */
	int stage;
	int protectCount;
	int destroyRefCount;
	Handle owner;
	void * transient_class;
	ObjectOptions options;
} Object, *PObject;

extern void register_Object_Class( void);

/* Local methods definitions */
extern void Object_cleanup( Handle self);
extern void Object_done( Handle self);
extern void Object_init( Handle self, HV * profile );
extern void Object_profile_add( Handle self, SV * profile );
extern void Object_profile_check_in( Handle self, SV * profile ,SV * default_profile );
extern SV * Object_profile_default( Handle self);
extern void Object_set( Handle self, HV * profile );
extern void Object_setup( Handle self);


#ifdef __cplusplus
}
#endif
#endif

Hry