All Downloads are FREE. Search and download functionalities are using the official Maven repository.

h.ST_Agrec_s Maven / Gradle / Ivy

There is a newer version: 1.2024.8
Show newest version
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.
package h;

import smetana.core.CString;
import smetana.core.UnsupportedStarStruct;
import smetana.core.__ptr__;

public class ST_Agrec_s extends UnsupportedStarStruct {
    // ::remove folder when __HAXE__

	public CString name;
	public ST_Agrec_s next;
	/* following this would be any programmer-defined data */

	@Override
	public boolean isSameThan(__ptr__ other) {
		ST_Agrec_s other2 = (ST_Agrec_s) other;
		return this == other2;
	}

}

// struct Agrec_s {
// char *name;
// Agrec_t *next;
// /* following this would be any programmer-defined data */
// };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy